aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-12-23 11:46:30 -0800
committerBrian Dolbec <dolsen@gentoo.org>2016-12-23 11:46:30 -0800
commit5c16c17df122e9103db2a19ff5fdc118a9599a5a (patch)
tree46f009f9b6cabfc332810588f3c0f69dbf37ed80
parentgkeys-ldap: Add --signed to push commands in update-seeds.sh (diff)
downloadgentoo-keys-5c16c17d.tar.gz
gentoo-keys-5c16c17d.tar.bz2
gentoo-keys-5c16c17d.zip
gkeys-ldap: Remove keychain line from update-seeds.sh
-rwxr-xr-xgkeys-ldap/bin/update-seeds.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index f7f968f..ed44df7 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -6,8 +6,6 @@ cwd=$(pwd)
source ${cwd}/update-seeds.conf
source ${cwd}/testpath
-eval `keychain --noask --eval ${SSH_KEY} ${GPG_KEY}`
-
die(){ echo "$@" 1>&2; exit 1; }
success(){ echo "$@"; exit 0; }