Last active
December 27, 2020 18:41
-
-
Save kierandrewett/a364d76614ffd6c6a7d764c31eb270a4 to your computer and use it in GitHub Desktop.
You will need git-cinnabar installed and in path. Info: https://github.com/glandium/git-cinnabar#setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/mozilla/gecko-dev.git | |
cd gecko-dev | |
git remote set-url origin hg::https://hg.mozilla.org/mozilla-unified | |
git remote update | |
git remote add dot https://github.com/dothq/browser-ff.git | |
git remote update | |
git checkout -b dot dot/master | |
git checkout master | |
git merge --no-ff dot | |
git status | |
./mach bootstrap | |
./magic_build.sh | |
./mach run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment