Skip to content

Instantly share code, notes, and snippets.

@kierandrewett
Last active December 27, 2020 18:41
Show Gist options
  • Save kierandrewett/a364d76614ffd6c6a7d764c31eb270a4 to your computer and use it in GitHub Desktop.
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
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