Confirmed users
24
edits
m (code typo change) |
m (changed the mercurial commands to git ones) |
||
| Line 27: | Line 27: | ||
== TRUNK AS EARLY BETA == | == TRUNK AS EARLY BETA == | ||
*Open the '''console''' and run the following commands: | *Open the '''console''' and run the following commands: | ||
**<code> | **<code>git checkout main</code> - needed only if you didn't import/backout anything | ||
**<code> | **<code>git pull</code> - needed only if you didn't import/backout anything | ||
**<code>./mach try release -v 141.0b1 --tasks release-sim --migration main-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> | **<code>./mach try release -v 141.0b1 --tasks release-sim --migration main-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 141.0b1''': Sets the version number to use in the beta simulation. <span style="color:#FF0000">'''Replace "141" with the version number mention in the beta simulation document.'''</span> | ***'''-v 141.0b1''': Sets the version number to use in the beta simulation. <span style="color:#FF0000">'''Replace "141" with the version number mention in the beta simulation document.'''</span> | ||