Skip to content

Commit

Permalink
Merge pull request #5035 from M4rtinK/master-makeupdates_ignore_webui
Browse files Browse the repository at this point in the history
Don't directly copy webui files in makeupdates script
  • Loading branch information
M4rtinK authored Aug 14, 2023
2 parents 5c40a84 + d7c9c7a commit 8f475b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/makeupdates
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ def copy_updated_files(tag, updates, cwd, builddir):
finally:
shutil.rmtree(tmpdir)

# Copy the Web UI support.
if os.path.exists('ui/webui/dist'):
install_to_dir("ui/webui/dist", "usr/share/cockpit/anaconda-webui")

try:
lines = do_git_diff(tag)
except RuntimeError as e:
Expand Down

0 comments on commit 8f475b1

Please sign in to comment.