apupier commented on PR #24201: URL: https://github.com/apache/camel/pull/24201#issuecomment-4782965278
tested with JDk 26, the exact git commands used on Jenkisn are: git init git fetch --no-tags --force --progress --depth=1 -- https://github.com/apache/camel.git +refs/heads/*:refs/remotes/origin/* which is fecthing all branches, causing the .git to be at 376M, instead of 63M with a pure `git clone --depth=1 https://github.com/apache/camel` which is no downloading branches. To see if we can configure that safely. Can also be improved in another iteration. remains the conditional to test too on the Camel main repo -- 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]
