[fedora-kickstarts] branch main updated (879a7d7 -> 9aab489)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
ngompa pushed a change to branch main
in repository fedora-kickstarts.
from 879a7d7 Cleanup fedora-live-minimization some more
add 9aab489 Add fedora-disk-lxqt.ks for generating disk image
No new revisions were added by this update.
Summary of changes:
fedora-disk-kde.ks => fedora-disk-lxqt.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy fedora-disk-kde.ks => fedora-disk-lxqt.ks (74%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year
[fedora-kickstarts] branch f37 updated: IoT: Update for F-37 stable
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f37
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/f37 by this push:
new a000cf7 IoT: Update for F-37 stable
a000cf7 is described below
commit a000cf7510a9304aec2374112627c0a727389a12
Author: Peter Robinson <pbrobinson(a)fedoraproject.org>
AuthorDate: Fri Nov 18 17:09:38 2022 +0000
IoT: Update for F-37 stable
Signed-off-by: Peter Robinson <pbrobinson(a)fedoraproject.org>
---
fedora-iot.ks | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fedora-iot.ks b/fedora-iot.ks
index cb1eeff..23ac7cd 100644
--- a/fedora-iot.ks
+++ b/fedora-iot.ks
@@ -19,7 +19,7 @@ autopart --nohome --noswap --type=plain
# Equivalent of %include fedora-repo.ks
# Pull from the ostree repo that was created during the compose
-ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/devel/${basearch}/iot
+ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/stable/${basearch}/iot
reboot
@@ -45,14 +45,14 @@ fi
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.
# We want consumers of this image to track the two week releases.
-ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/devel/${arch}/iot"
+ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/stable/${arch}/iot"
# Make sure the ref we're supposedly sitting on (according
# to the updated origin) exists.
-ostree refs "fedora-iot:fedora/devel/${arch}/iot" --create "fedora-iot:fedora/devel/${arch}/iot"
+ostree refs "fedora-iot:fedora/stable/${arch}/iot" --create "fedora-iot:fedora/stable/${arch}/iot"
# Remove the old ref so that the commit eventually gets cleaned up.
-ostree refs "fedora-iot:fedora/devel/${arch}/iot" --delete
+ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
# delete/add the remote with new options to enable gpg verification
# and to point them at the cdn url
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year
[fedora-kickstarts] branch main updated (23d6b88 -> 879a7d7)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch main
in repository fedora-kickstarts.
from 23d6b88 Update maintainers.toml
add 879a7d7 Cleanup fedora-live-minimization some more
No new revisions were added by this update.
Summary of changes:
fedora-live-minimization.ks | 7 -------
1 file changed, 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] 01/01: Cleanup fedora-live-minimization some more
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch minimization-cleanups
in repository fedora-kickstarts.
commit 879a7d74092f9d324d9488f981cab625f557d6b4
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Mon Nov 7 11:56:34 2022 -0800
Cleanup fedora-live-minimization some more
mpage is only 60K in size and requires only libc and rtld. Seems
worthless to drop it.
isdn4k-utils doesn't exist any more.
For the sane stuff: nothing sane-related is pulled into most
images any more. cinnamon-desktop, design-suite and
gnome-desktop list some SANE packages, but that clearly means
they *want* to include them, and the kickstarts for those
spins don't include fedora-live-minimization anyway. The
'graphics' group lists xsane-gimp conditional on gimp being
included, but no desktop environment or kickstart includes the
'graphics' group as a default, so it won't be on any live images.
This leaves only hplip in the file. That *is* of significant
size and *would* be pulled into most of the spins which include
this file, so we can't drop it yet at least. There may be an
argument for dropping it from comps with the current state of
IPP Everywhere support, I guess.
Signed-off-by: Adam Williamson <awilliam(a)redhat.com>
---
fedora-live-minimization.ks | 7 -------
1 file changed, 7 deletions(-)
diff --git a/fedora-live-minimization.ks b/fedora-live-minimization.ks
index 43906cd..3cde144 100644
--- a/fedora-live-minimization.ks
+++ b/fedora-live-minimization.ks
@@ -4,13 +4,6 @@
%packages
# save some space
--mpage
-hplip
--isdn4k-utils
-
-# scanning takes quite a bit of space :/
--xsane
--xsane-gimp
--sane-backends
%end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch minimization-cleanups created (now 879a7d7)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch minimization-cleanups
in repository fedora-kickstarts.
at 879a7d7 Cleanup fedora-live-minimization some more
This branch includes the following new commits:
new 879a7d7 Cleanup fedora-live-minimization some more
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] 01/01: Clean up KDE package lists
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch kde-cleanups
in repository fedora-kickstarts.
commit 0b2fe8612b6e4fc7814c269a26dcabaa4d2a798e
Author: Adam Williamson <awilliam(a)redhat.com>
AuthorDate: Mon Nov 7 11:01:30 2022 -0800
Clean up KDE package lists
fedora-kde-minimization.ks only tried to remove scim* and iok.
iok hasn't existed since F30. scim* packages still exist, but
nothing requires or recommends any of them, and none of them are
listed as default or mandatory in comps, so I don't think this
does anything.
mariadb: we do still ship both mariadb and community-mysql, and
they have overlapping provides. However, the only thing that
requires 'mysql-server' is kf5-akonadi-server-mysql , and that
also recommends 'mariadb-server', which should break the tie
without needing these lines.
system-config-*: none of these exist any more.
desktop-backgrounds-basic: no longer listed in base-x.
gnome-disk-utility: we already drop the entire admin-tools
group above, so there's no need to try and drop one package from
it too.
kdeaccessibility and kdeartwork don't exist any more.
Commented-out lines were dropped, there's no point having
commented-out lines with no explanation why they're there.
Signed-off-by: Adam Williamson <awilliam(a)redhat.com>
---
fedora-kde-common.ks | 34 +++++-----------------------------
fedora-kde-minimization.ks | 7 -------
fedora-live-kde.ks | 1 -
3 files changed, 5 insertions(+), 37 deletions(-)
diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks
index 18bcea5..51e3ac6 100644
--- a/fedora-kde-common.ks
+++ b/fedora-kde-common.ks
@@ -19,43 +19,19 @@ fedora-release-kde
### fixes
-# use kde-print-manager instead of system-config-printer
--system-config-printer
-# make sure mariadb lands instead of MySQL (hopefully a temporary hack)
-mariadb-embedded
-mariadb-connector-c
-mariadb-server
-
# minimal localization support - allows installing the kde-l10n-* packages
kde-l10n
-# unwanted packages from @kde-desktop
-# don't include these for now to fit on a cd
--desktop-backgrounds-basic
--kdeaccessibility*
--ktorrent # kget has also basic torrent features (~3 megs)
--digikam # digikam has duplicate functionality with gwenview (~28 megs)
--kipi-plugins # ~8 megs + drags in Marble
--krusader # ~4 megs
--k3b # ~15 megs
-
-#-kdeplasma-addons # ~16 megs
-
# Additional packages that are not default in kde-* groups, but useful
-#kdeartwork # only include some parts of kdeartwork
fuse
mediawriter
### space issues
-
-# admin-tools
--gnome-disk-utility
-# kcm_clock still lacks some features, so keep system-config-date around
-#-system-config-date
-# prefer kcm_systemd
--system-config-services
-# prefer/use kusers
--system-config-users
+-ktorrent # kget has also basic torrent features (~3 megs)
+-digikam # digikam has duplicate functionality with gwenview (~28 megs)
+-kipi-plugins # ~8 megs + drags in Marble
+-krusader # ~4 megs
+-k3b # ~15 megs
## avoid serious bugs by omitting broken stuff
diff --git a/fedora-kde-minimization.ks b/fedora-kde-minimization.ks
deleted file mode 100644
index 67fd686..0000000
--- a/fedora-kde-minimization.ks
+++ /dev/null
@@ -1,7 +0,0 @@
-# remove input methods to free space
-%packages
--scim*
--iok
-%end
-
-
diff --git a/fedora-live-kde.ks b/fedora-live-kde.ks
index 80102f3..1e36194 100644
--- a/fedora-live-kde.ks
+++ b/fedora-live-kde.ks
@@ -9,7 +9,6 @@
%include fedora-live-kde-base.ks
%include fedora-live-minimization.ks
-%include fedora-kde-minimization.ks
# DVD payload
part / --size=7500
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month
[fedora-kickstarts] branch kde-cleanups created (now 0b2fe86)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch kde-cleanups
in repository fedora-kickstarts.
at 0b2fe86 Clean up KDE package lists
This branch includes the following new commits:
new 0b2fe86 Clean up KDE package lists
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
1 year, 1 month