977
edits
Lukasblakk (talk | contribs) |
|||
| Line 21: | Line 21: | ||
== Using a custom mozconfig == | == Using a custom mozconfig == | ||
If you want to use setting other than those in the [http://hg.mozilla.org/build/buildbot-configs/file/tip/mozilla2/linux/tryserver default mozconfigs ] (linux example). Then you need to push to the $topsrcdir either: | If you want to use setting other than those in the [http://hg.mozilla.org/build/buildbot-configs/file/tip/mozilla2/linux/tryserver default mozconfigs ] (linux example). Then you need to push an '''extra file''' to the $topsrcdir either: | ||
* .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 after the default set. | The options you enable/disable in your custom mozconfig are appended to the existing config after the default set. | ||
== What Gets Tried == | == What Gets Tried == | ||
edits