]> git.sur5r.net Git - bacula/bacula/commitdiff
Update release scripts
authorKern Sibbald <kern@sibbald.com>
Sat, 17 Oct 2009 13:28:22 +0000 (15:28 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 17 Oct 2009 13:28:22 +0000 (15:28 +0200)
bacula/release/makebacularel
bacula/release/makedocsrel
bacula/release/makerescuerel

index e14729f256f20a3fd88de69301f6a14950947d4a..04474b3279c2204a4edbdc5d0d3f79caffc228f5 100755 (executable)
@@ -96,6 +96,5 @@ cd ..
 ./sign $base_pkg-gui-$ver.tar.gz
 ./sign $base_pkg-regress-$ver.tar.gz
 
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "
+git push
+git push --tags
index 247eeb4343aa69af5238138434413bf775801ff9..34606f7cc6ef96b007a65d19bca2f37d8b7e4bc0 100755 (executable)
@@ -104,6 +104,5 @@ bzip2 $base_pkg-$ver.tar
 ./sign $base_pkg-$ver.tar.bz2
 ls -l $base_pkg-$ver.tar.*
 
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "
+git push
+git push --tags
index c48b53044053bc7ff959dddb6a3f9a32d538f92c..f94d9c83c80e81b5bbcc685f3866a5c192fbe9ab 100755 (executable)
@@ -72,6 +72,5 @@ cd ${cwd}
 ./sign $base_pkg-$ver.tar.gz
 ls -l $base_pkg-$ver.tar.*
 
-echo " "
-echo "If everything is OK, don't forget to push $src tags to the repo"
-echo " "
+git push
+git push --tags