Go to file
Erich Eickmeyer 3186d62523 Add fedora-jam-kde-theme
fedora-jam-kde-theme has been fixed.
2020-05-24 22:27:23 +00:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-arm-base.ks Some rpi updates for image builds 2019-12-13 04:34:51 +00:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-lxqt.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks
fedora-arm-python-classroom.ks
fedora-arm-server.ks Update spins with their relevant fedora-release 2020-03-22 19:54:01 +00:00
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cinnamon-common.ks Cinnamon - Add rhythmbox until a better GTK music player option is available 2020-05-11 17:30:30 +00:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Remove auth line from kickstarts 2019-12-06 22:22:48 +00:00
fedora-cloud-bigdata.ks Remove auth line from kickstarts 2019-12-06 22:22:48 +00:00
fedora-cloud-experimental.ks
fedora-comp-neuro-common.ks Add arbor, STEPS 2020-04-06 18:24:14 +01:00
fedora-container-base-minimal.ks
fedora-container-base.ks remove systemd from packages 2020-05-22 16:40:12 +05:30
fedora-container-common.ks remove systemd from packages 2020-05-22 16:40:12 +05:30
fedora-disk-base.ks Some rpi updates for image builds 2019-12-13 04:34:51 +00:00
fedora-disk-minimal.ks
fedora-disk-server.ks Update spins with their relevant fedora-release 2020-03-22 19:54:01 +00:00
fedora-disk-workstation.ks
fedora-disk-xbase.ks
fedora-disk-xfce.ks
fedora-iot.ks Some rpi updates for image builds 2019-12-13 04:34:51 +00:00
fedora-kde-common.ks
fedora-kde-minimization.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks Remove auth line from kickstarts 2019-12-06 22:22:48 +00:00
fedora-live-cinnamon.ks
fedora-live-comp_neuro.ks
fedora-live-design_suite.ks Temporarily remove blender-luxcorerender due to conflict 2020-03-28 10:20:18 -07:00
fedora-live-games.ks remove other instance of seahorse-adventures 2020-01-24 07:21:00 -06:00
fedora-live-jam_kde.ks Add fedora-jam-kde-theme 2020-05-24 22:27:23 +00:00
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-lxde.ks
fedora-live-lxqt.ks Fix missing %end for packages in fedora-live-lxqt.ks 2020-01-21 11:56:33 +01:00
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-python-classroom.ks
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks Update Workstation favorite apps for live session 2020-02-11 09:48:58 -06:00
fedora-live-xfce.ks
fedora-lxde-common.ks
fedora-lxqt-common.ks Handle rename paratype-pt-sans-fonts -> pt-sans-fonts 2020-03-26 09:08:17 -07:00
fedora-mate-common.ks Update spins with their relevant fedora-release 2020-03-22 19:54:01 +00:00
fedora-minimal-common.ks
fedora-modular-arm-server.ks
fedora-modular-disk-minimal.ks Some rpi updates for image builds 2019-12-13 04:34:51 +00:00
fedora-neuro-gnome-common.ks
fedora-python-classroom-common.ks Python Clasroom Lab: Also exclude Python alternate versions with dots 2020-05-11 17:29:42 +00:00
fedora-python-classroom-gnome-common.ks
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 Update spins with their relevant fedora-release 2020-03-22 19:54:01 +00:00
fedora-workstation-common.ks
fedora-xfce-common.ks Update spins with their relevant fedora-release 2020-03-22 19:54:01 +00:00
maintainers.toml Add maintainers of the Python Classroom Lab 2020-05-11 19:16:59 +02:00
Makefile
README.md Add links where one can see build logs 2020-04-14 15:21:56 +07:00

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