Should make it easier to add options to the builder command
Bug #248640 reported by
James Westby
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Hi,
Tweaking the options used for a builder should be easier
that having to retype the whole command.
Either
bzr bd -- --whatever
or
bzr bd --builder-opts "--whatever"
would be better that the current situation.
Related branches
lp://staging/~rexbron/bzr-builddeb/trunk.profiles
On hold
for merging
into
lp://staging/~bzr-builddeb-hackers/bzr-builddeb/trunk-old
- James Westby: Needs Fixing
Changed in bzr-builddeb: | |
importance: | Undecided → Wishlist |
milestone: | none → 1.0 |
status: | New → Triaged |
Changed in bzr-builddeb: | |
milestone: | 1.0 → 2.1 |
Changed in bzr-builddeb: | |
milestone: | 2.1 → 2.2 |
Changed in bzr-builddeb: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi,
I've just committed support to do
bzr builddeb -- -S -v0.1-1
etc., where the bits after "--" are added to the build command.
This doesn't stop us doing profiles, but it fixes this bug, and deals with things
that profiles can't fix for us.
Thanks,
James