lp://staging/~mvo/click/lp1245826-multiple-hookfiles
Created by
Michael Vogt
and last modified
- Get this branch:
- bzr branch lp://staging/~mvo/click/lp1245826-multiple-hookfiles
Only
Michael Vogt
can upload to this branch. If you are
Michael Vogt
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/click/devel
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- click hackers: Pending requested
-
Diff: 299 lines (+103/-32)3 files modifiedclick/tests/gimock.py (+2/-1)
click/tests/test_hooks.py (+46/-2)
lib/click/hooks.vala (+55/-29)
Related bugs
Bug #1245826: Allow applying a hook to multiple files | Wishlist | In Progress |
Related blueprints
Branch information
Recent revisions
- 522. By Michael Vogt
-
Add support for multiple hook files
This allows writing hook files like:
"""
Pattern: %s/${id}_${basename}
"""and manifest with:
"""
hooks": {
"app": {
"service": ["target-1","target- 2"]
}
}
""" - 520. By Colin Watson
-
[r=mvo] Fix garbage-collection to actually work properly, and run it on system startup.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/click