Confirmed users
611
edits
(added configuration to disable WebIDL / DOM peer review requirement) |
m (fixed linebreaks) |
||
| Line 47: | Line 47: | ||
== Push rejected: DOM peer review needed == | == Push rejected: DOM peer review needed == | ||
(fix still needs to be verified in production) | (fix still needs to be verified in production) | ||
If the server rejects the push with the merge and complains that a changeset needs review by a DOM peer, you can disable this check. The issue should only affect merges with changesets which initially landed on autoland. Temporarily add this to the <code>hgrc</code> file in the <code>.hg</code> folder of the repository: | If the server rejects the push with the merge and complains that a changeset needs review by a DOM peer, you can disable this check. The issue should only affect merges with changesets which initially landed on autoland. Temporarily add this to the <code>hgrc</code> file in the <code>.hg</code> folder of the repository: | ||
<code>mozilla.check.webidl_check = false</code> | <code>mozilla.check.webidl_check = false</code> | ||