aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/release-jjb-dab-release/include-release-jjb-dab-release-move-sandbox.sh2
-rw-r--r--jjb/release-jjb-dab-release/release-jjb-dab-release.yaml6
-rw-r--r--jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml2
3 files changed, 5 insertions, 5 deletions
diff --git a/jjb/release-jjb-dab-release/include-release-jjb-dab-release-move-sandbox.sh b/jjb/release-jjb-dab-release/include-release-jjb-dab-release-move-sandbox.sh
index 536f726b..396dfb1c 100644
--- a/jjb/release-jjb-dab-release/include-release-jjb-dab-release-move-sandbox.sh
+++ b/jjb/release-jjb-dab-release/include-release-jjb-dab-release-move-sandbox.sh
@@ -14,7 +14,7 @@ if test x"" = x"${RELEASE_VERSION}"; then
fi
-export REMOTESRC="/src/download/AGL/upload/ci/${RELEASE_BRANCH}/${RELEASE_VERSION}/"
+export REMOTESRC="/srv/download/AGL/upload/ci/${RELEASE_BRANCH}/${RELEASE_VERSION}/"
export REMOTEDST="/srv/download/AGL/release/${RELEASE_BRANCH}/${RELEASE_VERSION}/"
if test x"yes" = x"$UPLOAD" ; then
diff --git a/jjb/release-jjb-dab-release/release-jjb-dab-release.yaml b/jjb/release-jjb-dab-release/release-jjb-dab-release.yaml
index 1123069a..f24cfa32 100644
--- a/jjb/release-jjb-dab-release/release-jjb-dab-release.yaml
+++ b/jjb/release-jjb-dab-release/release-jjb-dab-release.yaml
@@ -17,15 +17,15 @@
description: "Project to build"
- string:
name: GERRIT_BRANCH
- default: master
+ default: dab
description: "branch to build"
- string:
name: GERRIT_REFSPEC
- default: refs/tags/dab_3.99.1
+ default: refs/tags/dab_4.0.2
description: "refspec to build"
- string:
name: RELEASE_VERSION
- default: 3.99.1
+ default: 4.0.2
description: "release version number for build"
- string:
name: RELEASE_BRANCH
diff --git a/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml b/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml
index b8ec9597..79075f88 100644
--- a/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml
+++ b/jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml
@@ -92,6 +92,7 @@
- ../common/include-agl-header.sh
- ../common/include-agl-repo.sh
- ../common/include-agl-select.sh
+ - ../common/include-agl-export-eula.sh
- ../common/include-agl-source-aglsetup.sh
- ../common/include-agl-auto-conf.sh
- ../common/include-agl-limit-parallelism.sh
@@ -101,7 +102,6 @@
- ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
- ../common/include-agl-local-conf-vmdk.sh
- ../common/include-agl-local-conf-rpi3-imagetype.sh
- - ../common/include-agl-export-eula.sh
- ../common/include-agl-bitbake-image.sh
- ../common/include-agl-bitbake-sdk.sh
- ../common/include-agl-run-test-prepare.sh