From: Jan-Simon Möller Date: Mon, 7 Nov 2016 10:08:12 +0000 (+0100) Subject: Fix bug in image+feature selection. X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F7055%2F1;p=ci-management.git Fix bug in image+feature selection. Change-Id: Ifbe88bf159c1ee13798005e5beb4ec4a65ac56ae Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-build.sh b/jjb/common/include-agl-build.sh index 9c96929f..c09616c1 100755 --- a/jjb/common/include-agl-build.sh +++ b/jjb/common/include-agl-build.sh @@ -111,10 +111,12 @@ eval TARGETIMAGE="$TARGETIMAGE" eval TARGETIMAGEnogfx="$TARGETIMAGEnogfx" if $NOGFX; then - export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETIMAGE="${TARGETIMAGEnogfx}" + export TARGETFEATURES="${TARGETFEATURESnogfx}" fi if test x"porter-nogfx" = x"$MACHINE"; then - export TARGETIMAGE=${TARGETIMAGEnogfx} + export TARGETIMAGE="${TARGETIMAGEnogfx}" + export TARGETFEATURES="${TARGETFEATURESnogfx}" fi if $DEBUG; then diff --git a/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml b/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml index 321792c2..f0b93126 100644 --- a/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml +++ b/jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml @@ -24,7 +24,7 @@ description: "refspec to build" - string: name: UPLOAD - default: false + default: NO description: "Upload?" axes: - axis: