Releases/Firefox 20.0b3/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
Line 14: Line 14:
Which means it raced with the checksums builder. This failure is ignorable, but I had to update the scheduler db manually to kick along the builders:
Which means it raced with the checksums builder. This failure is ignorable, but I had to update the scheduler db manually to kick along the builders:
  update schedulers set state='{"remainingBuilders": [], "upstreamBuilders": ["release-mozilla-beta-antivirus"], "lastReset": 1362528641.9770861, "lastCheck": 1362528641.9770861}' where name='release-mozilla-beta-av_done';
  update schedulers set state='{"remainingBuilders": [], "upstreamBuilders": ["release-mozilla-beta-antivirus"], "lastReset": 1362528641.9770861, "lastCheck": 1362528641.9770861}' where name='release-mozilla-beta-av_done';
Obsoleted for 20.0b4.

Latest revision as of 00:11, 9 March 2013

Build 1

Antivirus failed with:

Command failed for the following files:
 /pub/mozilla.org/firefox/nightly/20.0b3-candidates/build1/.MD5SUMS.x2dp4m

Which means it raced with the checksums builder. This failure is ignorable, but I had to update the scheduler db manually to kick along the builders:

update schedulers set state='{"remainingBuilders": [], "upstreamBuilders": ["release-mozilla-beta-antivirus"], "lastReset": 1362528641.9770861, "lastCheck": 1362528641.9770861}' where name='release-mozilla-beta-av_done';

Obsoleted for 20.0b4.