This commit is contained in:
Jeremy Fincher 2004-10-01 03:44:23 +00:00
parent b621b95224
commit ef605b406d
1 changed files with 1 additions and 1 deletions

View File

@ -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')