summaryrefslogtreecommitdiff
path: root/templates/reprepro-export-key.sh.erb
blob: e547408722c60e255050ce509b861eb8bf4ddaae (plain)
1
2
3
4
#!/bin/bash

KEY="`/usr/bin/gpg --with-colon --list-secret-keys | cut -d : -f 5 | head -1`"
/usr/bin/gpg --export -a $KEY > <%= basedir %>/key.asc