diff options
author | joe <joe@FreeBSD.org> | 2001-09-19 01:13:30 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-19 01:13:30 +0000 |
commit | ef2c34a5acd8adacfa8f8c14fa0a1748a12c54a7 (patch) | |
tree | 6ebffb9dfdbf4374e15a856b2c9a7c3c5099fddb /CVSROOT | |
parent | c36931c312e7e6411eaeac459147188a92964b85 (diff) | |
download | FreeBSD-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-x | CVSROOT/commit_prep.pl | 6 | ||||
-rw-r--r-- | CVSROOT/exclude | 2 |
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 |