Confirmed users
24
edits
m (changed gecko number) |
m (changed gecko number) |
||
| Line 40: | Line 40: | ||
To create a central-as-late-beta simulation '''after an early beta simulation''', go to the console and use the following commands: | To create a central-as-late-beta simulation '''after an early beta simulation''', go to the console and use the following commands: | ||
*<code>./mach try release -v 78.0b12 --tasks release-sim --migration central-to-beta --migration early-to-late-beta</code> | *<code>./mach try release -v 78.0b12 --tasks release-sim --migration central-to-beta --migration early-to-late-beta</code> | ||
Note the different version number ''' | Note the different version number '''78.0b12''' compared the early beta's '''78.0b1'''. | ||
If a late-beta simulation shall be created directly based on central, go to the console and use the following commands: | If a late-beta simulation shall be created directly based on central, go to the console and use the following commands: | ||
*<code>./mach try release -v 78.0b12 --tasks release-sim --migration central-to-beta --migration central-to-beta --migration early-to-late-beta</code> | *<code>./mach try release -v 78.0b12 --tasks release-sim --migration central-to-beta --migration central-to-beta --migration early-to-late-beta</code> | ||