1 file changed, 4 insertions(+), 1 deletion(-) Makefile.am | 5 ++++-
# HG changeset patch # User Andrew Beekhof <[EMAIL PROTECTED]> # Date 1226867696 -3600 # Branch stable-1.0 # Node ID 7a566286406b7d93299175705d5cb02b194b52b2 # Parent f148196cd39c565184d649f2d0d8adda5762b0cf Low: Build: Fiddle with reporting helper targets diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -55,7 +55,10 @@ week: week: hg log -M --template " + {desc|firstline|strip}\n" -d -7 | grep -v -e Dev: -e Low: | sort -u -big-bomb: +bomb-zero: + echo $(BOMB_TARGET) > .bomb + +bomb-list: echo Summary of `hg log -M --template "{node|short}\n" -r $(BOMB_LAST):tip | wc -l` Pacemaker $(VERSION) patches from week $(BOMB_DATE) echo "" for cs in `hg log -M --template "{node|short} " -r $(BOMB_LAST):tip`; do \
_______________________________________________ Pacemaker mailing list Pacemaker@clusterlabs.org http://list.clusterlabs.org/mailman/listinfo/pacemaker