9d39099e5fc5768e979dda950af84df76ba4734d missing in the hg -> git map
Categories
(Developer Services :: Git, defect)
Tracking
(Not tracked)
People
(Reporter: kats, Unassigned)
Details
+++ This bug was initially created as a clone of Bug #1521038 +++
https://mapper.mozilla-releng.net/gecko-dev/rev/hg/9d39099e5fc5768e979dda950af84df76ba4734d returns a 404
The vcssync service is seeing the following error from the mapper service:
{"detail":"Invalid user scopes","instance":"about:blank","status":401,"title":"401 Unauthorized: Invalid user scopes","type":"about:blank"}
Rok tried creating a new relengapi token, and I used that and got the same error.
Hi Rok,
Here is the bug for the mapper issue. I'll be around, please feel free to ping me to test it at any time. Also, the cron runs about every five minutes and so it will keep trying and you may see it's requests complete without being 401's when you have it fixed.
Thanks!
Comment 3•6 years ago
|
||
Also missing c1075c1f1605435c69a6964895600db8a711fbb5, 98d4803bb2de7fcdb0096ddeedaefd29d0fd5fd4, d4e19870e27fbe3552bec2b961acc96f3222ea80.
Rok pushed a fix to the mapper a few hours ago. The vcssync sync has been running and fixed these mappings:
$ for I in {c1075c1f1605435c69a6964895600db8a711fbb5,98d4803bb2de7fcdb0096ddeedaefd29d0fd5fd4,d4e19870e27fbe3552bec2b961acc96f3222ea80,98d4803bb2de7fcdb0096ddeedaefd29d0fd5fd4}; do wget -O - -q https://mapper.mozilla-releng.net/gecko-dev/rev/hg/$I; echo; done
3d044b1111e8b10edf410a2cdf8f3d94c58e1bee c1075c1f1605435c69a6964895600db8a711fbb5
5c86c9efec42d5a414233053adf82db2a8c50e9c 98d4803bb2de7fcdb0096ddeedaefd29d0fd5fd4
cdf93929482d7255847a047f9d3c4b6df2e47d04 d4e19870e27fbe3552bec2b961acc96f3222ea80
5c86c9efec42d5a414233053adf82db2a8c50e9c 98d4803bb2de7fcdb0096ddeedaefd29d0fd5fd4
Updated•6 years ago
|
Description
•