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

index e6f9d0b494473cce944ddbd57714e850ee279305..616e77d031ea8738f739a988f8cd88dfb3ca4416 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys > <%= basedir %>/key.log
+/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="`/usr/bin/gpg --homedir <%= basedir %>/.gnupg --with-colon --list-secret-keys | /usr/bin/cut -d : -f 5 | /usr/bin/head -1`"