On Friday, June 24, 2016 at 2:52:21 PM UTC-5, Dima Pasechnik wrote: > > > > On Friday, June 24, 2016 at 6:23:12 PM UTC+1, Volker Braun wrote: >> >> The error is from the remote side and only echo'ed locally; This is not >> git-trac's fault but the fault of our git post-receive hook. >> >> Eric, is the post-receive hook still the same as in >> https://github.com/sagemath/trac-githooks/blob/master/post-receive.d/digest_transport.py? >> >> That file needs to have http->https fixed as in >> >> diff --git a/git_trac/digest_transport_py2.py >> b/git_trac/digest_transport_py2.py >> index 28a8520..c030432 100644 >> --- a/git_trac/digest_transport_py2.py >> +++ b/git_trac/digest_transport_py2.py >> @@ -121,7 +121,7 @@ class DigestTransport(object, SafeTransport): >> try: >> import urlparse >> req = urllib2.Request( >> - urlparse.urlunparse(('http', host, handler, '', '', >> '')), >> + urlparse.urlunparse(('https', host, handler, '', '', >> '')), >> request_body, {'Content-Type': 'text/xml', >> 'User-Agent': self.user_agent}) >> response = self.opener.open(req) >> >> I have just applied this patch by hand, and it has fixed things for me - > so I can push, no error messages, the commit gets updated on the trac page > (see https://trac.sagemath.org/ticket/20659) > > Thank you, Travis
-- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.