update package builds with more generic version numbers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11932 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bce282fa0c
commit
ebe21075f9
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# This script builds a swig-1.3 distribution.
|
||||
# Usage : mkdist.py version, where version should be 1.3.x
|
||||
# This script builds a swig-x.y.z distribution.
|
||||
# Usage : mkdist.py version, where version should be x.y.z
|
||||
|
||||
import sys
|
||||
import string
|
||||
|
|
@ -16,7 +16,7 @@ try:
|
|||
version = sys.argv[1]
|
||||
dirname = "swig-" + version
|
||||
except:
|
||||
print "Usage: mkdist.py version, where version should be 1.3.x"
|
||||
print "Usage: mkdist.py version, where version should be x.y.z"
|
||||
sys.exit(1)
|
||||
|
||||
# Check name matches normal unix conventions
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ try:
|
|||
username = sys.argv[2]
|
||||
except:
|
||||
print "Usage: python mkrelease.py version username"
|
||||
print "where version should be 1.3.x and username is your SF username"
|
||||
print "where version should be x.y.z and username is your SF username"
|
||||
sys.exit(1)
|
||||
|
||||
print "Looking for rsync"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue