Closed
Bug 523567
Opened 15 years ago
Closed 15 years ago
Linux & Mac try server builds don't like pulling mozilla-1.9.2
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Mozilla Messaging Graveyard
Release Engineering
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: gozer)
References
Details
For some reason Linux & Mac try server builds don't like pulling mozilla-1.9.2. Is there an update or something that we are missing?
(I've been doing a quick play with client.py + mozilla-1.9.2 as default).
Updated to revision 8d2ee7f4150900e4e7a4f9d00ac0d9bf7d4721a7.
Executing command: ['hg', 'clone', '--verbose', '--time', '--traceback', 'http://hg.mozilla.org/releases/mozilla-1.9.2/', './mozilla']
(falling back to static-http)
Traceback (most recent call last):
File "/tools/python/lib/python2.5/site-packages/mercurial/dispatch.py", line 45, in _runcatch
return _dispatch(ui, args)
File "/tools/python/lib/python2.5/site-packages/mercurial/dispatch.py", line 367, in _dispatch
ret = _runcommand(ui, options, cmd, d)
File "/tools/python/lib/python2.5/site-packages/mercurial/dispatch.py", line 416, in _runcommand
return checkargs()
File "/tools/python/lib/python2.5/site-packages/mercurial/dispatch.py", line 376, in checkargs
return cmdfunc()
File "/tools/python/lib/python2.5/site-packages/mercurial/dispatch.py", line 361, in <lambda>
d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
File "/tools/python/lib/python2.5/site-packages/mercurial/util.py", line 715, in check
return func(*args, **kwargs)
File "/tools/python/lib/python2.5/site-packages/mercurial/commands.py", line 595, in clone
update=not opts.get('noupdate'))
File "/tools/python/lib/python2.5/site-packages/mercurial/hg.py", line 120, in clone
src_repo = repository(ui, source)
File "/tools/python/lib/python2.5/site-packages/mercurial/hg.py", line 61, in repository
repo = _lookup(path).instance(ui, path, create)
File "/tools/python/lib/python2.5/site-packages/mercurial/httprepo.py", line 238, in instance
return statichttprepo.instance(ui, "static-" + path, create)
File "/tools/python/lib/python2.5/site-packages/mercurial/statichttprepo.py", line 117, in instance
return statichttprepository(ui, path[7:])
File "/tools/python/lib/python2.5/site-packages/mercurial/statichttprepo.py", line 88, in __init__
raise repo.RepoError(_("requirement '%s' not supported") % r)
RepoError: requirement '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' not supported
abort: requirement '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' not supported!
Time: real 0.590 secs (user 0.030+0.000 sys 0.010+0.000)
Traceback (most recent call last):
File "client.py", line 339, in <module>
do_hg_pull('mozilla', options.mozilla_repo, options.hg, options.mozilla_rev)
File "client.py", line 177, in do_hg_pull
check_call_noisy([hg, 'clone'] + hgopts + [repository, fulldir])
File "client.py", line 54, in check_call_noisy
check_call(cmd, *args, **kwargs)
File "/tools/python-2.5.1/lib/python2.5/subprocess.py", line 461, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['hg', 'clone', '--verbose', '--time', '--traceback', 'http://hg.mozilla.org/releases/mozilla-1.9.2/', './mozilla']' returned non-zero exit status 255
program finished with exit code 1
elapsedTime=2.709398
Assignee | ||
Comment 1•15 years ago
|
||
That's because our try builders talk to our hg mirror, which until right about now, didn't know about that hg repository. Fixed now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•