diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-10 17:17:30 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-10 17:17:30 +0200 |
commit | 64387b8c78043fd7bd2e4d4426a8d048b4ae06ed (patch) | |
tree | 95b6eea975a38105d521390cb8087b7192c0507d /jjb/common/include-agl-auto-conf.sh | |
parent | 173409bf67a5bc20cef4a58ab4e289d28765e76d (diff) |
Use master as distro for sandbox branchessandbox/jsmoeller/distro-sandbox
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ieadb93820dcb1ee07d7b59ef99a8341d36d9f172
Diffstat (limited to 'jjb/common/include-agl-auto-conf.sh')
-rw-r--r-- | jjb/common/include-agl-auto-conf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh index 20f5d9fb..02e2c58a 100644 --- a/jjb/common/include-agl-auto-conf.sh +++ b/jjb/common/include-agl-auto-conf.sh @@ -10,6 +10,7 @@ if test x"" = x"${GERRIT_BRANCH}"; then export DISTROBRANCH="master" else export DISTROBRANCH="${GERRIT_BRANCH}" + grep -q sandbox <<< $GERRIT_BRANCH && export DISTROBRANCH="master" fi cat << EOF >> conf/auto.conf PREMIRRORS = "\ |