Dear developers, I'm still trying, unsuccessfully, to get git-cl to work on my system.
I have done my best to follow the instructions at http://www.lilypond.org/doc/v2.19/Documentation/contributor/git_002dcl#configuring-git_002dcl As far as I can see, everything is fine at SourceForge -- I'm listed as a developer on the LilyIssues project, and I have a bearer key for git-cl. But when I do git-cl upload master I get the following: [lilypond-git (issue-4693 %)]$ git-cl upload master input/regression/notehead-height.ly | 15 +++++++++++++++ mf/feta-params.mf | 14 +++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) This branch is associated with Rietveld issue 283550043. Adding patch to that issue. Message describing this patch set: Yet another try at git-cl Upload server: codereview.appspot.com (change with -s/--server) Your browser has been opened to visit: https://codereview.appspot.com/get-access-token?port=8001 If your browser is on a different machine then exit and re-run upload.py with the command-line parameter --no_oauth2_webbrowser Issue updated. URL: http://codereview.appspot.com/283550043 We were not able to associate this patch with a tracker issue. Please enter a valid tracker issue number (or enter nothing to create a new issue): 4693 Traceback (most recent call last): File "/home/carl/git-cl/git-cl", line 628, in <module> sys.exit(main(sys.argv)) File "/home/carl/git-cl/git-cl", line 622, in main return func(argv[2:]) File "/home/carl/git-cl/git-cl", line 341, in CmdUpload issueId = projecthosting_upload.upload(issue, patchset, subject, desc, issueId) File "/home/carl/git-cl/projecthosting_upload.py", line 182, in upload status = patchy.upload(issue, patchset, subject, description, issue_id) File "/home/carl/git-cl/projecthosting_upload.py", line 173, in upload issue_id = allura_issues.update_issue(issue_id, description) File "/home/carl/git-cl/allura_issues.py", line 70, in update_issue filehandle = urllib.urlopen (allura_api + str(allura_issue_id) + "/save", data_encoded) File "/usr/lib/python2.7/urllib.py", line 89, in urlopen return opener.open(url, data) File "/usr/lib/python2.7/urllib.py", line 215, in open return getattr(self, name)(url, data) File "/usr/lib/python2.7/urllib.py", line 443, in open_https h.endheaders(data) File "/usr/lib/python2.7/httplib.py", line 997, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 850, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 812, in send self.connect() File "/usr/lib/python2.7/httplib.py", line 1212, in connect server_hostname=server_hostname) File "/usr/lib/python2.7/ssl.py", line 350, in wrap_socket _context=self) File "/usr/lib/python2.7/ssl.py", line 566, in __init__ self.do_handshake() File "/usr/lib/python2.7/ssl.py", line 788, in do_handshake self._sslobj.do_handshake() IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) It appears that my ssl certificate is not working properly. But I don't know how to test my ssl certificate, since SourceForge does not have a shell login enabled by default. Any help you could give me in getting this working would be greatly appreciated. Thanks, Carl _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel