JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

[firefox-git] install git-cinnabar #201

Closed jankeromnes closed 6 years ago

jankeromnes commented 6 years ago

To fully switch to git-cinnabar, we could either git clone hg::https://hg.mozilla.org/mozilla-unified/ (slow) and add a faster remote to https://github.com/mozilla/gecko, or git clone https://github.com/mozilla/gecko and add a remote to hg::https://hg.mozilla.org/mozilla-unified/ (but we'd still need to fetch it, which is slow). Not sure what's best yet.