Closed
Bug 807979
Opened 13 years ago
Closed 13 years ago
Please clone releases/mozilla-beta to releases/mozilla-esr17
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: fox2mike)
References
Details
We need this to be ready for the upcoming esr17 release. I'll file another bug to update the tree closure hooks.
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: server-ops → server-ops-devservices
Component: Server Operations → Server Operations: Developer Services
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: server-ops-devservices → shyam
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Should be good to go, reopen if you have any issues.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 2•13 years ago
|
||
hgrc :
[hg@hgssh1.dmz.scl3 releases]$ cat mozilla-esr17/.hg/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 Extended Support Release 17
(taken from mozilla-esr10 and modified)
![]() |
Reporter | |
Comment 3•13 years ago
|
||
http://hg.mozilla.org/releases/mozilla-esr17 returns 404 :/
(In reply to Shyam Mani [:fox2mike] from comment #2)
> hgrc :
>
> [hg@hgssh1.dmz.scl3 releases]$ cat mozilla-esr17/.hg/hgrc
> [paths]
> default = /repo/hg/mozilla/releases/mozilla-beta
A typo here? Shouldn't it be "mozilla-esr17"?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Wiped out the path, fixed the web interface config. Should be fine now.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 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
•