Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. abort: error: HTTP/
  2. Traceback (most recent call last):
  3. File "client.py", line 162, in <module>
  4. do_hg_pull('mozilla', options.mozilla_repo, options.hg, options.mozilla_rev)
  5. File "client.py", line 51, in do_hg_pull
  6. check_call_noisy([hg, 'clone', repository, fulldir])
  7. File "client.py", line 44, in check_call_noisy
  8. check_call(cmd, *args, **kwargs)
  9. File "c:\mozilla-build\python\lib\subprocess.py", line 511, in check_call
  10. raise CalledProcessError(retcode, cmd)
  11. subprocess.CalledProcessError: Command '['hg', 'clone', 'http://hg.mozilla.org/releases/mozilla-release/', '.\\mozilla']' returned non-zero exit status -1
  12. Traceback (most recent call last):
  13. File "client.py", line 158, in <module>
  14. check_call_noisy(args)
  15. File "client.py", line 44, in check_call_noisy
  16. check_call(cmd, *args, **kwargs)
  17. File "c:\mozilla-build\python\lib\subprocess.py", line 511, in check_call
  18. raise CalledProcessError(retcode, cmd)
  19. subprocess.CalledProcessError: Command '['c:\\mozilla-build\\python\\python.exe', 'client.py', '--skip-instantbird', 'checkout']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement