cu2d process requires updated bzr

Bug #1252807 reported by Francis Ginther
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu CI Services
Confirmed
High
Unassigned

Bug Description

The cupstream2distro tools use:

bzr lp-propose-merge --approve

to create and approve the MP for the changelog merge backs. Unfortunately bzr 2.5.1 does not set the revision ID. As a result we need the following fix:
http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/revision/6571

Revision history for this message
Francis Ginther (fginther) wrote :

Workaround is in place:
jenkins@jatayu:/usr/share/pyshared/bzrlib/plugins/launchpad$ diff lp_propose.py lp_propose.py.orig
205,206c205
< # hot patch carried over from magners to allow cu2d to approve merge back MRs -- vila 2013-11-19
< self.call_webservice(mp.setStatus, status='Approved', revid=self.source_branch.bzr.last_revision())
---
> self.call_webservice(mp.setStatus, status='Approved')

Vincent Ladeuil (vila)
Changed in ubuntu-ci-services-itself:
status: New → Confirmed
importance: Undecided → High
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.