Skip to content

Commit

Permalink
Use new filters in sample conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed May 11, 2012
1 parent 317955a commit 4f21839
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build-farm.conf
Expand Up @@ -81,10 +81,13 @@ my $branch;

print_success => undef,

# pattern for files whose changes do NOT trigger a build
# use qr[/(doc|po)/] to ignore changes to docs and po files (recommended)
# include / exclude pattern for files whose trigger a build
# if both are specified then they are both applied as filters
# undef means don't ignore anything.
trigger_filter => qr[/(doc|po)/],
# exclude qr[/(doc|po)/] to ignore changes to docs and po files (recommended)
# undef means null filter.
trigger_exclude => qr[/(doc|po)/],
trigger_include => undef,

# settings for mail notices - default to notifying nobody
# these lists contain addresses to be notified
Expand Down

0 comments on commit 4f21839

Please sign in to comment.