File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 206206 "netlocs" : ("hg.mozilla.org" ,),
207207 "path_regexes" : (
208208 r"^(?P<path>/mozilla-(central|unified))(/|$)" ,
209- r"^(?P<path>/integration/( autoland|fx-team|mozilla-inbound) )(/|$)" ,
209+ r"^(?P<path>/integration/autoland)(/|$)" ,
210210 r"^(?P<path>/releases/mozilla-(beta|release|esr\d+))(/|$)" ,
211- r"^(?P<path>/projects/(oak|pine|pine-stable))(/|$)" ,
212211 ),
213212 }
214213 ),
432431 "esr" : ("/releases/mozilla-esr102" ,),
433432 "nightly" : ("/mozilla-central" ,),
434433 # Which repos can do nightly signing?
435- # XXX remove /projects/oak when we no longer test updates against it
436- # XXX remove /projects/pine when we no longer need
437- # nightly signing
438434 "all-nightly-branches" : (
439435 "/mozilla-central" ,
440436 "/releases/mozilla-unified" ,
441437 "/releases/mozilla-beta" ,
442438 "/releases/mozilla-release" ,
443439 "/releases/mozilla-esr102" ,
444- "/projects/oak" ,
445- "/projects/pine" ,
446- "/projects/pine-stable" ,
447440 ),
448441 "all-production-branches" : (
449442 "/mozilla-central" ,
You can’t perform that action at this time.
0 commit comments