blackbox: Removed the manual gpg --import step from README, added prepare_keychain to blackbox_update_all_files

This commit is contained in:
Tom Mast
2014-09-25 15:35:45 -05:00
parent be821148a9
commit 0361dc39c5
2 changed files with 1 additions and 1 deletions

View File

@@ -496,7 +496,6 @@ git commit -m"Adding key for KEYNAME" pubring.gpg trustdb.gpg blackbox-admins.tx
Regenerate all encrypted files with the new key: Regenerate all encrypted files with the new key:
``` ```
gpg --import keyrings/live/pubring.gpg
blackbox_update_all_files blackbox_update_all_files
git status git status
git commit -m"updated encryption" -a git commit -m"updated encryption" -a

View File

@@ -15,6 +15,7 @@ if [[ -z $GPG_AGENT_INFO ]]; then
fi fi
disclose_admins disclose_admins
prepare_keychain
echo '========== ENCRYPTED FILES TO BE RE-ENCRYPTED:' echo '========== ENCRYPTED FILES TO BE RE-ENCRYPTED:'
awk <"$BB_FILES" '{ print " " $1 ".gpg" }' awk <"$BB_FILES" '{ print " " $1 ".gpg" }'