From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgbuildfarm-members(at)pgfoundry(dot)org |
Subject: | [Pgbuildfarm-members] enhancement: filter files that can trigger a build |
Date: | 2005-01-10 00:13:26 |
Message-ID: | 41E1C8A6.9010009@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members |
I committed changes today that allow filtering which files will trigger
a build. This is in version 1.18 of run_build.pl. Using that run file,
you can set a configuration parameter specifying a pattern of files to
ignore when considering if anything has changed. The recommended pattern
is: qr[/(doc|po)/] which will ignore any file in a doc or po directory.
Using that, if all we see is a doc or a po change, we won't do a build,
but if we see some other chnage we will. Doc and po file changes would
still be reported when the build is actually done.
I haven't cut a new release yet, but as always you can get the latest
version(s) from the CVS repo on pgfoundry.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2005-01-11 19:44:24 | buildfarm switching servers |
Previous Message | Andrew Dunstan | 2004-12-31 22:43:42 | Re: [Pgbuildfarm-members] triggering builds - new skin |