Confirmed users
729
edits
No edit summary |
|||
| Line 21: | Line 21: | ||
== Using a custom mozconfig == | == Using a custom mozconfig == | ||
If you want to use setting other than those in the | If you want to use setting other than those in the default mozconfigs, you can push an '''extra file''' to the $topsrcdir: | ||
* '''mozconfig-extra''' with settings to be applied to all mozconfigs | * '''mozconfig-extra''' with settings to be applied to all mozconfigs | ||
* '''mozconfig-extra-$platform''' to apply changes only to that platform's mozconfig | * '''mozconfig-extra-$platform''' to apply changes only to that platform's mozconfig | ||
The options you enable/disable in your custom mozconfig are '''appended''' to the existing config. | The options you enable/disable in your custom mozconfig are '''appended''' to the existing config. | ||
The default mozconfigs used for tryserver builds are available in Hg: [http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/ http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/]$platform/tryserver ([http://hg.mozilla.org/build/buildbot-configs/file/default/mozilla2/linux/tryserver linux example]) | |||
== Other Notes == | == Other Notes == | ||