From ef605b406d467eb1d2c07471bd088583fb2d88f2 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 1 Oct 2004 03:44:23 +0000 Subject: [PATCH] tag -F --- sandbox/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/release.py b/sandbox/release.py index dcd388a09..cf12f2d82 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -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')