blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
21 stars 27 forks source link

rpm-ostree should support repo files with the same names #223

Open marcinjahn opened 1 month ago

marcinjahn commented 1 month ago

rpm-ostree improperly treats repo URLs where the .repo resources have the same name. Example:

repos:
  - https://abc.com/conf.repo
  - https://def.com/conf.repo

The module will download both these files, but one of them will end up being called conf.repo.1 on the filesystem. Such a file is not used by rpm-ostree to resolve packages.

Relevant discussion: https://github.com/orgs/blue-build/discussions/24

xynydev commented 1 month ago

224 switched to curl, which might have an effect here