lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

need help with Rietveld (was: showFirstLength property)


From: Valentin Villenave
Subject: need help with Rietveld (was: showFirstLength property)
Date: Sun, 19 Oct 2008 13:10:03 +0200

2008/10/19 Valentin Villenave <address@hidden>:

OK, I have made one more step: in git-cl, I have rewritten the line
337 drastically:

instead of

desc = RunGit(['log', '--pretty=format:* %s\n%b'] + log_args)

I have now

desc = RunGit(['log'])

And it kinda works... kinda:

address@hidden git]$ git cl upload master..firstLength
Upload server: codereview.appspot.com (change with -s/--server)
Email (login for uploading to codereview.appspot.com): address@hidden
Password for address@hidden:
Saving authentication cookies to /home/valentin/.codereview_upload_cookies
Traceback (most recent call last):
  File "/usr/local/bin/git-cl", line 494, in <module>
    sys.exit(main(sys.argv))
  File "/usr/local/bin/git-cl", line 488, in main
    return func(argv[2:])
  File "/usr/local/bin/git-cl", line 350, in CmdUpload
    issue = upload.RealMain(['upload'] + upload_args + args)
  File "/usr/local/bin/upload.py", line 1298, in RealMain
    response_body = rpc_server.Send("/upload", body, content_type=ctype)
  File "/usr/local/bin/upload.py", line 294, in Send
    f = self.opener.open(req)
  File "/usr/lib64/python2.5/urllib2.py", line 387, in open
    response = meth(req, response)
  File "/usr/lib64/python2.5/urllib2.py", line 498, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.5/urllib2.py", line 425, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.5/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.5/urllib2.py", line 506, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error



Cheers,
Valentin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]