mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-23 22:36:34 +08:00
Ubuntu release: start GPG agent if not running.
This commit is contained in:
parent
adea111aca
commit
39e9fbb88a
1 changed files with 8 additions and 0 deletions
8
dist/ubuntu-make-distro.sh
vendored
8
dist/ubuntu-make-distro.sh
vendored
|
@ -103,6 +103,14 @@ bzr commit -m "Update for ${HH} at ${NOW}."
|
|||
|
||||
createTarball
|
||||
|
||||
# x) start GPG agent if it's NOT running
|
||||
if [ -e "${HOME}/.gnupg/S.gpg-agent" ]
|
||||
then
|
||||
echo "OK: GPG agent running."
|
||||
else
|
||||
gpg-agent --daemon
|
||||
fi
|
||||
|
||||
bzr builddeb -- -us -uc
|
||||
bzr builddeb -S
|
||||
cd ../build-area
|
||||
|
|
Loading…
Reference in a new issue