258
edits
No edit summary |
|||
| Line 62: | Line 62: | ||
$ # <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 move_to_release.sh <version> <build> | $ sh move_to_release.sh <version> <build> | ||
== What to do if something fails? == | |||
* '''The tag builder fails''' | |||
** Check if all that fails is the hg out step. If so, then the push step could have worked and tagging is correct. | |||
** If tagging went bad, you might have to manually tag the remaining locales? | |||
** When tagging is correct, use to force build button on the release and source builders (linux_build,linux64_build,win32_build,macosx64_build,source) | |||
edits