[copr] [keygen] fixed typo .

This commit is contained in:
Valentin Gologuzov 2015-01-16 16:22:04 +01:00
parent f3a27ce154
commit 03c3a22574

View file

@ -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