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)

task
Not set
normal

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?
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.
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 :-)
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
Awesome - thank you :-)
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.