Closed
Bug 649782
Opened 14 years ago
Closed 14 years ago
please update mxr for bug 649619 (mozilla-aurora, mozilla-beta, etc)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: justdave)
References
Details
Attachments
(1 file)
2.68 KB,
patch
|
Details | Diff | Splinter Review |
Before updating, please indicate the current hg changeset of the live MXR. It
should be: 7452e0f4b050
bug 649619's adds trees for:
mozilla-aurora
mozilla-beta
l10n-mozilla-aurora
l10n-mozilla-beta
to mxr, these need to be added to the cron scripts which manage mxr.mozilla.org
thanks.
Please indicate which hg changeset you get when you update mxr
note that this assumes the directories for the l10n roots are:
http://hg.mozilla.org/releases/l10n/mozilla-aurora/*
http://hg.mozilla.org/releases/l10n/mozilla-beta/*
if bug 649524 changes its mind after this is made live then someone will have to blow away the l10n mxr roots.
Depends on: 649524
Updated•14 years ago
|
Assignee: server-ops → justdave
Comment 2•14 years ago
|
||
(updating bug summary to make it more searchable.)
Summary: please update mxr for bug 649619 → please update mxr for bug 649619 (mozilla-aurora, mozilla-beta, etc)
Comment 3•14 years ago
|
||
ping
Comment 4•14 years ago
|
||
Not having this done is impeding work on certain areas of documentation, since our tools rely on mxr.
Assignee | ||
Comment 5•14 years ago
|
||
before:
[root@dm-webtools04 mxr-stage]# hg parents
changeset: 400:7cbd4f050e0a
tag: tip
user: timeless@mozdev.org
date: Wed Apr 06 16:20:16 2011 +0000
summary: nytprof: optimize untabify
[root@dm-webtools04 mxr]# hg parents
changeset: 366:7452e0f4b050
tag: tip
user: timeless@mozdev.org
date: Wed Feb 09 01:55:04 2011 +0100
summary: Bug 620256 genxref function/get/set/let/const/var code need guards for the average case and regexp improvements
after:
[root@dm-webtools04 mxr-stage]# hg parents
changeset: 406:03c6f34cb54f
tag: tip
user: timeless@mozdev.org
date: Wed May 04 00:08:05 2011 +0200
summary: Bug 654576 update mxr root sourcing for mozilla-aurora and friends per bug 652229
[root@dm-webtools04 mxr]# hg parents
changeset: 406:03c6f34cb54f
tag: tip
user: timeless@mozdev.org
date: Wed May 04 00:08:05 2011 +0200
summary: Bug 654576 update mxr root sourcing for mozilla-aurora and friends per bug 652229
production appears to have local modifications:
[root@dm-webtools04 mxr]# hg stat
M genxref
M lxr.conf
M swap_addons_live_stage.sh
M update-full-onetree-tmp.sh
I'll attach the diff shortly.
Assignee | ||
Comment 6•14 years ago
|
||
Assignee | ||
Comment 7•14 years ago
|
||
mozilla-aurora should be live.
Assignee | ||
Comment 8•14 years ago
|
||
mozilla-beta is now live.
Looks like the two l10n ones both failed.
I've added mozilla-beta and mozilla-aurora to the daily cron jobs.
Assignee | ||
Comment 9•14 years ago
|
||
cvs.log for both of the l10n branches contains only two timestamps and an uptime, no useful error messages. :|
Guess this bug is done, we'll likely need new code for the l10n ones to work.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•14 years ago
|
||
OK, I fixed it... here's the additional change to make it work:
diff -r 03c6f34cb54f update-src.pl
--- a/update-src.pl Wed May 04 00:08:05 2011 +0200
+++ b/update-src.pl Tue May 17 12:44:36 2011 -0700
@@ -264,7 +264,7 @@
};
/^(?:(build|incubator|l10n|labs|projects|services|webtools)-central|(l10n)-(mozilla-\D.*))$/ && do {
my @dirs = <$src_dir/*>;
- my $fallback = defined $1 ? $1 : "$2/$3";
+ my $fallback = defined $1 ? $1 : "releases/$2/$3";
$fallback .= '-central' if $fallback eq 'l10n';
$fallback = "http://hg.mozilla.org/$fallback";
my $general_root;
Assignee | ||
Comment 11•14 years ago
|
||
(trees are still populating, it'll likely be a half hour before they're available)
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•