-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Add support for automatic overrides in overrides/rpm
#145
Conversation
If the user creates a directory `overrides/rpm`, automatically run `createrepo_c` on it every build, and generate a new treefile that adds it as a repo. Closes: coreos#118
This one had been sitting in my local git dir for quite a while blocked on coreos/rpm-ostree#1574 which had been blocking on other stuff...getting through the queue! |
(One confusing issue here is that simply adding the repository changes the treefile which makes rpm-ostree think something changed - so if e.g. your override RPM is a lower NVR we'll just ignore it; I will look at repo priority stuff at some point) |
One hack we could do to help with that is injecting every package we find in |
LGTM |
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
Adds note regarding changes in coreos#145 - personally found this helpful when testing Ignition changes in FCOS.
If the user creates a directory
overrides/rpm
, automaticallyrun
createrepo_c
on it every build, and generate a newtreefile that adds it as a repo.
Closes: #118