summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-09 11:21:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-09 11:21:55 -0300
commit490d2b461ae7d6d016c93d042d2cf4561a324ebb (patch)
treec7fcd61e1c92aaf5e5ac13091ac26bac3893ad50 /templates
parentb451117f515b1705e52844157185f7ae2c040c1c (diff)
Trying to sort out why reprepro-export-key is not working (6)
Diffstat (limited to 'templates')
-rw-r--r--templates/reprepro-export-key.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb
index e6f9d0b..616e77d 100644
--- a/templates/reprepro-export-key.sh.erb
+++ b/templates/reprepro-export-key.sh.erb
@@ -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`"