Closed Bug 468965 Opened 16 years ago Closed 16 years ago

update production socorro config

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: gozer, Assigned: aravind)

Details

+++ This bug was initially created as a clone of Bug #440074 +++

Socorro currently doesn't know about comm-central source code, see bug 452866
for details.
We just need to change the vcsMappings config entry like so:

vcsMappings =
{'cvs':[...],
'hg':{'hg.mozilla.org/mozilla-central':[...]}
[...]
'hg.mozilla.org/comm-central':'http://hg.mozilla.org/comm-central/index.cgi/annotate/%(revision)s/%(file)s#l%(line)s'},
}
No longer blocks: 452866
Is this for webapp-php? If so, this would be the php equivalent?

$config['vcsMappings'] = array(
    'cvs' => ...
    'hg' => array(
        'hg.mozilla.org/mozilla-central' =>
            'http://hg.mozilla.org/mozilla-central/index.cgi/annotate/%(revision)s/%(file)s#l%(line)s',
        'hg.mozilla.org/comm-central' => 'http://hg.mozilla.org/comm-central/index.cgi/annotate/%(revision)s/%(file)s#l%(line)s'
    )
);
Assignee: server-ops → thardcastle
No idea, I just copied another older bug I notice referenced, bug 440074.

But, yes, looking at comment #1, that looks reasonable.

the idea is turning hg.mozilla.org/comm-central code references into the right hgweb annotate urls.
I pushed this config change, but it doesn't seem to have had the expected effect.
Assignee: thardcastle → aravind
What do you mean? There should have been no noticeable effect yet, as the buildsymbols generation steps need to me made comm-central aware as well, before this shows a difference. See bug 452866 for the build system side of things.
Looks like there isn't anything for us to do here.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.