From: Tim Rozet Date: Fri, 17 Aug 2018 14:54:23 +0000 (-0400) Subject: Apex: update ODL master to be neon X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=005e9f495c1089627e41ac1443804b50653aae38;p=releng.git Apex: update ODL master to be neon This is for downloading the ODL artifact from an ODL gerrit. Change-Id: I8138f2d84fb85ed7c8cc74e956ed277dfdb5fc1f Signed-off-by: Tim Rozet --- diff --git a/jjb/3rd_party_ci/download-netvirt-artifact.sh b/jjb/3rd_party_ci/download-netvirt-artifact.sh index 7cdd52d05..ac7f76ccd 100755 --- a/jjb/3rd_party_ci/download-netvirt-artifact.sh +++ b/jjb/3rd_party_ci/download-netvirt-artifact.sh @@ -8,7 +8,7 @@ if [ "$ODL_BRANCH" != 'master' ]; then DIST=$(echo ${ODL_BRANCH} | sed -rn 's#([a-zA-Z]+)/([a-zA-Z]+)#\2#p') ODL_BRANCH=$(echo ${ODL_BRANCH} | sed -rn 's#([a-zA-Z]+)/([a-zA-Z]+)#\1%2F\2#p') else - DIST='fluorine' + DIST='neon' fi echo "ODL Distribution is ${DIST}"