]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Trying to sort out why reprepro-export-key is not working (3)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 May 2010 14:08:35 +0000 (11:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 May 2010 14:08:35 +0000 (11:08 -0300)
templates/reprepro-export-key.sh.erb

index 304d511232afd64aced16082e10cad4c3dd3eeef..77a60c17f67d4c21cd49921e4557a55d1b54878e 100644 (file)
@@ -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