blue-build / modules

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

chore(rpm-ostree): Move the custom repos to `/usr/lib` #158

Open Arcitec opened 1 year ago

Arcitec commented 1 year ago

To improve OS robustness, we'll need to move the repo configuration files in all uBlue projects from:

/etc/yum.repos.d/*.repo

To:

/usr/lib/yum.repos.d/*.repo

However, this is blocked until https://github.com/coreos/rpm-ostree/issues/4403 is available upstream, so this ticket is just a reminder.

danielyrovas commented 1 year ago

Can we sym-link it for now? Does rpm-ostree look into directories under /etc/yum.repos.d/. For instance could we link /usr/lib/yum.repos.d/ to /etc/yum.repos.d/custom?