Please add a rm command
Bug #617653 reported by
Benjamin Drung
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builder |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Please add a remove command that works similar to 'run rm -rf'. This command should only delete files in the branch directory. 'rm ../foo' should not be allowed. The remove command could be mapped on 'bzr rm'.
My use case is to get the latest upstream trunk branch, bundle it with the latest Ubuntu packaging branch, and remove all Ubuntu patches. Here's the corresponding recipe:
# bzr-builder format 0.3 deb-version {debupstream}
lp:audacity
nest-part packaging lp:ubuntu/audacity debian debian
run rm -rf debian/patches
description: | updated |
Changed in bzr-builder: | |
status: | Incomplete → New |
Changed in bzr-builder: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
You can merge in a branch that does removes. Would that take care of your use case?