]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Changed version back to test
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 14 Oct 2008 21:51:05 +0000 (23:51 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 14 Oct 2008 21:51:05 +0000 (23:51 +0200)
add additional commandline parameter - make.sh git push

make.sh

diff --git a/make.sh b/make.sh
index fba65abc4fcf816bca98336303c5cd1f41dc915a..75515cd7d8a055645cfd998fba95f62b7ee5fe35 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,7 +24,7 @@
 
 NAME="IPFire"                                                                          # Software name
 SNAME="ipfire"                                                                 # Short name
-VERSION="2.3-beta5"
+VERSION="2.3-test"
 GIT_BRANCH=master:master                                                                               # Version number
 SLOGAN="www.ipfire.org"                                        # Software slogan
 CONFIG_ROOT=/var/ipfire                                        # Configuration rootdir
@@ -932,7 +932,7 @@ git)
                [ -z $GIT_USER ] && exiterror "You have to setup GIT_USER first."
                        GIT_URL="ssh://${GIT_USER}@git.ipfire.org/pub/git/ipfire-2.x"
                        
-               git push ${GIT_URL} ${GIT_BRANCH}
+               git push ${GIT_URL} ${GIT_BRANCH} $3
                ;;
          log)
                [ -z $GIT_TAG ]  || LAST_TAG=$GIT_TAG