Adopt v18.0 branch by default

Signed-off-by: Ste74 <stefano@manjaro.org>
This commit is contained in:
Ste74 2018-11-05 19:15:34 +01:00
parent f67dd8fbe0
commit ec51e92bab
No known key found for this signature in database
GPG key ID: 8DB9F8C18DF53602
2 changed files with 3 additions and 3 deletions

View file

@ -37,8 +37,8 @@
################ buildiso ################ ################ buildiso ################
#default branch for iso-profiles repo: master>current release #default branch for iso-profiles repo: v18.0 Illyria master>development release
# branch=master # branch=v18.0
# default iso build list; name without .list extension # default iso build list; name without .list extension
# build_list_iso=default # build_list_iso=default

View file

@ -325,7 +325,7 @@ init_buildiso(){
branch=$(git rev-parse --abbrev-ref HEAD) branch=$(git rev-parse --abbrev-ref HEAD)
cd ${current_path} cd ${current_path}
else else
[[ -z ${branch} ]] && branch="master" #current branch release [[ -z ${branch} ]] && branch="v18.0" #current branch release
fi fi
[[ -z ${gpgkey} ]] && gpgkey='' [[ -z ${gpgkey} ]] && gpgkey=''