[Pkg-privacy-commits] [torbrowser-launcher] 22/26: Add more verbose comments to ppa release script

Ulrike Uhlig u-guest at moszumanska.debian.org
Sat Jan 28 11:59:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to annotated tag v0.2.7
in repository torbrowser-launcher.

commit a421451af4fa94f22a91da82dc770906301ec8ec
Author: Micah Lee <micah at micahflee.com>
Date:   Thu Jan 26 20:09:08 2017 -0800

    Add more verbose comments to ppa release script
---
 ppa_release.sh | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/ppa_release.sh b/ppa_release.sh
index 0d972b5..08dec4d 100755
--- a/ppa_release.sh
+++ b/ppa_release.sh
@@ -1,15 +1,29 @@
 #!/bin/sh
 
 # This script pushes updates to my Ubuntu PPA: https://launchpad.net/~micahflee/+archive/ppa
-# If you want to use it, you'll need your own ~/.dput.cf and ssh key.
 # More info: https://help.launchpad.net/Packaging/PPA/Uploading
+#
+# If you want to use it, you'll need your own ~/.dput.cf. Here's mine:
+#
+# [ppa]
+# fqdn = ppa.launchpad.net
+# method = ftp
+# incoming = ~micahflee/ubuntu/ppa/
+# login = anonymous
+# allow_unsigned_uploads = 0
 
 VERSION=`cat share/torbrowser-launcher/version`
 
+# Make a source pacakge
 rm -rf deb_dist
 python setup.py --command-packages=stdeb.command sdist_dsc
+
+# Sign it
 cd deb_dist/torbrowser-launcher-$VERSION
 dpkg-buildpackage -S
+#dpkg-buildpackage -S -pqubes-gpg-client-wrapper -k927F419D7EC82C2F149C1BD1403C2657CD994F73
 cd ..
-dput ppa:micahflee/ppa torbrowser-launcher_$VERSION-1_source.changes
+
+# Push it to the ppa
+dput ppa torbrowser-launcher_$VERSION-1_source.changes
 cd ..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list