Merge branch 'master' of github.com:manjaro/manjaro-tools into stable-0.14.x

This commit is contained in:
udeved 2017-02-14 09:25:21 +01:00
commit f5c05c2705

View file

@ -30,7 +30,7 @@ create_release(){
} }
get_edition(){ get_edition(){
local result=$(find ${run_dir} -maxdepth 3 -name "${profile}") path local result=$(find ${run_dir} -maxdepth 2 -name "${profile}") path
[[ -z $result ]] && die "%s is not a valid profile or build list!" "${profile}" [[ -z $result ]] && die "%s is not a valid profile or build list!" "${profile}"
path=${result%/*} path=${result%/*}
echo ${path##*/} echo ${path##*/}
@ -38,7 +38,7 @@ get_edition(){
connect(){ connect(){
local home="/home/frs/project" local home="/home/frs/project"
echo "${account},${project}@frs.${host}:${home}/${profile}" echo "${account},${project}@frs.${host}:${home}/${project}"
} }
gen_webseed(){ gen_webseed(){