diff options
author | Tim Rozet <trozet@redhat.com> | 2016-11-11 19:26:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-11 19:26:47 +0000 |
commit | 5f2cc4e6b222d109836abd1172f481f303f46319 (patch) | |
tree | 3cf444cb9e0aead555945195d07b5f61230a90d4 /build/functions.sh | |
parent | 0333a22450988e3950c0915aa0cebeddf0886952 (diff) | |
parent | e8b6d6debe2b056b404fc353f54b67364b58c59d (diff) |
Merge "Migrate to stable/newton"
Diffstat (limited to 'build/functions.sh')
-rw-r--r-- | build/functions.sh | 4 |
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 |