cu2d process requires updated bzr
Bug #1252807 reported by
Francis Ginther
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://
Changed in ubuntu-ci-services-itself: | |
status: | New → Confirmed |
importance: | Undecided → High |
description: | updated |
To post a comment you must log in.
Workaround is in place: jatayu: /usr/share/ pyshared/ bzrlib/ plugins/ launchpad$ diff lp_propose.py lp_propose.py.orig webservice( mp.setStatus, status='Approved', revid=self. source_ branch. bzr.last_ revision( )) webservice( mp.setStatus, status='Approved')
jenkins@
205,206c205
< # hot patch carried over from magners to allow cu2d to approve merge back MRs -- vila 2013-11-19
< self.call_
---
> self.call_