258
edits
| Line 51: | Line 51: | ||
$ rm -r lightning* | $ rm -r lightning* | ||
$ # <version> is the version number e.g. 1.1, <build> is the build number e.g. 1. | $ # <version> is the version number e.g. 1.1, <build> is the build number e.g. 1. | ||
sh fix_linux_xpi.sh <version> <build> | $ sh fix_linux_xpi.sh <version> <build> | ||
* Test the Lightning builds in the nightly/*-candidates directory | * Test the Lightning builds in the nightly/*-candidates directory | ||
* Make sure the maxVersion is set to <major>.* instead of <major>.0 | * Make sure the maxVersion is set to <major>.* instead of <major>.0 | ||
* Upload to AMO | * Upload to AMO | ||
* Notify the right people to create the Solaris contrib builds | |||
* ssh to stage.mozilla.org to move files from <version>-candidates to releases/<version>. There is a script in the home directory that takes the same parameters as fix_linux_xpi.sh: | |||
$ # <version> is the version number e.g. 1.1, <build> is the build number e.g. 1. | |||
$ sh move_to_release.sh <version> <build> | |||
edits