Skip to content

Commit 7c0d45e

Browse files
authored
Update HACKING.md
1 parent bcc6849 commit 7c0d45e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

HACKING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
Ensure that you have:
66
- Golang
77
- Docker
8-
- These packages installed: `gpg pbuilder debootstrap devscripts curl reprepro`
8+
- These packages installed: `build-essential gpg pbuilder debootstrap devscripts curl reprepro`
99

1010
## Cloning
1111

12-
`https://github.com/BlankOn/irgsh-go.git && cd irgsh-go`
12+
`git clone git@github.com:BlankOn/irgsh-go.git && cd irgsh-go`
1313

1414
## Preparation
1515

1616
### GPG Key
1717

18-
You need to have a pair of GPG key in your GPG store. If you don't have one, please create it with `gpg --generate-key`. Check it by running `gpg --list-key`
18+
You need to have a pair of GPG key in your GPG store. If you don't have one, please create it with `gpg --generate-key`. When generating GPG key for irgsh infrastructure, please do not set any passphrase. Check it by running `gpg --list-key`
1919

2020
```
2121
$ gpg --list-key
@@ -72,13 +72,12 @@ Open three different terminal and run these command for each:
7272

7373
Open the fourth terminal and try to submit dummy package using this command bellow:
7474

75-
- `./bin/irgsh-cli submit --experimental --source https://github.com/BlankOn/bromo-theme.git --package https://github.com/BlankOn-packages/bromo-theme.git`
75+
- `./bin/irgsh-cli submit --experimental --source https://github.com/BlankOn/bromo-theme.git --package https://github.com/BlankOn-packages/bromo-theme.git --ignore-checks`
7676

7777
You may be asked for your GPG key passphrase. You'll see the package preprared in this terminal, then in the chief terminal (job coordination), then in builder terminal (package building), then in repo terminal (package submission into the repository).
7878

7979
If all is well, you can see the result by opening `http://localhost:8082/experimental/` on your web browser. At this point, you have explored the full cycle of the basic usage. You may want to start to hack.
8080

81-
8281
Check the status of a pipeline
8382

8483
```

0 commit comments

Comments
 (0)