From f2546625d100574dc5e156b93cef83b38ab4e569 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 20 Jul 2012 12:58:19 +0200 Subject: [PATCH] =?UTF-8?q?tag=20forc=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- submit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit b/submit index 82e992c..a6efaeb 100755 --- a/submit +++ b/submit @@ -14,7 +14,7 @@ TMPDIR=$(mktemp -d) mkdir -p $TMPDIR/$PACKAGE-$VERSION/ # Tag GIT using the version in the spec file -git tag $VERSION 2>&1 > /dev/null +git tag -f $VERSION 2>&1 > /dev/null # Create needed dirs on the build box ssh -l $ME build.firewall-services.com mkdir -p rpmbuild/{RPMS,SRPMS,SPECS,SOURCES}