aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2012-02-24 00:42:32 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2012-02-24 00:42:32 +0100
commit9f7b393ed05df699093641d9b90ec6446c2279de (patch)
tree9197c738f1420df0063ac446e93382dd012e42a4 /bump.sh
parentmove to new sudo handling, /etc/sudoers entry is depricated (diff)
downloadgentoo-vdr-scripts-9f7b393ed05df699093641d9b90ec6446c2279de.tar.gz
gentoo-vdr-scripts-9f7b393ed05df699093641d9b90ec6446c2279de.tar.bz2
gentoo-vdr-scripts-9f7b393ed05df699093641d9b90ec6446c2279de.zip
typo
Diffstat (limited to 'bump.sh')
-rwxr-xr-xbump.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bump.sh b/bump.sh
index 1530ff6..ceecd56 100755
--- a/bump.sh
+++ b/bump.sh
@@ -17,11 +17,11 @@ sed -e "3a\\
*gentoo-vdr-scripts-${NEWVERS} (${today})\\
" -i ChangeLog
-echo "Commiting bump"
-git commit -m "Bumped to version ${NEWVERS}" ChangeLog README
+echo "local bump"
+#git commit -m "Bumped to version ${NEWVERS}" ChangeLog README
-git tag gentoo-vdr-scripts-$NEWVERS
+#git tag gentoo-vdr-scripts-$NEWVERS
#git push origin :gentoo-vdr-scripts-$NEWVERS
make dist