66
edits
(→Tag) |
(→Source) |
||
| Line 117: | Line 117: | ||
On production-1.8-master in <tt>/builds/release</tt>: | On production-1.8-master in <tt>/builds/release</tt>: | ||
./release -o Source 2>&1 | tee logs/release-Source-RC1.log | ./release -o Source 2>&1 | tee logs/release-Source-RC1.log | ||
Failed with message | |||
build-console.build.mozilla.org - Step Source died: No such config variable: | |||
externalStagingUser at Bootstrap/Config.pm line 93. | |||
Appears to be related to [http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2008-04-08+09%3A40+PDT&maxdate=2008-04-08+09%3A41+PDT&cvsroot=%2Fcvsroot this configuration change] which removed the externalStagingUser variable. | |||
However, tools/release/Bootstrap/Util.pm on the RELEASE_AUTOMATION_M8_1 tag still references that variable. There were changes made on the [http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=mozilla%2Ftools%2Frelease%2FBootstrap&file=Util.pm&filetype=regexp&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2008-04-03&maxdate=2008-04-04&cvsroot=%2Fcvsroot trunk for Util.pm] that removed those references. | |||
edits