diff options
author | erwin <erwin@FreeBSD.org> | 2009-09-15 17:40:44 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-09-15 17:40:44 +0800 |
commit | b3a926244ac595456d249a12c7cbb6527a5d2564 (patch) | |
tree | 056713c14d0615f21e447de991c5eb98b990f05f /CVSROOT/cfg_local.pm | |
parent | a5279fef43090ff6373b4bfa96ff055f354806c8 (diff) | |
download | freebsd-ports-gnome-b3a926244ac595456d249a12c7cbb6527a5d2564.tar.gz freebsd-ports-gnome-b3a926244ac595456d249a12c7cbb6527a5d2564.tar.zst freebsd-ports-gnome-b3a926244ac595456d249a12c7cbb6527a5d2564.zip |
Add a new tag Feature safe: that needs to be set explicitly to yes
when FEATURE_FREEZE is turned on. This is an alternative to having
explicit approval from "approvers".
Diffstat (limited to 'CVSROOT/cfg_local.pm')
-rw-r--r-- | CVSROOT/cfg_local.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm index bf2ef5f568fe..885566e3b41b 100644 --- a/CVSROOT/cfg_local.pm +++ b/CVSROOT/cfg_local.pm @@ -25,7 +25,8 @@ $UNEXPAND_RCSID = 1; "Approved by" => '.*', "PR" => '.*', "MFC after" => '\d+(\s+(days?|weeks?|months?))?', - "Security" => '.*' + "Security" => '.*', + "Feature safe" => '.*' ); $MAILCMD = "/usr/local/bin/mailsend -H"; |