[Pkg-privacy-commits] [torbrowser-launcher] 185/476: added a script to automate pushing updates to the PPA
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 074b5d46aab95a8c492d8181a4869bf02a6a08a9
Author: Micah Lee <micah at micahflee.com>
Date: Thu Jan 2 16:26:39 2014 -0800
added a script to automate pushing updates to the PPA
---
ppa_release.sh | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/ppa_release.sh b/ppa_release.sh
new file mode 100755
index 0000000..9913f6b
--- /dev/null
+++ b/ppa_release.sh
@@ -0,0 +1,15 @@
+#!/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
+
+VERSION=`cat version`
+
+rm -rf deb_dist
+python setup.py --command-packages=stdeb.command sdist_dsc
+cd deb_dist/torbrowser-launcher-$VERSION
+dpkg-buildpackage -S
+cd ..
+dput ppa:micahflee/ppa torbrowser-launcher_$VERSION-1_source.change
+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