lilypond-devel
[Top][All Lists]
Advanced

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

Allure and git-cl troubleshooting


From: Paul Morris
Subject: Allure and git-cl troubleshooting
Date: Sun, 25 Oct 2015 15:48:39 -0400

Greetings devs,

Below is an error I got trying to upload with git-cl, the new Allura version 
that’s in LilyDev4.  I followed James and Phil’s recent email exchange about 
how to do config with Allura server url, source forge account, bearer token, 
etc.  

Any ideas on why it’s not working?  Do I need to be an authorized user on the 
Allura tracker, perhaps?

-Paul


[lilypond-git (whiteout-style)]$ git cl upload origin/master
 Documentation/changes.tely                                                 | 
40 ++++++++++++++++++++++++++++------------
 Documentation/fr/notation/rhythms.itely                                    |  
2 +-
 Documentation/notation/rhythms.itely                                       |  
2 +-
 Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly |  
8 ++++----
 Documentation/snippets/new/using-the-whiteout-property.ly                  |  
6 +++---
 Documentation/snippets/using-the-whiteout-property.ly                      |  
4 ++--
 input/regression/markup-syntax.ly                                          |  
3 +--
 input/regression/whiteout-lower-layers.ly                                  | 
10 +++++-----
 input/regression/whiteout.ly                                               | 
20 ++++++++++++++++----
 lily/grob.cc                                                               | 
16 +++-------------
 lily/lily-imports.cc                                                       |  
1 -
 python/convertrules.py                                                     |  
7 +++++++
 scm/define-grob-properties.scm                                             | 
18 ++++++++----------
 scm/define-grobs.scm                                                       |  
2 +-
 scm/define-markup-commands.scm                                             | 
42 +++++++++++++++++-------------------------
 scm/stencil.scm                                                            | 
24 ++++++++++++++++--------
 16 files changed, 113 insertions(+), 92 deletions(-)
Upload server: codereview.appspot.com (change with -s/--server)
Email (login for uploading to codereview.appspot.com) address@hidden: 
address@hidden
Password for address@hidden: 
Traceback (most recent call last):
  File "/home/paul/git-cl/git-cl", line 629, in <module>
    sys.exit(main(sys.argv))
  File "/home/paul/git-cl/git-cl", line 623, in main
    return func(argv[2:])
  File "/home/paul/git-cl/git-cl", line 334, in CmdUpload
    issue, patchset = upload.RealMain(['upload'] + upload_args + args)
  File "/home/paul/git-cl/upload.py", line 2342, in RealMain
    response_body = rpc_server.Send("/upload", body, content_type=ctype)
  File "/home/paul/git-cl/upload.py", line 383, in Send
    self._Authenticate()
  File "/home/paul/git-cl/upload.py", line 428, in _Authenticate
    super(HttpRpcServer, self)._Authenticate()
  File "/home/paul/git-cl/upload.py", line 318, in _Authenticate
    auth_token = self._GetAuthToken(credentials[0], credentials[1])
  File "/home/paul/git-cl/upload.py", line 262, in _GetAuthToken
    response = self.opener.open(req)
  File "/usr/lib/python2.7/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 449, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1240, in https_open
    context=self._context)
  File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate 
verify failed (_ssl.c:581)>




reply via email to

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