Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Apr 11, 2014
1 parent 0c962db commit 50e981e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Let's say I want to add a `my-app-1.0.0.x86_64.rpm` package to a yum repo hosted

## Troubleshooting

* Requirements if you want to sign packages
### Requirements if you want to sign packages

Have a gnupg key ready in your keychain at `~/.gnupg`. You can list existing secret keys with `gpg --list-secret-keys`

Expand All @@ -52,6 +52,11 @@ Pass the `--sign` option to `repoupdate`:

AWS_ACCESS_KEY="key" AWS_SECRET_KEY="secret" ./repoupdate.py --sign my-app-1.0.0.x86_64.rpm

* Import gpg key to install signed packages
### Import gpg key to install signed packages

sudo rpm --import path/to/public/key # this also accepts URLs

## TODO

* Release as python package.
* Add spec and control files for RPM and DEB packaging.

0 comments on commit 50e981e

Please sign in to comment.