Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron authored Sep 2, 2019
1 parent fe7be43 commit d7d633b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ Note: you need to have a launchpad account and be added to the [zsa's teaml](htt
In the `dist/ppa/wally` directory, copy the `template` directory and give it a name matching this pattern: `wally-MAJOR.MINOR.PATCH`. For example for version 1.1.1, the directory should be `wally-1.1.1`.

Inside the new directory run the following command:

`debuild -k"YOUR_PGP_PUBLIC_KEY" -S`

Note that the `YOUR_PGP_PUBLIC_KEY` var should match the gpg key of your launchpad account.

Go back to the `dist/ppa/wally` folder. From there you can run
`dput wally wally_1.1.1_source.changes` assuming you have correctly setup dput

`~/.dput.cf`
For example: `~/.dput.cf`
```
[wally]
fqdn = ppa.launchpad.net
Expand Down

0 comments on commit d7d633b

Please sign in to comment.