From e26f972660e210cdd7b113aeec33200c812d2219 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 10 Jun 2013 12:04:52 +0200 Subject: [PATCH] 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". --- extract_storage_kernel+modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=" -- 2.39.5