Skip to content
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

Don't directly copy webui files in makeupdates script #5035

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

M4rtinK
Copy link
Contributor

@M4rtinK M4rtinK commented Aug 10, 2023

Originally we tried to copy webui files directly when creating an updates image, like we do with our python, glade, C and other files.

But eventually it turned out to be easier to builds the RPMs and then include those into the updates image instead.

But the original code was still in place, causing issues such as causing an unexpected attempt to start the Web UI when trying to change something in the Anaconda text interface.

So lets drop the direct copy of the webui files from the makeupdates script, at least for now.

This should not influence the current Web UI workflow, which already works with RPMs exclusively & should avoid issues when makeupdates is used in non-Web-UI use cases.

Originally we tried to copy webui files directly when creating an
updates image, like we do with our python, glade, C and other files.

But eventually it turned out to be easier to builds the RPMs and then
include those into the updates image instead.

But the original code was still in place, causing issues such as causing
an unexpected attempt to start the Web UI when trying to change
something in the Anaconda text interface.

So lets drop the direct copy of the webui files from the makeupdates
script, at least for now.

This should not influence the current Web UI workflow, which already
works with RPMs exclusively & should avoid issues when makeupdates is
used in non-Web-UI use cases.
@M4rtinK M4rtinK added the webui label Aug 10, 2023
@github-actions github-actions bot added f39 and removed webui labels Aug 10, 2023
Copy link
Contributor

@VladimirSlavik VladimirSlavik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might be ok.

@VladimirSlavik
Copy link
Contributor

/kickstart-test --testtype smoke

@M4rtinK M4rtinK merged commit 8f475b1 into rhinstaller:master Aug 14, 2023
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

5 participants