mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 12:12:33 +01:00
tag -F
This commit is contained in:
parent
b621b95224
commit
ef605b406d
@ -52,7 +52,7 @@ if __name__ == '__main__':
|
||||
system(sh, 'Error changing version in %s' % fn)
|
||||
system('cvs commit -m "Updated to %s." %s' % (v, ' '.join(versionFiles)))
|
||||
|
||||
system('cvs tag release-%s' % v.replace('.', '_'))
|
||||
system('cvs tag -F release-%s' % v.replace('.', '_'))
|
||||
|
||||
shutil.rmtree('test')
|
||||
shutil.rmtree('sandbox')
|
||||
|
Loading…
Reference in New Issue
Block a user