Go to file
Mamoru TASAKA 240d5d188b astronomy: drop obsolete python3-astroML-addons
Previously python3-astroML had Provides: python3-astroML-addons but it was dropped:
e298df40fa

Remove this obsoleted Requires.
2022-08-28 22:08:24 +09:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-cinnamon-common.ks
fedora-cloud-base-azure.ks cloud: add image variant for Azure 2022-08-23 07:58:10 -04:00
fedora-cloud-base-gcp.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks increase boot partition size on Cloud base image 2022-04-22 00:32:17 +00:00
fedora-comp-neuro-common.ks
fedora-container-base-minimal.ks
fedora-container-base.ks
fedora-container-common.ks Add placeholder for resolv.conf 2022-07-20 06:39:03 +00:00
fedora-design-suite-common.ks design suite: temporarity drop gnome-books 2022-08-22 23:20:18 +00:00
fedora-disk-base.ks on arm disk images make sure there is not a console=tty0 bootarg 2022-03-10 15:59:44 -06:00
fedora-disk-kde.ks
fedora-disk-minimal.ks
fedora-disk-python-classroom.ks
fedora-disk-server.ks
fedora-disk-soas.ks
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-disk-xfce.ks
fedora-eln-container-base.ks
fedora-eln-guest.ks ELN: Use correct repositories 2022-07-26 20:34:14 +00:00
fedora-i3-common.ks
fedora-iot.ks
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks astronomy: drop obsolete python3-astroML-addons 2022-08-28 22:08:24 +09:00
fedora-live-base.ks Revert "Revert "Drop use of the x86-baremetal-tools group"" 2022-06-15 10:07:42 -07:00
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks design suite: temporarity drop gnome-books 2022-08-22 23:20:18 +00:00
fedora-live-games.ks Update fedora-live-games.ks 2022-08-01 00:46:44 +00:00
fedora-live-i3.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks Disable automount on KDE live images (#2073708) 2022-04-21 17:00:37 -07:00
fedora-live-kde.ks increase size of kde live a bit to have everything fit in rawhide 2022-03-18 09:55:24 -07:00
fedora-live-lxde.ks
fedora-live-lxqt.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-python-classroom.ks Revert "Python Classroom: Share disk size declaration between disk and live" 2022-03-19 10:27:59 +00:00
fedora-live-robotics.ks Update the owner of Robotics 2022-07-27 14:58:54 -04:00
fedora-live-scientific_kde.ks
fedora-live-security.ks Update fedora-live-security.ks 2022-07-26 20:35:21 +00:00
fedora-live-soas.ks
fedora-live-workstation.ks Disable updates harder in Workstation and Robotics (#2064077) 2022-03-15 08:33:36 -07:00
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks
fedora-mate-common.ks Mate: use earlyoom instead of systemd-oomd-defaults 2022-04-01 13:02:24 +02:00
fedora-minimal-common.ks
fedora-modular-disk-minimal.ks
fedora-neuro-gnome-common.ks
fedora-python-classroom-common.ks No need for Python 3.10 in the Fedora Python Classroom Lab 2022-06-21 22:36:32 +02:00
fedora-python-classroom-gnome-common.ks Python Classroom: Don't exclude java* as that matches javascriptcoregtk4 as well 2022-08-15 12:58:11 +02:00
fedora-python-classroom-vagrant.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-scientific-common.ks
fedora-scientific-vagrant.ks
fedora-soas-common.ks
fedora-workstation-common.ks
fedora-xfce-common.ks
maintainers.toml Update maintainers.toml 2022-08-01 00:44:04 +00:00
Makefile
README.md

fedora-kickstarts

This project is used to manage the Fedora kickstart files used in composing Fedora release images.

The master branch is used by rawhide and each release branch is used by that release.

All changes should be made via the PR workflow.

This project is packaged in Fedora as the spin-kickstarts package allowing users to see and modify the kickstart files for their local needs.

Maintainers for each image are listed in the maintainers.toml file.

To make a release

git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
cd fedora-kickstarts
# If you need a specific branch other than master:
git checkout BRANCHNAME
# No tag has been added yet tag HEAD with
git tag VERSION
git push --tags
make
# Publish the released tar ball
make publish
# Clean up the generated files:
make clean

Build logs

To see build logs go to

https://koji.fedoraproject.org/koji

"Packages" tab, and filter by Fedora-Workstation-Live for example.

Technical info about the officialy released images can be found at

https://kojipkgs.fedoraproject.org/compose/

bug reports

Bugs should be reported to the spin-kickstarts bugzilla component:

https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts