]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
extract_storage: fix the default TARGET_NAME for feature branches
authorDongsu Park <dongsu.park@profitbricks.com>
Mon, 10 Jun 2013 10:04:52 +0000 (12:04 +0200)
committerDongsu Park <dongsu.park@profitbricks.com>
Mon, 10 Jun 2013 10:04:52 +0000 (12:04 +0200)
Fix a small bug. $TARGET_NAME should be set to "experimental"
by default, instead of "master".

extract_storage_kernel+modules.sh

index 181f2eb56e0790b066b310b19d5f0ed566e2ed13..0a321fb4ad53fef146dc2d65c4c5ada160cc58ef 100755 (executable)
@@ -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="