Skip to content

Commit 58609a8

Browse files
authored
Bug 1824931 - clean up old hg branches permissions in chain-of-trust verification (#599)
pine and oak no longer need nightly-signing, and the mozilla-inbound and fx-team integration repos are defunct.
1 parent b895fdd commit 58609a8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/scriptworker/constants.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,8 @@
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
),
@@ -432,18 +431,12 @@
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",

0 commit comments

Comments
 (0)