mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-28 23:45:26 +00:00
Adam Williamson
249374e72b
Drop fedora-live-minimization use from cinnamon
live-minimization is kinda old, and dates from the time we were trying to fit in CD size. No-one cares much about that any more. One of these exclusions (sane-backends) was contradictory for Cinnamon lives and broke the compose since the recent dnf change to fail compose on dependency issues (because the cinnamon comps group explicitly includes sane-backends-drivers-scanners, but this exclusion excludes one of its deps). To resolve that, @grinnz is fine with just dropping the use of live-minimization from the cinnamon images entirely, so this does that. Signed-off-by: Adam Williamson <awilliam@redhat.com>
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%