conan-io / docs

conan.io reStructuredText documentation
http://docs.conan.io
MIT License
104 stars 346 forks source link

[feature] Support source backups/fallback when a recipe uses Git tool #3788

Open rconde01 opened 3 days ago

rconde01 commented 3 days ago

What is your suggestion?

The source backup feature works with get and download, but not with Git. This seems like a big gap.

Have you read the CONTRIBUTING guide?

memsharded commented 3 days ago

Thanks for the suggestion @rconde01, but this is not really a gap but intended:

I am afraid this is not planned, backup sources will only support downloading files, not git operations. Thanks for the feedback!

rconde01 commented 3 days ago

That seems reasonable - but I would suggest updating the docs for backup sources saying this situation is not (and will not be) handled, and some options for transforming the recipe such that it can be supported.

memsharded commented 2 days ago

Sounds good, lets move to the docs repo