From 5bbd79aa6257943c9fc89c862398fd4e6619a1d2 Mon Sep 17 00:00:00 2001 From: despotdaemon Date: Thu, 11 Jul 2013 06:43:30 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by justdave@bugzilla.org. git-svn-id: svn://10.0.0.236/trunk@264886 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 1e0b77a60cf..da11b09921f 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -18,8 +18,8 @@ $super{'190'} = ['justdave%bugzilla.org',]; $mode{'204'} = 'Closed'; $branch{'204'} = 'BUGZILLA-2_18-BRANCH'; $fullname{'204'} = 'Bugzilla2.18'; -$blessed{'204'} = ['myk%mozilla.org','vladd%bugzilla.org','olav%bkor.dhs.org','ghendricks%novell.com',]; -$super{'204'} = ['mkanat%bugzilla.org','lpsolit%gmail.com','justdave%bugzilla.org',]; +$blessed{'204'} = ['lpsolit%gmail.com','olav%bkor.dhs.org','myk%mozilla.org','ghendricks%novell.com',]; +$super{'204'} = ['justdave%bugzilla.org',]; $mode{'191'} = 'Closed'; $branch{'191'} = 'BUGZILLA-2_20-BRANCH'; $fullname{'191'} = 'Bugzilla2.20'; @@ -354,6 +354,23 @@ if ($b eq 'BUGZILLA-3_4-BRANCH') { if (m:^mozilla/webtools/bugzilla/.*$:) {return '220';} } if ($b eq 'HEAD') { +if (m:^mozilla/jpeg/.*$:) {return '63';} +if (m:^mozilla/modules/libimg/png/.*$:) {return '63';} +if (m:^mozilla/modules/libpr0n/.*$:) {return '63';} +if (m:^mozilla/modules/zlib/.*$:) {return '63';} +if (m:^mozilla/content/xul/.*$:) {return '106';} +if (m:^mozilla/layout/xul/.*$:) {return '106';} +if (m:^mozilla/mail/.*$:) {return '170';} +if (m:^mozilla/other-licenses/branding/thunderbird/.*$:) {return '170';} +if (m:^mozilla/testing/.*$:) {return '202';} +if (m:^mozilla/tools/httptester/.*$:) {return '202';} +if (m:^mozilla/tools/page-loader/.*$:) {return '202';} +if (m:^mozilla/tools/test-harness/.*$:) {return '202';} +if (m:^mozilla/tools/tests/.*$:) {return '202';} +if (m:^mozilla/tools/testserver/.*$:) {return '202';} +if (m:^mozilla/tools/testy/.*$:) {return '202';} +if (m:^mozilla/extensions/cookie/.*$:) {return '171';} +if (m:^mozilla/netwerk/cookie/.*$:) {return '171';} if (m:^mozilla/intl/.*$:) {return '67';} if (m:^mozilla/extensions/irc/.*$:) {return '211';} if (m:^mozilla/widget/src/beos/.*$:) {return '172';} @@ -570,23 +587,6 @@ if (m:^mozilla/chrome/.*$:) {return '169';} if (m:^mozilla/profile/.*$:) {return '169';} if (m:^mozilla/toolkit/.*$:) {return '169';} if (m:^mozilla/xulrunner/.*$:) {return '169';} -if (m:^mozilla/jpeg/.*$:) {return '63';} -if (m:^mozilla/modules/libimg/png/.*$:) {return '63';} -if (m:^mozilla/modules/libpr0n/.*$:) {return '63';} -if (m:^mozilla/modules/zlib/.*$:) {return '63';} -if (m:^mozilla/content/xul/.*$:) {return '106';} -if (m:^mozilla/layout/xul/.*$:) {return '106';} -if (m:^mozilla/mail/.*$:) {return '170';} -if (m:^mozilla/other-licenses/branding/thunderbird/.*$:) {return '170';} -if (m:^mozilla/testing/.*$:) {return '202';} -if (m:^mozilla/tools/httptester/.*$:) {return '202';} -if (m:^mozilla/tools/page-loader/.*$:) {return '202';} -if (m:^mozilla/tools/test-harness/.*$:) {return '202';} -if (m:^mozilla/tools/tests/.*$:) {return '202';} -if (m:^mozilla/tools/testserver/.*$:) {return '202';} -if (m:^mozilla/tools/testy/.*$:) {return '202';} -if (m:^mozilla/extensions/cookie/.*$:) {return '171';} -if (m:^mozilla/netwerk/cookie/.*$:) {return '171';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}