commit: 5c16c17df122e9103db2a19ff5fdc118a9599a5a
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 19:46:30 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 19:46:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=5c16c17d
gkeys-ldap: Remove keychain line from update-seeds.sh
gkeys-ldap/bin/update-seeds.sh | 2 --
1 file changed, 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; }