put tagging back in
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11027 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
30f6b83d12
commit
1e89a662f3
1 changed files with 1 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ print "Uploading to Sourceforge"
|
|||
os.system("rsync --archive --verbose -P --times -e ssh swig-" + version + ".tar.gz " + username + "@frs.sourceforge.net:uploads/") and failed("")
|
||||
os.system("rsync --archive --verbose -P --times -e ssh swigwin-" + version + ".zip " + username + "@frs.sourceforge.net:uploads/") and failed("")
|
||||
|
||||
print "not labelling...."
|
||||
#os.system("svn copy -m \"rel-" + version + "\" https://swig.svn.sourceforge.net/svnroot/swig/trunk https://swig.svn.sourceforge.net/svnroot/swig/tags/rel-" + version + "/")
|
||||
os.system("svn copy -m \"rel-" + version + "\" https://swig.svn.sourceforge.net/svnroot/swig/trunk https://swig.svn.sourceforge.net/svnroot/swig/tags/rel-" + version + "/")
|
||||
|
||||
print "Finished"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue