Closed
Bug 1452911
Opened 7 years ago
Closed 6 years ago
Make sure the right hooks are running on mozilla-esr60
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Unassigned)
References
Details
Firefox ESR 60.0 goes to build on April 30th. Like in bug 1339076, we want the tree closure hooks to run against esr60. This might depend on bug 1441340.
Please let me know if you need more information. Thank you!
Comment 1•6 years ago
|
||
Looking at the hgrc for this repo, we have:
[hooks]
changegroup.push_printurls = python:mozhghooks.push_printurls.hook
prepushkey.prevent_bookmarks = python:mozhghooks.prevent_bookmarks.hook
pretxnchangegroup.a_treeclosure = python:mozhghooks.treeclosure.hook
pretxnchangegroup.b_singlehead = python:mozhghooks.single_head_per_branch.hook
pretxnchangegroup.f_prevent_nspr_nss_changes = python:mozhghooks.prevent_nspr_nss_changes.hook
[format]
generaldelta = true
usegeneraldelta = true
agressivemergedeltas = true
[web]
description = Firefox Extended Support Release 60
[mozilla]
treeherder_repo = mozilla-esr60
firefox_releasing = true
[server]
bundle1 = false
It seems we're done here.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•