commit | ddfbacef9fd0bd64b38674524f7829b42ed08bbd | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Oct 15 22:02:08 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Oct 15 22:02:08 2014 +0000 |
tree | e581449c0f8059530f4f7f4648392f5810305b3b | |
parent | e0d6a46b8afaeacc070a84f58ecf8e03ffe8275c [diff] | |
parent | 8f38572588af308d433a3bd7fbd93163348d98d3 [diff] |
Merge "support proposed/* branches"
diff --git a/functions-common b/functions-common index 5b29fd3..9f4acfe 100644 --- a/functions-common +++ b/functions-common
@@ -522,8 +522,7 @@ # ``get_release_name_from_branch branch-name`` function get_release_name_from_branch { local branch=$1 - - if [[ $branch =~ "stable/" ]]; then + if [[ $branch =~ "stable/" || $branch =~ "proposed/" ]]; then echo ${branch#*/} else echo "master"