Closed
Bug 956320
Opened 11 years ago
Closed 11 years ago
Please deploy hghooks 422eb2b595dd & enable on trunk trees (australis commit message checks)
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Unassigned)
References
Details
Using the steps at:
https://mana.mozilla.org/wiki/display/SYSADMIN/Mercurial+-+Common+Repository+Operations?src=search#Mercurial-CommonRepositoryOperations-UpdatingaMercurialhook
Please can hg hooks be updated to:
https://hg.mozilla.org/hgcustom/hghooks/rev/422eb2b595dd
...to pick up bug 943486.
Then can the new hook (mozhghooks/prevent_unlabelled_australis_changes.py) be enabled as a pretxnchangegroup hook in the hgrcs for:
* https://hg.mozilla.org/mozilla-central/
* https://hg.mozilla.org/integration/mozilla-inbound/
* https://hg.mozilla.org/integration/b2g-inbound/
* https://hg.mozilla.org/integration/fx-team/
Many thanks :-)
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
All set:
[hooks]
pretxnchangegroup.a_treeclosure = python:mozhghooks.treeclosure.hook
pretxnchangegroup.b_singlehead = python:mozhghooks.single_head_per_branch.hook
pretxnchangegroup.c_commitmessage = python:mozhghooks.commit-message.hook
pretxnchangegroup.d_australis = python:mozhghooks.prevent_unlabelled_australis_changes.hook
changegroup.push_printurls = python:mozhghooks.push_printurls.hook
(except b2g-inbound, which doesn't had b_singlehead)
If the ordering needs to be adjusted (they're run in alphabetical order), let me know.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 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
•