summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-04-15 16:07:34 +0200
committerMark Wielaard <mark@klomp.org>2019-04-15 16:07:34 +0200
commitf8000d58a009379a3c7aa2267d7a473f12ac8be5 (patch)
treef655008648831e9f165988c5d85c2530cf088c16 /config
parente6118f9720d42af6758a0a74b7324acd4aed383d (diff)
downloadelfutils-f8000d58a009379a3c7aa2267d7a473f12ac8be5.tar.gz
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 <mark@klomp.org>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rwxr-xr-xconfig/upload-release.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index f956780c..9b1cce4e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/upload-release.sh b/config/upload-release.sh
index 470644d3..df5e3a07 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