From cb44fe25cc827eeb23a5681f2b34e66066644b0b Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 7 Nov 2016 11:08:12 +0100 Subject: Fix bug in image+feature selection. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifbe88bf159c1ee13798005e5beb4ec4a65ac56ae Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-build.sh | 6 ++++-- .../release-jjb-blowfish-snapshot.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'jjb') 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: -- cgit 1.2.3-korg