Closed CyberTailor closed 7 months ago
What's the difference between these two?
https://github.com/gentoo/gentoo
https://github.com/gentoo-mirror/gentoo
They both seem to contain all 3 files (Manifest, metadata.xml and the .ebuilds), not sure if I'm missing something.
I think I figured it out, this file only exists on gentoo-mirror/gentoo
:
https://github.com/gentoo-mirror/gentoo/blob/stable/metadata/md5-cache/sys-apps/ripgrep-14.1.0
Two locations need to be scanned:
metadata/md5-cache/${CATEGORY}/${PACKAGE}-${VERSION}
to getSRC_URI
${CATEGORY}/${PACKAGE}/Manifest
to get SHA-256 and BLAKE2b hashsums and size (spec)Repository cache can be found in the official mirror.