Closed
Bug 1005930
Opened 11 years ago
Closed 11 years ago
Files from gaia/shared missing in MXR
Categories
(Webtools Graveyard :: MXR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cr, Unassigned)
Details
I noticed that one subtree from the mozilla-b2g/gaia repo is not appearing in MXR. In this particular case I was missing a file:
https://github.com/mozilla-b2g/gaia/blob/master/shared/js/fxa_iac_client.js
It should appear in MXR at
https://mxr.mozilla.org/gaia/shared/js/fxa_iac_client.js
which it doesn't. Further investigation showed that the whole https://mxr.mozilla.org/gaia/shared/ tree is missing in MXR. I can't say whether subtrees other than gaia/shared are also affected.
When searching for fx_iac_client, you'll notice a number of full-text hits, but their broken references are pointing to strange relative places:
https://mxr.mozilla.org/gaia/search?string=fxa_iac_client
Comment 1•11 years ago
|
||
The MXR view source pages have /source/ after the repo name. ie:
https://mxr.mozilla.org/gaia/source/shared/
rather than:
https://mxr.mozilla.org/gaia/shared/
The links in comment 0 seem to work, if that's added in. Were these links generated somewhere? (ie does a template need fixing)
Flags: needinfo?(cr)
Reporter | ||
Comment 2•11 years ago
|
||
It's been a while and I might simply have missed that. I can confirm that it works for me when I add /source.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(cr)
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•