eilandert opened a new issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722


   Situation:
   When cloning/pulling with recursive submodules git://git.apache.org times 
out.
   
   Background:
   git.apache.org is permanently down after a crash a while ago, repositories 
are moved to github. but internal links are probably never changed.
   
   Assessment:
   In ngx_pagespeed/testing-dependencies/mod_pagespeed/.gitmodules are still 
some old links to git.apache.org
   
   Recommendation:
   cd ngx_pagespeed/testing-dependencies/mod_pagespeed
   git submodule set-url third_party/apr/src https://github.com/apache/apr.git
   git submodule set-url third_party/httpd24/src 
https://github.com/apache/httpd.git
   git submodule set-url third_party/aprutil/src 
https://github.com/apache/apr-util.git
   git submodule set-url third_party/httpd/src 
https://github.com/apache/httpd.git
   git submodule set-url third_party/serf/src https://github.com/apache/serf.git
   
   git pull --recurse-submodules
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to