canmove, Confirmed users
409
edits
m (add link to projects subpage) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Build config refers to a [[Modules|module]] that governs the maintenance of mozilla-central's build system. | Build config refers to a [[Modules|module]] that governs the maintenance of mozilla-central's build system. | ||
For active and future projects in the module, see [[/Projects]]. | |||
==Review Policy== | ==Review Policy== | ||
Line 5: | Line 7: | ||
# All files evaluated by make (commonly Makefile.in, Makefile, and .mk) must be reviewed by a build config module peer. | # All files evaluated by make (commonly Makefile.in, Makefile, and .mk) must be reviewed by a build config module peer. | ||
# | # Additions and removals from existing *list* variables in make files are exempt from the previous rule. | ||
If these policies are not followed, the build config module reserves the right to back out a patch for not adhering to the review policy. | If these policies are not followed, the build config module reserves the right to back out a patch for not adhering to the review policy. |