manandbytes opened a new issue, #36:
URL: https://github.com/apache/maven-sources/issues/36

   ```
   error: Unable to fully sync the tree
   error: Downloading network changes failed.
   Failing repos (network):
   sisu/sisu-project
   Try re-running with "-j1 --fail-fast" to exit at the first error.
   
================================================================================
   Repo command failed due to the following `SyncError` errors:
   GitCommandError: 'fetch --quiet --progress sisu --prune 
--recurse-submodules=no --tags +refs/heads/*:refs/remotes/sisu/* 
+refs/heads/master:refs/remotes/sisu/master +refs/tags/*:refs/tags/*' on 
sisu-project.git failed
   stdout: fatal: couldn't find remote ref refs/heads/master
   ```
   
   https://github.com/eclipse-sisu/sisu-project/branches does not list `master` 
anymore, the default branch is `main`. Not sure how long this is the case, just 
saw https://github.com/eclipse-sisu/.eclipsefdn/pull/9 updating their branch 
protection rules recently.
   
   Seems the fix is trivial, extend
   
https://github.com/apache/maven-sources/blob/163853e9fcae69ce26f78c323dcabf70ee01c227/default.xml#L175
   with `revision='main'`
   
   Also, seems sisu's remote should be removed from list of retired projects in:
   
https://github.com/apache/maven-sources/blob/163853e9fcae69ce26f78c323dcabf70ee01c227/retired.xml#L25
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to