The following settings will be the defaults applied to any distribution not given explicit settings within your Distribution Filters. As such, if you wish to use the same settings
for all your distributions, you need only set the defaults and remove any individual distribution preference settings you have previously applied. If you have not used the system before,
no distribution preference settings will have been recorded.
If you wish to only receive notifications for specific distributions, set the default Active setting to disabled, then create the specific settings for the distribution you do wish to receive notifications for in Distribution Filters.
Filters
Current Setting
Change Setting
Active ?The "Active" setting allows you to disable reporting for this specific
distribution. Internal default is for all distributions to be enabled.
[% IF data.ignored == 1 OR data.ignored == 2 %]Disabled
[% ELSE %]Enabled
[% END %]
Disable Notifications
Report Type ?The "Report Type" setting identifies whether you want to disable notifications
by default (i.e. ignoring distributions for which you do not have a specific set of preference settings), or set to one of the current
notifications available. Individual reports are not available currently, but are planned for the future. Note that for the Weekly Summary,
you can either choose a specific day, or choose the default, which is typically a Saturday, but may be optimised to run at times when
server loads are lower.
[% IF data.report == 1 %]Daily Summary
[% ELSIF data.report == 2 %]Weekly Summary (Default)
[% ELSIF data.report == 3 %]Individual Reports
[% ELSIF data.report == 4 %]Monthly Summary
[% ELSIF data.report == 5 %]Weekly Summary (Sunday)
[% ELSIF data.report == 6 %]Weekly Summary (Monday)
[% ELSIF data.report == 7 %]Weekly Summary (Tuesday)
[% ELSIF data.report == 8 %]Weekly Summary (Wednesday)
[% ELSIF data.report == 9 %]Weekly Summary (Thursday)
[% ELSIF data.report == 10 %]Weekly Summary (Friday)
[% ELSIF data.report == 11 %]Weekly Summary (Saturday)
[% ELSE %]author default
[% END %]
Individual Reports
Daily Summary
Weekly Summary (Sun)
Weekly Summary (Mon)
Weekly Summary (Tue)
Weekly Summary (Wed)
Weekly Summary (Thu)
Weekly Summary (Fri)
Weekly Summary (Sat)
Monthly Summary
Grade ?The "Grade" filter allows you to decide whether you wish to receive no reports
at all, or only those of a particular grade. Note that by not selecting any grades, all reports will be filtered out. The internal default
is only allow FAIL reports.
[% IF data.grade; data.grade; ELSE %]not set[% END %]
PASS
FAIL
NA
UNKNOWN
Tuple ?The "Tuple" filter enables you to be alerted only on the first instance of a
distribution report for the same Distribution version, Perl version and Operating System, or see all instances. The internal
default is only allow the FIRST instance.
[% IF data.tuple; data.tuple; ELSE %]not set[% END %]
ALL
FIRST
Distribution Versions ?The "Distribution Versions" filter is used to determine whether
you wish to receive reports for all versions of a given distribution, or just the latest. The internal default is to only send
for the LATEST version of a distribution.
[% IF data.version; data.version; ELSE %]not set[% END %]
ALL
LATEST
Perl Versions ?The "Perl Versions" filter allows you to decide which versions of Perl
you are interested in. You may exclude or include specific Perl versions, or select ALL. The internet default is to select ALL.
In addition you may wish to ignore patched versions of perl, or include them.
[% IF data.perl; data.perl; ELSE %]not set[% END; disable=1 %]
ALL
Exclude selected
Only selected
[% select = data.ddperl; multiple = 5; INCLUDE "content/dropdown-list.html" %]
Include patched perls
Platforms ?The "Platforms" filter allows you to decide which Operating Systems you are
interested in. You may exclude or include specific Operating Systems, or select ALL. The internet default is to select ALL.
[% IF data.platform; data.platform; ELSE %]not set[% END; disable=1 %]
ALL
Exclude selected
Only selected
[% select = data.ddarch; multiple = 5; INCLUDE "content/dropdown-list.html" %]