Merge pull request #20 from loadstar81/master
Add a call to prepare_keychain in blackbox_update_all_files
This commit is contained in:
@@ -475,7 +475,7 @@ Back on SECUREHOST, add the new email address to keyrings/live/blackbox-admins.t
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd /path/to/the/repo
|
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
|
Verify that secring.gpg is a zero-length file. If it isn't, you have
|
||||||
|
|||||||
@@ -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" }'
|
||||||
|
|||||||
Reference in New Issue
Block a user