Open kpcyrd opened 6 months ago
The data that is parsed for gentoo contains things like this:
https://crates.io/api/v1/crates/aho-corasick/1.1.1/download -> aho-corasick-1.1.1.crate
The extension .crate is understood in the whatsrc codebase, but it can't detect /download as an archive.
.crate
/download
The code should be changed to consider the filename too when processing Gentoo data.
The data that is parsed for gentoo contains things like this:
The extension
.crate
is understood in the whatsrc codebase, but it can't detect/download
as an archive.The code should be changed to consider the filename too when processing Gentoo data.