Confirmed users
3,104
edits
Line 28: | Line 28: | ||
* (aki) submitted, with l10n changesets from 19.0 build 1, the changeset from https://bugzilla.mozilla.org/show_bug.cgi?id=845285#c3 , and the update versions from 19.0 build 1 + 19.0build1 itself. Pending review+go. | * (aki) submitted, with l10n changesets from 19.0 build 1, the changeset from https://bugzilla.mozilla.org/show_bug.cgi?id=845285#c3 , and the update versions from 19.0 build 1 + 19.0build1 itself. Pending review+go. | ||
* (rail) reviewed and marked as ready | |||
* release-runner detected the change but wasn't processing anything. | |||
2013-02-26 16:40:02,923 - INFO - Got a new release request: {'status': 'Pending', 'product': 'firefox', 'submittedAt': '2013-02-26T22:38:03+00:00', 'submitter | |||
': 'asasaki@mozilla.com', 'complete': False, .... | |||
* I straced it and it was stuck: | |||
select(0, NULL, NULL, NULL, {222, 584000} <unfinished ...> | |||
* I checked the deployed version of release-runner on bm36, ant there was one not pulled [http://hg.mozilla.org/build/tools/rev/37536e63a458 changeset], which fixes a syntax error in the kickoff API. | |||
# as cltbld | |||
hg -R ~/release-runner/tools pull -u | |||
# as root | |||
supervisorctl restart releaserunner |