From: Arne Fitzenreiter Date: Tue, 14 Oct 2008 21:51:05 +0000 (+0200) Subject: Changed version back to test X-Git-Tag: v2.3-rc1~38 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=2f0c3fa77834bc0ba649160bab1214557f09e559 Changed version back to test add additional commandline parameter - make.sh git push --- diff --git a/make.sh b/make.sh index fba65abc4f..75515cd7d8 100755 --- 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