mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-21 20:15:19 +00:00
Kevin Fenzi
d9315b1d1f
Temp disable firefox in Xfce. This allows rawhide composes to finish
because Xfce spin is release blocking for arm, and firefox currently does not build on arm so is excluding it until a fix is landed. See https://bugzilla.redhat.com/show_bug.cgi?id=1523912 This should be reverted as soon as the above bug is fixed.
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.
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
bug reports
Bugs should be reported to the spin-kickstarts bugzilla component:
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts
Description
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Languages
Python
58.3%
JavaScript
33%
Makefile
8.7%