aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-15 01:02:14 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-15 01:02:14 +0100
commit5f5c09fa9371ecd86388cad86a5d0503ef4261c7 (patch)
tree25b3e9ae07841bf966a3e5b1baf658609f0e9497 /bump.sh
parentBumped to version 2.8 (diff)
downloadgentoo-vdr-scripts-5f5c09fa9371ecd86388cad86a5d0503ef4261c7.tar.gz
gentoo-vdr-scripts-5f5c09fa9371ecd86388cad86a5d0503ef4261c7.tar.bz2
gentoo-vdr-scripts-5f5c09fa9371ecd86388cad86a5d0503ef4261c7.zip
proj/gentoo-vdr-scripts minor fixes
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'bump.sh')
-rwxr-xr-xbump.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bump.sh b/bump.sh
index 8f85f3c..1c0b0e3 100755
--- a/bump.sh
+++ b/bump.sh
@@ -18,9 +18,9 @@ sed -e "3a\\
" -i ChangeLog
echo "local bump"
-git commit -s -m "Bumped to version ${NEWVERS}" ChangeLog README
+git commit -s -m "proj/gentoo-vdr-scripts: Bumped to version ${NEWVERS}" ChangeLog README
git tag gentoo-vdr-scripts-$NEWVERS
-#git push origin :gentoo-vdr-scripts-$NEWVERS
+git push --signed=yes origin :gentoo-vdr-scripts-$NEWVERS
make dist