summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-10-03 11:04:07 +0200
committerGitHub <noreply@github.com>2017-10-03 11:04:07 +0200
commit682578fb6b2774b129a8158a81be26a052b3749e (patch)
treea5abdf32e52a208dcca3d6e7bbeb2878706484eb
parent60c9f5510b905afa5630574bed8f3d798b051c75 (diff)
parent5c1d49911b48327d5a860dcced6e21882c678432 (diff)
Merge pull request #3629 from vespa-engine/revert-3620-bjorncs/dist
Revert "Remove release suffix from release tag"
-rwxr-xr-xdist/release-vespa-rpm.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/dist/release-vespa-rpm.sh b/dist/release-vespa-rpm.sh
index eaf91468c38..ba9195dff05 100755
--- a/dist/release-vespa-rpm.sh
+++ b/dist/release-vespa-rpm.sh
@@ -34,11 +34,6 @@ mv pom.xml pom.xml.hide
# Run tito to update spec file and tag
tito tag --use-version=$VERSION --no-auto-changelog
-# Remove '-1' suffix from tag generated by tito
-readonly TITO_GIT_TAG="vespa-${VERSION}-1"
-git tag "vespa-${VERSION}" ${TITO_GIT_TAG}
-git tag -d ${TITO_GIT_TAG}
-
# Push changes and tag to branc
git push -u origin --follow-tags $RPM_BRANCH