You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2020/11/30 19:49:42 UTC

[GitHub] [incubator-pagespeed-ngx] eilandert opened a new issue #1722: git.apache.org times out when cloning

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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722#issuecomment-737769834


   Or use a pre-build psol library


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722#issuecomment-736122786


   its actually no concern anymore, since I discovered I had to use the other repository to build psol!  *ouch*


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] Lofesa edited a comment on issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
Lofesa edited a comment on issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722#issuecomment-736079121


   What version are you trying to clone or from where get you these software?
   These git files come from pagespeed for apache and the url are updated more than a year ago:
   https://github.com/apache/incubator-pagespeed-mod/blob/v1.14.36.1/.gitmodules
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722#issuecomment-736115384


   from master actually, new clone. never had this problem until now


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] eilandert edited a comment on issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
eilandert edited a comment on issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722#issuecomment-736115384


   from master actually, new clone. never had this problem until now
   
   actual command: 
   git clone --depth=1 -c advice.detachedHead=false https://github.com/apache/incubator-pagespeed-ngx.git ngx_pagespeed
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
Lofesa commented on issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722#issuecomment-736079121


   What version are you trying to clone or from where get you these software?
   These git files come from pagespeed for pache and the url are updated more than a year ago:
   https://github.com/apache/incubator-pagespeed-mod/blob/v1.14.36.1/.gitmodules
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] oschaaf closed issue #1722: git.apache.org times out when cloning

Posted by GitBox <gi...@apache.org>.
oschaaf closed issue #1722:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1722


   


-- 
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:
users@infra.apache.org