Skip to content

Commit

Permalink
repos: add esr128 to production repo config (Bug 1902055) (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh authored Jun 12, 2024
1 parent 046015e commit e6381dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions landoapi/repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,15 @@ def phab_identifier(self) -> str | None:
milestone_tracking_flag_template="cf_status_firefox_esr{milestone}",
commit_flags=[DONTBUILD],
),
"esr128": Repo(
tree="mozilla-esr128",
short_name="esr128",
url="https://hg.mozilla.org/releases/mozilla-esr128",
access_group=SCM_ALLOW_DIRECT_PUSH,
approval_required=True,
milestone_tracking_flag_template="cf_status_firefox_esr{milestone}",
commit_flags=[DONTBUILD],
),
},
}

Expand Down

0 comments on commit e6381dc

Please sign in to comment.