summaryrefslogtreecommitdiff
path: root/src/transitions
diff options
context:
space:
mode:
Diffstat (limited to 'src/transitions')
-rwxr-xr-xsrc/transitions/0.238
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transitions/0.23 b/src/transitions/0.23
index 3d6ab97..6128d93 100755
--- a/src/transitions/0.23
+++ b/src/transitions/0.23
@@ -79,7 +79,7 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then
# one of those certifications (even if later
# certifications had different parameters).
- GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --fingerprint --with-colons --fixed-list-mode --check-sigs | \
+ GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --no-permission-warning --fingerprint --with-colons --fixed-list-mode --check-sigs | \
cut -f 1,2,5,8,9,10 -d: | \
egrep '^(fpr:::::|sig:!:'"$authgrip"':[[:digit:]]+ [[:digit:]]+:)' | \
while IFS=: read -r type validity grip trustparams trustdomain fpr ; do
@@ -127,7 +127,7 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then
# clear the fingerprint so that we don't
# make additional tsigs on it if more uids
# are present:
- $keyfpr=
+ keyfpr=
fi
;;
esac
@@ -141,14 +141,14 @@ if [ -d "$SYSDATADIR"/gnupg-host ] ; then
log "Not transferring host key info because host directory already exists.\n"
else
if [ -s "$SYSDATADIR"/ssh_host_rsa_key ] || \
- GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --with-colons --list-secret-keys | grep -q '^sec:' ; then
+ GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --no-permission-warning --with-colons --list-secret-keys | grep -q '^sec:' ; then
# create host home
mkdir -p "${MHDATADIR}"
chmod 0700 "${MHDATADIR}"
log "importing host key from old monkeysphere installation\n"
- GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --export-secret-keys \
+ GNUPGHOME="$SYSDATADIR"/gnupg-host gpg --no-permission-warning --export-secret-keys | \
GNUPGHOME="$MHDATADIR" gpg --import
monkeysphere-host update-gpg-pub-file
-rw-r--r--tags/91/1a/20141023070742.GA26384@xanadu.blop.info/debian0
-rw-r--r--tags/91/1a/20180408110002.907388CBE@lxp5.free-owl.de/sys0
-rw-r--r--tags/91/1a/20180408110002.907388CBE@lxp5.free-owl.de/unread0
-rw-r--r--tags/91/1a/20220607191028.6skjd432mf75w4ip@posteo.de/debian0
-rw-r--r--tags/91/1a/20220607191028.6skjd432mf75w4ip@posteo.de/unread0
-rw-r--r--tags/91/1a/23134.13123.97015.412353@chiark.greenend.org.uk/debian0
-rw-r--r--tags/91/1a/23134.13123.97015.412353@chiark.greenend.org.uk/unread0
-rw-r--r--tags/91/1a/3bcdde99-0662-7455-273b-123cbd6bc343@debian.org/debian0
-rw-r--r--tags/91/1a/3bcdde99-0662-7455-273b-123cbd6bc343@debian.org/unread0
-rw-r--r--tags/91/1a/4AC012DF-47BE-4F4E-A359-189C406A30BB@kaospilot.dk/hb0
-rw-r--r--tags/91/1a/4AC012DF-47BE-4F4E-A359-189C406A30BB@kaospilot.dk/unread0
-rw-r--r--tags/91/1a/E1owNNy-0013qB-1b@sandy/debian0
-rw-r--r--tags/91/1a/E1owNNy-0013qB-1b@sandy/unread0
-rw-r--r--tags/91/1a/ab2623f8-d879-2d9b-cc41-92088cb96a1e@snurrberget.dk/freedom0
-rw-r--r--tags/91/1a/ab2623f8-d879-2d9b-cc41-92088cb96a1e@snurrberget.dk/inbox0
-rw-r--r--tags/91/1a/ab2623f8-d879-2d9b-cc41-92088cb96a1e@snurrberget.dk/old0
-rw-r--r--tags/91/1a/d2a80c1cea5711eb8ad698039b2cb5b8-f3146940@facebookmail.com/inbox0
-rw-r--r--tags/91/1a/d2a80c1cea5711eb8ad698039b2cb5b8-f3146940@facebookmail.com/killed0
-rw-r--r--tags/91/1a/d2a80c1cea5711eb8ad698039b2cb5b8-f3146940@facebookmail.com/unread0
29 files changed, 0 insertions, 0 deletions