[copr] [keygen] fixed typo

This commit is contained in:
Valentin Gologuzov 2015-01-16 16:14:59 +01:00
parent 52f56ceb5c
commit f3a27ce154

View file

@ -1,9 +1,9 @@
#!/bin/sh
# used as root
# root gpg keychain should have PUBLIC key with `user email` infra@fedorporject.org
# root gpg keychain should have PUBLIC key with `user email` infra@fedoraporject.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@fedorporject.org
tar -cvzf - $1 | gpg2 --output $2 --encrypt --recipient infra@fedoraporject.org