mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
sponsor-patch: Handle staging environment branch URLs
This commit is contained in:
parent
925e1c787e
commit
a9c0df9627
@ -192,6 +192,9 @@ def get_open_ubuntu_bug_task(launchpad, bug, branch=None):
|
||||
ubuntu_tasks = [x for x in bug_tasks if x.is_ubuntu_task()]
|
||||
if branch:
|
||||
branch = branch.split('/')
|
||||
# Non-production LP?
|
||||
if len(branch) > 5:
|
||||
branch = branch[3:]
|
||||
|
||||
if len(ubuntu_tasks) == 0:
|
||||
Logger.error("No Ubuntu bug task found on bug #%i." % (bug.id))
|
||||
|
Loading…
x
Reference in New Issue
Block a user