update pgp packaging info
continuous-integration/drone/push Build is passing Details

Signed-off-by: Nathan13888 <29968201+Nathan13888@users.noreply.github.com>
This commit is contained in:
Nathan Chung 2024-02-21 01:53:10 -05:00
parent 7d9ec99f8f
commit f584a89cec
Signed by: n4chung
SSH Key Fingerprint: SHA256:/+NqYA5MfQIjjfwa4z16mw3Y+lxgY/Ml8wCeGnh6qBU
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.key
*.gpg
*.pgp
__pycache__/
/venv/

View File

@ -40,6 +40,9 @@ Now run `dch -i` and edit the changelog (update version, add your uploader name/
Now you will build a signed package. Place your key ID after the `-k` argument, e.g.
```sh
# (pre-requisite) if container doesn't have your gpg key
## step 1: export from host/another computer with your keyring
gpg --armor --output private.key --export-secret-key <your pgp key's id email>
## step 2: import into build container
gpg --import private.key
gpg --list-secret-keys # get key id