Closed
Bug 1022750
Opened 11 years ago
Closed 11 years ago
Check that b2g-inbound has the single head hook enabled
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: fubar)
Details
(Broken out from bug 983747 comment 36)
We had a push to b2g-inbound today that I believe meant we had two heads on default.
aiui this exact scenario is what the single head hook (https://hg.mozilla.org/hgcustom/hghooks/file/tip/mozhghooks/single_head_per_branch.py) is meant to prevent.
Is it enabled in the https://hg.mozilla.org/integration/b2g-inbound/ hgrc?
While we're at it - can we also check for {mozilla-central, mozilla-inbound, fx-team} too please?
| Assignee | ||
Comment 1•11 years ago
|
||
It is not enabled on b2g-inbound:
# grep hook integration/b2g-inbound/.hg/hgrc
[hooks]
pretxnchangegroup.a_treeclosure = python:mozhghooks.treeclosure.hook
pretxnchangegroup.c_commitmessage = python:mozhghooks.commit-message.hook
pretxnchangegroup.d_webidl = python:mozhghooks.prevent_webidl_changes.hook
changegroup.push_printurls = python:mozhghooks.push_printurls.hook
It IS enabled on mozilla-inbound, fx-team, and mozilla-central.
| Reporter | ||
Comment 2•11 years ago
|
||
Thank you - that's really helpful (and for the rapid response!).
Please can we enable it on b2g-inbound, using the same hook point as mozilla-central :-)
| Assignee | ||
Comment 3•11 years ago
|
||
Done.
Assignee: nobody → klibby
Status: NEW → RESOLVED
Closed: 11 years ago
Component: Repos and Hooks → WebOps: Source Control
Product: Release Engineering → Infrastructure & Operations
QA Contact: hwine → nmaul
Resolution: --- → FIXED
Version: unspecified → other
| Reporter | ||
Comment 4•11 years ago
|
||
Awesome - thank you :-)
Updated•11 years ago
|
Component: WebOps: Source Control → General
Product: Infrastructure & Operations → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•