From 4e2f08e1fade5d9d51216103f6948d6c94c19eaa Mon Sep 17 00:00:00 2001 From: despotdaemon Date: Thu, 8 Mar 2007 01:58:37 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by aravind@mozilla.com. git-svn-id: svn://10.0.0.236/trunk@221513 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 9e646b28743..898575151d1 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -497,6 +497,7 @@ return ''; +my $read_only_users = ' calbld caminobld ffxbld seabld tbirdbld xrbld '; $debug = 0; @@ -588,6 +589,11 @@ foreach $f (@files) { } } } + + if ($read_only_users =~ m/\s$username\s/o) { + $ok = 0; + } + if (!$ok) { print STDERR "You may not check into partition $fullname{$t}\n"; print STDERR "the file $repository/$f on branch $b\n";