diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-12 20:38:33 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-12 20:38:33 +0200 |
commit | 8ae80dc9b6aa4609b7997dac1d6f404de694016c (patch) | |
tree | 9a6b3506bea568e2d22cb418391ddddb157bd951 /jjb | |
parent | eebdd40324d78f9895bcf48f6df3c8eff81a2ba0 (diff) |
Fix a few typos
Change-Id: Icf398847d42940fc79f9379a347808a5fe9fe3dc
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
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 |