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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user