diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index cd9b5190cae..82c8960542e 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -311,6 +311,38 @@ if ($b eq 'BUGZILLA-3_0-BRANCH') { if (m:^mozilla/webtools/bugzilla/.*$:) {return '212';} } if ($b eq 'HEAD') { +if (m:^mozilla/dbm/.*$:) {return '145';} +if (m:^mozilla/security/coreconf/.*$:) {return '145';} +if (m:^mozilla/security/dbm/.*$:) {return '145';} +if (m:^mozilla/security/jss/.*$:) {return '145';} +if (m:^mozilla/security/nss/.*$:) {return '145';} +if (m:^mozilla/gfx/src/qt/.*$:) {return '161';} +if (m:^mozilla/widget/src/qt/.*$:) {return '161';} +if (m:^mozilla/composer/.*$:) {return '173';} +if (m:^mozilla/[^/]*$:) {return '19';} +if (m:^mozilla/extensions/p3p/.*$:) {return '162';} +if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';} +if (m:^mozilla/widget/src/xlib/.*$:) {return '121';} +if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';} +if (m:^mozilla/layout/mathml/.*$:) {return '165';} +if (m:^mozilla/webtools/partytool/.*$:) {return '209';} +if (m:^mozilla/browser/.*$:) {return '166';} +if (m:^mozilla/other-licenses/branding/firefox/.*$:) {return '166';} +if (m:^mozilla/widget/src/gtk/.*$:) {return '49';} +if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';} +if (m:^mozilla/widget/src/gtksuperwin/.*$:) {return '49';} +if (m:^mozilla/widget/src/gtkxtbin/.*$:) {return '49';} +if (m:^mozilla/chrome/.*$:) {return '169';} +if (m:^mozilla/storage/.*$:) {return '169';} +if (m:^mozilla/toolkit/.*$:) {return '169';} +if (m:^mozilla/xulrunner/.*$:) {return '169';} +if (m:^mozilla/rdf/.*$:) {return '52';} +if (m:^mozilla/mail/.*$:) {return '170';} +if (m:^mozilla/other-licenses/branding/thunderbird/.*$:) {return '170';} +if (m:^mozilla/build/.*$:) {return '55';} +if (m:^mozilla/config/.*$:) {return '55';} +if (m:^mozilla/extensions/cookie/.*$:) {return '171';} +if (m:^mozilla/netwerk/cookie/.*$:) {return '171';} if (m:^mozilla/editor/.*$:) {return '56';} if (m:^mozilla/widget/src/beos/.*$:) {return '172';} if (m:^mozilla/directory/.*$:) {return '59';} @@ -459,38 +491,6 @@ if (m:^CVSROOT/passwd$:) {return '3';} if (m:^mozilla/embedding/.*$:) {return '208';} if (m:^mozilla/string/.*$:) {return '160';} if (m:^mozilla/xpcom/string/.*$:) {return '160';} -if (m:^mozilla/dbm/.*$:) {return '145';} -if (m:^mozilla/security/coreconf/.*$:) {return '145';} -if (m:^mozilla/security/dbm/.*$:) {return '145';} -if (m:^mozilla/security/jss/.*$:) {return '145';} -if (m:^mozilla/security/nss/.*$:) {return '145';} -if (m:^mozilla/gfx/src/qt/.*$:) {return '161';} -if (m:^mozilla/widget/src/qt/.*$:) {return '161';} -if (m:^mozilla/composer/.*$:) {return '173';} -if (m:^mozilla/[^/]*$:) {return '19';} -if (m:^mozilla/extensions/p3p/.*$:) {return '162';} -if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';} -if (m:^mozilla/widget/src/xlib/.*$:) {return '121';} -if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';} -if (m:^mozilla/layout/mathml/.*$:) {return '165';} -if (m:^mozilla/webtools/partytool/.*$:) {return '209';} -if (m:^mozilla/browser/.*$:) {return '166';} -if (m:^mozilla/other-licenses/branding/firefox/.*$:) {return '166';} -if (m:^mozilla/widget/src/gtk/.*$:) {return '49';} -if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';} -if (m:^mozilla/widget/src/gtksuperwin/.*$:) {return '49';} -if (m:^mozilla/widget/src/gtkxtbin/.*$:) {return '49';} -if (m:^mozilla/chrome/.*$:) {return '169';} -if (m:^mozilla/storage/.*$:) {return '169';} -if (m:^mozilla/toolkit/.*$:) {return '169';} -if (m:^mozilla/xulrunner/.*$:) {return '169';} -if (m:^mozilla/rdf/.*$:) {return '52';} -if (m:^mozilla/mail/.*$:) {return '170';} -if (m:^mozilla/other-licenses/branding/thunderbird/.*$:) {return '170';} -if (m:^mozilla/build/.*$:) {return '55';} -if (m:^mozilla/config/.*$:) {return '55';} -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';}