Retire fedora-kickstarts

All images previously defined here have been migrated to
fedora-kiwi-descriptions, and are now built using the kiwi
image build tool.
This commit is contained in:
Neal Gompa
2025-12-17 08:35:58 -05:00
parent d93b2accc0
commit 1fde2f3ee7
125 changed files with 3 additions and 6114 deletions

View File

@@ -1,45 +1,7 @@
# fedora-kickstarts #
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
This project was 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.
This project has been retired as now all images previously defined here are now built using [kiwi](https://osinside.github.io/kiwi/).
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
The definitions for Fedora images formerly defined here are now in [fedora-kiwi-descriptions](https://pagure.io/fedora-kiwi-descriptions).