summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-09 11:08:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-09 11:08:35 -0300
commit613227e7405d529ce75a823f420e686f95f6e5ea (patch)
treeaf90bc793de4f776e7a1fe98e4d4ca112ed708e3 /templates
parent4b372966fb1d3f51d19f81b9a16d2277526a386f (diff)
Trying to sort out why reprepro-export-key is not working (3)
Diffstat (limited to 'templates')
-rw-r--r--templates/reprepro-export-key.sh.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb
index 304d511..77a60c1 100644
--- a/templates/reprepro-export-key.sh.erb
+++ b/templates/reprepro-export-key.sh.erb
@@ -1,6 +1,7 @@
#!/bin/bash
-KEY="`/usr/bin/gpg --homedir <%= basedir %> --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -1 &> <%= basedir %>/key.log`"
+#KEY="`/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -1 &> <%= basedir %>/key.log`"
+KEY="`gpg --with-colon --list-secret-keys | cut -d : -f 5 | head -1`"
if [ ! -z "$KEY" ]; then
/usr/bin/gpg --export --armor $KEY > <%= basedir %>/key.asc