add in command to tag the release
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10149 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bc9c671d84
commit
173f5632dc
1 changed files with 3 additions and 0 deletions
|
|
@ -34,3 +34,6 @@ print "Uploading to Sourceforge"
|
|||
os.system("wput --verbose --binary swig-" + version + ".tar.gz ftp://anonymous:" + username + "@users.sourceforge.net@upload.sourceforge.net/incoming/") and failed("")
|
||||
os.system("wput --verbose --binary swigwin-" + version + ".zip ftp://anonymous:" + username + "@users.sourceforge.net@upload.sourceforge.net/incoming/") and failed("")
|
||||
|
||||
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