config: Add git tag --verify to upload-release.sh.
authorMark Wielaard <mark@klomp.org>
Mon, 15 Apr 2019 14:07:34 +0000 (16:07 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 15 Apr 2019 14:07:34 +0000 (16:07 +0200)
Add a check to make sure we have to correct (signed) tag.

Signed-off-by: Mark Wielaard <mark@klomp.org>
config/ChangeLog
config/upload-release.sh

index f956780..9b1cce4 100644 (file)
@@ -1,3 +1,7 @@
+2019-04-15  Mark Wielaard  <mark@klomp.org>
+
+       * upload-release.sh: Add git tag --verify.
+
 2019-02-14  Mark Wielaard  <mark@klomp.org>
 
        * elfutils.spec.in: Update for 0.176.
index 470644d..df5e3a0 100755 (executable)
@@ -29,6 +29,7 @@ pushd "${tempdir}"
 # Checkout
 git clone git://sourceware.org/git/elfutils.git
 cd elfutils
+git tag --verify "elfutils-${VERSION}"
 git checkout -b "$VERSION" "elfutils-${VERSION}"
 
 # Create dist