rmcs2002 commented on issue #1666: Unable to connect to git.apache.org
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1666#issuecomment-546609934
 
 
   I don't understand where these old submodules come from. This step fetches 
the pagespeed repo:
   
   ```
   Step 6/49 : RUN git clone -b ${MOD_PAGESPEED_TAG}               
--recurse-submodules               --depth=1               -c 
advice.detachedHead=false               -j`nproc`               
https://github.com/apache/incubator-pagespeed-mod.git               
modpagespeed     ;
    ---> Running in 60a66a8cebb5
   ```
   
   The step above fetches the old submodules:
   
   ```
   Cloning into 'modpagespeed'...
   [output omitted]
   Submodule 'third_party/apr/src' (git://git.apache.org/apr.git) registered 
for path 'third_party/apr/src'
   Submodule 'third_party/aprutil/src' (git://git.apache.org/apr-util.git) 
registered for path 'third_party/aprutil/src'
   [output omitted]
   ```
   
   When we look at the [.gitmodules 
file](https://github.com/apache/incubator-pagespeed-mod/blob/master/.gitmodules)
 of the pagespeed repository, we see for example:
   
   ```
   [submodule "third_party/apr/src"]
        path = third_party/apr/src
        url = https://github.com/apache/apr.git
   ```
   
   Which shows the correct repository URL.
   
   
   
   
   
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to