Really easy branching of Ubuntu packages
Bug #609186 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Barry Warsaw | ||
Ubuntu Distributed Development |
Triaged
|
High
|
Unassigned |
Bug Description
We talked about this at the Platform Rally in Prague.
You know what would be really cool? bzr branch ubuntu:foo where 'foo' can be either the binary or source package name. This would always look up the source package name and give you the lp:ubuntu/foosrc checkout, however if that is out-of-date or has other problems, it would:
* apt-get source foosrc
* bzr add *
* bzr commit
to give you a dvcs controlled source branch in all cases. It *might* be better to provide a warning and not do the apt-get source if there's a problem, but to support that with a switch (e.g. bzr branch ubuntu:foo --allow-aptget or some such).
Related branches
lp://staging/~barry/bzr-builddeb/609186-urls
On hold
for merging
into
lp://staging/bzr-builddeb
- Bzr-builddeb-hackers: Pending requested
-
Diff: 382 lines (+349/-1)4 files modified__init__.py (+4/-0)
tests/__init__.py (+2/-1)
tests/test_urls.py (+216/-0)
urls.py (+127/-0)
lp://staging/~barry/bzr/609186-shortcuts
- Vincent Ladeuil: Approve
- Martin Pool: Needs Fixing
- John A Meinel: Approve
-
Diff: 374 lines (+276/-9)5 files modifiedNEWS (+7/-0)
bzrlib/plugins/launchpad/__init__.py (+9/-0)
bzrlib/plugins/launchpad/lp_directory.py (+47/-1)
bzrlib/plugins/launchpad/test_lp_directory.py (+178/-8)
doc/en/tutorials/using_bazaar_with_launchpad.txt (+35/-0)
lp://staging/~vila/bzr/609186-shortcuts
- bzr-core: Pending requested
-
Diff: 260 lines (+50/-99)3 files modifiedNEWS (+7/-7)
bzrlib/plugins/launchpad/lp_directory.py (+7/-7)
bzrlib/plugins/launchpad/test_lp_directory.py (+36/-85)
Changed in udd: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: bzr-builddeb usability |
Changed in bzr: | |
status: | New → Fix Released |
milestone: | none → 2.1.4 |
milestone: | 2.1.4 → 2.3b3 |
Changed in bzr: | |
assignee: | nobody → Barry Warsaw (barry) |
importance: | Undecided → High |
To post a comment you must log in.
See also bug 609187 for a possibly related ui request.