I have successfully built copies of Nightly, Beta and (fingers crossed - it is running now!) Release, but I am struggling to build a copy of Developer Edition.
I tried _hg clone mozilla-aurora: Summary aurora which did bring down the files, but ./mach build failed with a python error (not recorded (sorry), but also not experienced with other versions) which makes me think it is bringing down the old Aurora code that is not compatible with the last bootstrap.py.
I could build a copy of Beta and change the update channel to Aurora, but that would not get the correct branding and theme.
How do I build a copy of Firefox Developer Edition?
I’d say this is correct, as Dev Edition is built from the same repo as Beta is.
Checking about:buildconfig in Dev Edition yields that the update channel is indeed changed to Aurora in the official build through --enable-update-channel=aurora, however there is also --with-branding=browser/branding/aurora which should give you the right branding. I haven’t tried this though.
I am trying to replicate the actual Dev edition build, as I have found that is the only one that is missing from the MDN guide. Fingers very much crossed.