mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Updated.
This commit is contained in:
parent
15d1c77b80
commit
10579c5de0
@ -48,7 +48,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
versionFiles = ('src/conf.py', 'scripts/supybot', 'setup.py')
|
versionFiles = ('src/conf.py', 'scripts/supybot', 'setup.py')
|
||||||
for fn in versionFiles:
|
for fn in versionFiles:
|
||||||
sh = 'perl -pi -e "s/^version\s*=.*/version = \'%s\'" %s' % (v, fn)
|
sh = 'perl -pi -e "s/^version\s*=.*/version = \'%s\'/" %s' % (v, fn)
|
||||||
system(sh, 'Error changing version in %s' % fn)
|
system(sh, 'Error changing version in %s' % fn)
|
||||||
system('cvs commit -m "Updated to %s." %s' % (v, ' '.join(versionFiles)))
|
system('cvs commit -m "Updated to %s." %s' % (v, ' '.join(versionFiles)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user