[Pkg-anonymity-tools] [onionshare] 07/140: added script to publish to PPA

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 29 20:33:42 UTC 2014


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

u-guest pushed a commit to branch master
in repository onionshare.

commit 5a3957d8c4666268954603a2f66c40b959e5a7db
Author: Micah Lee <micah at micahflee.com>
Date:   Fri Aug 22 12:31:46 2014 -0700

    added script to publish to 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..2fe74d2
--- /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/onionshare-$VERSION
+dpkg-buildpackage -S
+cd ..
+dput ppa:micahflee/ppa onionshare_$VERSION-1_source.changes
+cd ..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list