[copr] [keygen] fixed typo .
This commit is contained in:
parent
f3a27ce154
commit
03c3a22574
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# used as root
|
||||
# root gpg keychain should have PUBLIC key with `user email` infra@fedoraporject.org
|
||||
# root gpg keychain should have PUBLIC key with `user email` infra@fedoraproject.org
|
||||
|
||||
PATH_TO_KEYRING_DIR="/var/lib/copr-keygen"
|
||||
OUTPUT_FILE="/backup/copr_keygen_keyring.tar.gz.gpg"
|
||||
|
||||
tar -cvzf - $1 | gpg2 --output $2 --encrypt --recipient infra@fedoraporject.org
|
||||
tar -cvzf - $1 | gpg2 --output $2 --encrypt --recipient infra@fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue