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
This commit is contained in:
despotdaemon
2007-03-08 01:58:37 +00:00
parent e6ee114345
commit 4e2f08e1fa

View File

@@ -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";