Confirmed users
609
edits
(increased version numbers (Nightly = 100, Beta = 99)) |
(→TRUNK AS EARLY BETA: add --no-artifact parameter to ./mach try chooser command - artifact builds with central-as-beta config are broken) |
||
| Line 29: | Line 29: | ||
**<code>hg pull central</code> - needed only if you didn't import/backout anything | **<code>hg pull central</code> - needed only if you didn't import/backout anything | ||
**<code>hg update central</code> - needed only if you didn't import/backout anything | **<code>hg update central</code> - needed only if you didn't import/backout anything | ||
**<code>./mach try release -v 100.0b1 --tasks release-sim --migration central-to-beta</code> <span style="color:#FF0000">'''If not all the jobs shall run (e.g. to verify a test fix), append <code>--stage-changes</code> to the command, <code>hg commit -m "Early beta sim"</code> and select the jobs with <code>./mach try chooser</code>'''</span> | **<code>./mach try release -v 100.0b1 --tasks release-sim --migration central-to-beta</code> <span style="color:#FF0000">'''If not all the jobs shall run (e.g. to verify a test fix), append <code>--stage-changes</code> to the command, <code>hg commit -m "Early beta sim"</code> and select the jobs with <code>./mach try chooser --no-artifact</code>'''</span> | ||
***'''-v 100.0b1''': Sets the version number to use in the beta simulation. <span style="color:#FF0000">'''Replace "99" with the version number mention in the beta simulation document.'''</span> | ***'''-v 100.0b1''': Sets the version number to use in the beta simulation. <span style="color:#FF0000">'''Replace "99" with the version number mention in the beta simulation document.'''</span> | ||
***'''--tasks release-sim''': Activates the tasks which shall run for beta simulations to get scheduled. | ***'''--tasks release-sim''': Activates the tasks which shall run for beta simulations to get scheduled. | ||