Closed
Bug 821555
Opened 13 years ago
Closed 13 years ago
missing hook on hg.m.o:releases/mozilla-b2g18 repo
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Assigned: bkero)
Details
(Whiteboard: [reit-b2g])
catlee noticed we're missing a hook on the new releases/mozilla-b2g18 repo (or it's outdated).
Please check that the push_printurls.py hook is enabled, and is revision 6f7766933128 or later.
Updated•13 years ago
|
Assignee: server-ops-devservices → bkero
| Assignee | ||
Comment 1•13 years ago
|
||
[root@hgssh1.dmz.scl3 .hg]# stat hgrc | grep Modify
Modify: 2012-11-30 02:23:25.345585000 -0800
[root@hgssh1.dmz.scl3 .hg]# cat hgrc
[paths]
default = /repo/hg/mozilla/releases/mozilla-beta
[hooks]
pretxnchangegroup.a_treeclosure = python:mozhghooks.treeclosure.hook
pretxnchangegroup.b_singlehead = python:mozhghooks.single_head_per_branch.hook
changegroup.push_printurls = python:mozhghooks.push_printurls.hook
[web]
description = Firefox gecko 18 for b2g
=====================
This has been enabled for a while now. Perhaps the problem lies somewhere else in the process?
| Assignee | ||
Comment 2•13 years ago
|
||
I understand now, the version of push_printurls.py hook needed to be updated to include this repository. I've done that now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•