-
Notifications
You must be signed in to change notification settings - Fork 236
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
configs: BuildWithDNF5 for ELN #1291
configs: BuildWithDNF5 for ELN #1291
Conversation
Let's hold off on this for a few more days; I've got two related MRs out that we should land first:
Then we can avoid needing to turn off the |
Can this proceed now? |
Yeah, we have to... this is breaking Copr builds. |
# Used to be True per https://github.com/fedora-eln/eln/issues/166 but with | ||
# the 'dnf5' we are switching to False, reobserve after | ||
# https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5 applied to ELN! | ||
config_opts['bootstrap_image_ready'] = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, we made this change in ELN stack in the wrong order -> the ELN image now contains dnf5
and not dnf4
, so it stays "ready". Going to update..
725827a
to
b771d95
Compare
b771d95
to
a4471a1
Compare
a4471a1
to
f1c5a46
Compare
I just tested the proposed config and it works well. |
Relates: https://pagure.io/releng/issue/11895