Apex: update ODL master to be neon 45/61045/1
authorTim Rozet <trozet@redhat.com>
Fri, 17 Aug 2018 14:54:23 +0000 (10:54 -0400)
committerTim Rozet <trozet@redhat.com>
Fri, 17 Aug 2018 14:54:23 +0000 (10:54 -0400)
This is for downloading the ODL artifact
from an ODL gerrit.

Change-Id: I8138f2d84fb85ed7c8cc74e956ed277dfdb5fc1f
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/3rd_party_ci/download-netvirt-artifact.sh

index 7cdd52d..ac7f76c 100755 (executable)
@@ -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}"