From: Dongsu Park Date: Mon, 10 Jun 2013 10:04:52 +0000 (+0200) Subject: extract_storage: fix the default TARGET_NAME for feature branches X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e26f972660e210cdd7b113aeec33200c812d2219;p=profitbricks%2Fjenkins-build-scripts.git extract_storage: fix the default TARGET_NAME for feature branches Fix a small bug. $TARGET_NAME should be set to "experimental" by default, instead of "master". --- diff --git a/extract_storage_kernel+modules.sh b/extract_storage_kernel+modules.sh index 181f2eb..0a321fb 100755 --- a/extract_storage_kernel+modules.sh +++ b/extract_storage_kernel+modules.sh @@ -52,7 +52,7 @@ case $DISTRIBUTION in " ;; experimental) - [ -n "$PB_SUITE" ] && export TARGET_NAME=$PB_SUITE || export TARGET_NAME="master" + [ -n "$PB_SUITE" ] && export TARGET_NAME=$PB_SUITE || export TARGET_NAME="experimental" LAST_DEVELOP_BUILD_NO=$(get_last_target_build_no develop) BUILD_NUMBER="$LAST_DEVELOP_BUILD_NO.$(printf %03d $BUILD_NUMBER)" FEATURE_APTCMD="