From f55d421d2fa445b9ec65c62923d41213655ba6c8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 21 Apr 2015 13:34:58 -0400 Subject: [PATCH] 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 --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 6e36a5f..0a4985a 100644 --- a/functions +++ b/functions @@ -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.