[projects/rc-scripts] fix tag pushing in make-tag.sh

draenog draenog at pld-linux.org
Mon Nov 11 17:46:34 CET 2013


commit 6c76c6892a13dcf101f3e849fd7820043f960eef
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Nov 11 17:40:43 2013 +0100

    fix tag pushing in make-tag.sh

 make-tag.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/make-tag.sh b/make-tag.sh
index b93aa2c..dafbed8 100755
--- a/make-tag.sh
+++ b/make-tag.sh
@@ -11,4 +11,4 @@ echo "Press ENTER to continue..."
 read a
 
 git tag -a "$tag" $rev
-git push --dry-run origin "refs/tags/$tag"
+git push origin "refs/tags/$tag"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/rc-scripts.git/commitdiff/6c76c6892a13dcf101f3e849fd7820043f960eef



More information about the pld-cvs-commit mailing list