[rkward-cvs] SF.net SVN: rkward:[2863] trunk/rkward/scripts/makeppa_upload.sh
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu May 13 13:41:03 UTC 2010
Revision: 2863
http://rkward.svn.sourceforge.net/rkward/?rev=2863&view=rev
Author: tfry
Date: 2010-05-13 13:41:02 +0000 (Thu, 13 May 2010)
Log Message:
-----------
Update list of targets, and fix path
Modified Paths:
--------------
trunk/rkward/scripts/makeppa_upload.sh
Modified: trunk/rkward/scripts/makeppa_upload.sh
===================================================================
--- trunk/rkward/scripts/makeppa_upload.sh 2010-05-11 18:55:20 UTC (rev 2862)
+++ trunk/rkward/scripts/makeppa_upload.sh 2010-05-13 13:41:02 UTC (rev 2863)
@@ -1,7 +1,7 @@
#!/bin/bash
## begin: These may need adjusting!
-TARGETS="lucid karmic jaunty intrepid hardy"
+TARGETS="maverick lucid karmic jaunty"
PPAVERSIONSTRING="experimental1ppa1"
PPAID="rkward-devel"
AUTHOR="Thomas Friedrichsmeier <tfry at users.sourceforge.net>"
@@ -14,7 +14,7 @@
mkdir $PPATEMPDIR
# first create source snapshot
-${BASEDIR}/makedist.sh $VERSION
+${BASEDIR}/scripts/makedist.sh $VERSION
cp ${BASEDIR}/rkward-$VERSION.tar.gz $PPATEMPDIR/rkward_$VERSION.orig.tar.gz
function doSourceUpload {
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