]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 f956780c0bbf28ada98fc13181b45854ae3f2d6c..9b1cce4e1607e86cfa9d26c14431a785f13077ce 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 470644d3cfd571663a32dfaa1c8110eb3906b4c5..df5e3a07304f12cff66e0827e0509268c47090a5 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