Update of /cvsroot/lxr/lxr-tools
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11528
Modified Files:
makerelease.pl
Log Message:
Update with new SF release system
Index: makerelease.pl
===================================================================
RCS file: /cvsroot/lxr/lxr-tools/makerelease.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- makerelease.pl 22 Apr 2009 15:38:35 -0000 1.3
+++ makerelease.pl 5 Jan 2010 21:58:26 -0000 1.4
@@ -51,7 +51,7 @@
--noex Do not do any action that alters SF state (useful for
seeing what will happen)
--tag Use the supplied string as the release tag name
- --nottext Do not run the tests from lxr-tools
+ --notest Do not run the tests from lxr-tools
END_HELP
@@ -312,7 +312,7 @@
print "Uploading to SF...";
chdir("..");
- my $cmd = "rsync -a -e ssh lxr-$version.tgz ".'mb...@fr...:uploads/';
+ my $cmd = "rsync -a -e ssh lxr-$version.tgz ".'mbox,lx...@fr...:/home/frs/project/l/lx/lxr/development/lxr-'.$version.'/';
print "[Not executing]" if $NO;
print " $cmd\n";
|