summaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-09-19 01:13:30 +0000
committerjoe <joe@FreeBSD.org>2001-09-19 01:13:30 +0000
commitef2c34a5acd8adacfa8f8c14fa0a1748a12c54a7 (patch)
tree6ebffb9dfdbf4374e15a856b2c9a7c3c5099fddb /CVSROOT
parentc36931c312e7e6411eaeac459147188a92964b85 (diff)
downloadFreeBSD-ports-ef2c34a5acd8adacfa8f8c14fa0a1748a12c54a7.zip
FreeBSD-ports-ef2c34a5acd8adacfa8f8c14fa0a1748a12c54a7.tar.gz
Migrate the hard coded exclusion paths src/etc/ and src/release/
from the commit_prep.pl script into the exclude file.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-xCVSROOT/commit_prep.pl6
-rw-r--r--CVSROOT/exclude2
2 files changed, 2 insertions, 6 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl
index 44a25bc..f937dad 100755
--- a/CVSROOT/commit_prep.pl
+++ b/CVSROOT/commit_prep.pl
@@ -284,12 +284,6 @@ if ($directory =~ /^src\/contrib/) {
if ($directory =~ /^src\/crypto/) {
$check_id = 3;
}
-if ($directory =~ /^src\/release/) {
- $check_id = 0;
-}
-if ($directory =~ /^src\/etc/) {
- $check_id = 0;
-}
#
# Now check each file name passed in, except those excluded.
#
diff --git a/CVSROOT/exclude b/CVSROOT/exclude
index 7519737..2d9f99a 100644
--- a/CVSROOT/exclude
+++ b/CVSROOT/exclude
@@ -8,6 +8,8 @@
^CVSROOT/
^distrib/
^doc/
+^src/etc/
+^src/release/
^www/
^src/contrib/.*/FREEBSD-Xlist
OpenPOWER on IntegriCloud