I had a small look in the list archive and in the on-line manual without being able to find an answer: can I trigger several actions with a single commit ?

My own tries make me think that only the first line with a regexp matching the commit directory is used, and subsequent ones are silently ignored.

I could use a wrapper scripts encapsulating the different tasks, however I don't want to use the same list of task for all the different parts of a repository. In other terms, I'd like to do something as:
^foo report-mail
^foo/www extract-website


Meaning sending mail for any commit in foo modules, and additionaly extracting web pages for the www subdirectory.

--
Build a system that even a fool can use, and only a fool will want to use it
                -- Educational Considerations n°2


_______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to