Allow pre-export hooks
Bug #173274 reported by
Jelmer Vernooij
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Triaged
|
Wishlist
|
Unassigned | ||
bzr (Debian) |
Confirmed
|
Unknown
|
Bug Description
affects bzr
"bzr export" should allow hooks that can be used to, for example,
run autoconf. This would make it easier to, e.g. export an upstream
tarball ready for distribution without having to run such tools
automatically.
bzr-builddeb currently has support for this, but I think it
should be more generic.
Related branches
lp://staging/~parthm/bzr/173274-export-hooks
On hold
for merging
into
lp://staging/bzr
- Andrew Bennetts: Needs Fixing
-
Diff: 215 lines (+158/-3)4 files modifiedNEWS (+4/-0)
bzrlib/export/__init__.py (+93/-3)
bzrlib/hooks.py (+5/-0)
bzrlib/tests/test_export.py (+56/-0)
Changed in bzr: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in bzr: | |
status: | Triaged → Confirmed |
Changed in bzr: | |
assignee: | nobody → Parth Malwankar (parthm) |
status: | Confirmed → In Progress |
Changed in bzr (Debian): | |
status: | Unknown → Confirmed |
Changed in bzr: | |
assignee: | Parth Malwankar (parthm) → nobody |
status: | In Progress → Confirmed |
tags: | added: export patch-needswork |
tags: | added: check-for-breezy |
Changed in brz: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
tags: | removed: check-for-breezy |
To post a comment you must log in.
I'd love to have this too. For Mailman, we'd use it to generate our documentation from .tex files. We'd like to keep just the .tex files in bzr and run 'make docs' or somesuch just before export builds the tarball.