qchateau / conan-center-bot

A bot to automatically update conan-center-index
GNU General Public License v3.0
11 stars 2 forks source link

Auto fix "Sources not found" #68

Open prince-chrismc opened 3 years ago

prince-chrismc commented 3 years ago

Lots of PR fail because of this... the archives have changes and its easily solved with the strip_root=True upgrade.

However I am not sure where I could add this to the code so I am looking for a pointer...

I was thinking of doing it similar to:

https://github.com/qchateau/conan-center-bot/blob/7e230cf51f2e72235e46fff021bed717e6ccdbda/ccb/update/common.py#L81

qchateau commented 3 years ago

This option needs to be set in the recipe's conanfile.py right ?

prince-chrismc commented 3 years ago

Yes!

qchateau commented 3 years ago

Nothing is impossible but it's not going to be straightforward to programmatically edit a python file