debian-forge-composer/repositories/README.md
Michael Vogt 90f069c2eb many: take repositories from the "images" library
This commit changes the spec file so that most of the repositories
are taken from the `images` library. See images PR#1112 for details.

Note that we still need the -no-auth-keys and the centos-stream
symlinks.
2025-02-13 14:00:45 +01:00

538 B

All repository data is imported via the "images" library, see https://github.com/osbuild/images/tree/main/data/repositories

Most are imported via the "vendor" mechanism, but some special repositories are kept here, like the *-no-aux-key.json that is for rhel8 only and will only get installed on rhel10 (because the crypto policy on rhel10 does not allow the sha1 aux-key in the original rhel8 keys.

It also contains the centos-* -> centos-stream-* symlinks as go:embed does not support symlinks so we need to keep them externally.