This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch main
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push:
new 53584f2 Revert "Turn on anaconda-webui for workstation"
53584f2 is described below
commit 53584f236d8e8cd24d5d2a116295ede5e55bee6d
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Mon Aug 21 17:36:31 2023 -0700
Revert "Turn on anaconda-webui for workstation"
This reverts commit ce5b31416f0bef6ff70acc3363088a95e2ee5983.
The anaconda update with the webUI changes is failing tests,
and we do not have time to resolve this right away. We can't
leave this in place without also pushing the anaconda update
stable and adjusting the openQA tests, so let's revert it for
now so tests pass on other updates, until we can come back and
clean up the webUI stuff tomorrow.
---
fedora-disk-workstation.ks | 2 --
fedora-live-workstation.ks | 5 -----
2 files changed, 7 deletions(-)
diff --git a/fedora-disk-workstation.ks b/fedora-disk-workstation.ks
index f0105f7..b7805f0 100644
--- a/fedora-disk-workstation.ks
+++ b/fedora-disk-workstation.ks
@@ -7,7 +7,5 @@ autopart --type=btrfs --noswap
%packages
-initial-setup
-initial-setup-gui
-gnome-initial-setup
-anaconda-webui
%end
diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks
index 7614eac..9cb5073 100644
--- a/fedora-live-workstation.ks
+++ b/fedora-live-workstation.ks
@@ -12,11 +12,6 @@
part / --size 7750
-%packages
-gnome-initial-setup
-anaconda-webui
-%end
-
%post
# set livesys session type
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.