X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FConfig.pm;fp=Debbugs%2FConfig.pm;h=3bcfdfc70e37d7f376e91a65a052e30915859cbb;hb=5976ddd65b25c5eaadb6a403cb584528792e7c23;hp=768ce7519873c7cdc6229cca50fd9311d656f403;hpb=519ade10f5bd1ae57cdbdcb3388d03241557a765;p=debbugs.git diff --git a/Debbugs/Config.pm b/Debbugs/Config.pm index 768ce75..3bcfdfc 100644 --- a/Debbugs/Config.pm +++ b/Debbugs/Config.pm @@ -526,12 +526,12 @@ set_default(\%config,'removal_distribution_tags', For removal/archival purposes, all bugs are assumed to have these tags set. -Default: qw(unstable testing); +Default: qw(experimental unstable testing); =cut set_default(\%config,'removal_default_distribution_tags', - [qw(unstable testing)] + [qw(experimental unstable testing)] ); =item removal_strong_severity_default_distribution_tags @@ -539,12 +539,12 @@ set_default(\%config,'removal_default_distribution_tags', For removal/archival purposes, all bugs with strong severity are assumed to have these tags set. -Default: qw(unstable testing stable); +Default: qw(experimental unstable testing stable); =cut set_default(\%config,'removal_strong_severity_default_distribution_tags', - [qw(unstable testing stable)] + [qw(experimental unstable testing stable)] );