summaryrefslogtreecommitdiffstats
path: root/build/functions.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-10-10 17:11:20 -0400
committerTim Rozet <trozet@redhat.com>2016-11-11 10:43:32 -0500
commite8b6d6debe2b056b404fc353f54b67364b58c59d (patch)
tree759d2a9c2794c6cbc223c251e30520c3d573a4c5 /build/functions.sh
parent4e2424a3802fc541a9b21ad53981b4725ed70320 (diff)
Migrate to stable/newton
os-odl_l2_nofeature is now deprecated since new netvirt only supports odl_l3. JIRA: APEX-299 Change-Id: I3557ecb85fa4cd11bba96aa9410e56a8e8cceb00 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/functions.sh')
-rw-r--r--build/functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/functions.sh b/build/functions.sh
index e61102ef..7ace4b0d 100644
--- a/build/functions.sh
+++ b/build/functions.sh
@@ -8,13 +8,13 @@
##############################################################################
clone_fork () {
- # ARG 1: opnfv-tht or opnfv-python-triplo
+ # ARG 1: opnfv-tht or opnfv-puppet-tripleo
echo "Cloning $1"
# Use apex tripleo-heat-templates fork
local ghcreds=""
local pr_num=""
- local ref="stable/colorado"
+ local ref="stable/danube"
local repo="https://github.com/trozet/$1"
if git log -1 | grep "${1}-pr:" | grep -o '[0-9]*'; then