From: Mark Wielaard Date: Mon, 15 Apr 2019 14:07:34 +0000 (+0200) Subject: config: Add git tag --verify to upload-release.sh. X-Git-Tag: elfutils-0.177~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8000d58a009379a3c7aa2267d7a473f12ac8be5;p=thirdparty%2Felfutils.git config: Add git tag --verify to upload-release.sh. Add a check to make sure we have to correct (signed) tag. Signed-off-by: Mark Wielaard --- diff --git a/config/ChangeLog b/config/ChangeLog index f956780c0..9b1cce4e1 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2019-04-15 Mark Wielaard + + * upload-release.sh: Add git tag --verify. + 2019-02-14 Mark Wielaard * elfutils.spec.in: Update for 0.176. diff --git a/config/upload-release.sh b/config/upload-release.sh index 470644d3c..df5e3a073 100755 --- a/config/upload-release.sh +++ b/config/upload-release.sh @@ -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