[rkward-cvs] SF.net SVN: rkward:[3201] trunk/rkward/scripts/makeppa_upload.sh
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Nov 21 11:42:54 UTC 2010
Revision: 3201
http://rkward.svn.sourceforge.net/rkward/?rev=3201&view=rev
Author: tfry
Date: 2010-11-21 11:42:54 +0000 (Sun, 21 Nov 2010)
Log Message:
-----------
Add support for uploading to 'rkward-stable'-PPA
Modified Paths:
--------------
trunk/rkward/scripts/makeppa_upload.sh
Modified: trunk/rkward/scripts/makeppa_upload.sh
===================================================================
--- trunk/rkward/scripts/makeppa_upload.sh 2010-11-20 07:20:54 UTC (rev 3200)
+++ trunk/rkward/scripts/makeppa_upload.sh 2010-11-21 11:42:54 UTC (rev 3201)
@@ -1,10 +1,16 @@
#!/bin/bash
## begin: These may need adjusting!
-TARGETS="maverick lucid karmic jaunty"
-PPAVERSIONSTRING="experimental1ppa1"
-PPAID="rkward-devel"
+TARGETS="natty maverick lucid karmic jaunty"
AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
+if [ ${1} = "--stable" ]; then
+ shift
+ PPAID="rkward-stable"
+ PPAVERSIONSTRING=".1rkward.stable"
+else
+ PPAID="rkward-devel"
+ PPAVERSIONSTRING=".0rkward.devel"
+fi
## end: These may need adjusting!
cd `dirname $0`/..
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list