Merge pull request #20 from loadstar81/master

Add a call to prepare_keychain in blackbox_update_all_files
This commit is contained in:
Tom Limoncelli
2014-09-25 19:48:29 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -475,7 +475,7 @@ Back on SECUREHOST, add the new email address to keyrings/live/blackbox-admins.t
```
cd /path/to/the/repo
blackbox_addadmin $KEYNAME
blackbox_addadmin $KEYNAME /tmp/NEWMASTER
```
Verify that secring.gpg is a zero-length file. If it isn't, you have

View File

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