Bug 1784232 Comment 49 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Alexandre LISSY :gerard-majax from comment #47)
> ```
> <mozilla_repo_urls.platforms.hgmo.HgmoPlatform object at 0x7fb87b925090>). Expected: ('hgmo', 'github'). URL: https://git.mozilla.org/releases/gecko.git
> ```

Regarding this specific issue: per [1], git.mozilla.org was decommissioned 6 years ago (bug 1277297). Cloning it locally doesn't work anymore: 

```
git clone https://git.mozilla.org/releases/gecko.git
Cloning into 'gecko'...
fatal: unable to update url base from redirection:
  asked for: https://git.mozilla.org/releases/gecko.git/info/refs?service=git-upload-pack
   redirect: https://wiki.mozilla.org/DeveloperServices/HistoricalVCS
```

[1] https://wiki.mozilla.org/DeveloperServices/HistoricalVCS

Back to Bug 1784232 Comment 49