master
Daniel Berteaud 13 years ago
parent bdc4d8cc2e
commit f2546625d1
  1. 2
      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}

Loading…
Cancel
Save