Closed
Bug 461509
Opened 17 years ago
Closed 17 years ago
MoMe l10n dashboard does not update locale status
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect)
Mozilla Messaging Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sipaq, Unassigned)
Details
L10n buildbots fail in shell2 and shell3 with the following error messages:
shell2:
pulling from http://hg.mozilla.org/comm-central/
searching for changes
abort: journal already exists - run hg recover!
program finished with exit code 255
shell3:
Executing command: ['hg', 'pull', '-R', './.', '-r', 'tip']
pulling from http://hg.mozilla.org/comm-central/
searching for changes
abort: journal already exists - run hg recover!
Traceback (most recent call last):
File "client.py", line 185, in ?
do_hg_pull('.', options.comm_repo, options.hg, options.comm_rev)
File "client.py", line 62, in do_hg_pull
check_call_noisy(cmd)
File "client.py", line 47, in check_call_noisy
check_call(cmd, *args, **kwargs)
File "client.py", line 43, in check_call
raise Exception("Command '%s' returned non-zero exit status %i" % (cmd, retcode))
Exception: Command '['hg', 'pull', '-R', './.', '-r', 'tip']' returned non-zero exit status 255
program finished with exit code 1
Axel said, that it might be needed to update the dashboard code to its latest revision to get rid of these instabilities.
Comment 1•17 years ago
|
||
Following axel's advice, I've brouoght us up to speed with his latest and greatest code, plus, I've manually fixed the busted hg checkouts.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•