diff options
-rwxr-xr-x | jjb/common/include-agl-build.sh | 6 | ||||
-rw-r--r-- | jjb/release-jjb-blowfish-snapshot/release-jjb-blowfish-snapshot.yaml | 2 |
2 files changed, 5 insertions, 3 deletions
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: |