]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak release scripts
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 24 Jan 2010 17:02:31 +0000 (18:02 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 24 Jan 2010 17:02:31 +0000 (18:02 +0100)
bacula/release/makebacularel
bacula/release/makedocsrel
bacula/release/makerescuerel

index 90da20b3cba458444cee9d1829449e01e4b23116..7f963c0013bf385101e259d75d64ce0715f3e473 100755 (executable)
@@ -98,6 +98,6 @@ cd ..
 
 if [ a$push != ano ]; then
    cd ${src}
-   git push
-   git push --tags
+   git push origin $branch
+   git push tag $fulltag
 fi
index a8702a16feef0ad5613f6d988640ed2099829f8c..ff3cadb67556dd7d94fe6fce877573604c751579 100755 (executable)
@@ -106,6 +106,6 @@ ls -l $base_pkg-$ver.tar.*
 
 if [ a$push != ano ]; then
    cd ${src}
-   git push
-   git push --tags
+   git push origin $branch
+   git push tag $fulltag
 fi
index d36b8e7b84d6a0b90ffab86f7833305085f9f642..bb8c14d8e744da9eead2b62e88c251a32c5d1729 100755 (executable)
@@ -76,6 +76,6 @@ ls -l $base_pkg-$ver.tar.*
 
 if [ a$push != ano ]; then
    cd ${src}
-   git push
-   git push --tags
+   git push origin $branch
+   git push tag $fulltag
 fi