Fix lp project to repo name conversion

python-keystoneclient-kerberos did not match the old pattern, so we were
trying to release from a repository that does not exist.

Change-Id: If9dcc4c4352b702e24149e0c31aa0b80a46fac80
This commit is contained in:
Doug Hellmann 2015-04-21 13:34:58 -04:00
parent 1aff0edab8
commit f55d421d2f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
function lp_project_to_repo {
typeset proj="$1"
if [[ $proj == python-*client ]]; then
if [[ $proj == python-*client* ]]; then
echo $proj
else
# Some of the repository names don't match the launchpad names, e.g.