mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-26 14:35:19 +00:00
Mohan Boddu
c8f435a6a0
Fixing python-classroom for armhfp
emacs requires hunspell and not having hunspell is failing the compose package webkitgtk4-2.16.1-2.fc26.armv7hl requires libenchant.so.1, but none of the providers can be installed package emacs-1:25.2-0.1.rc2.fc26.armv7hl requires libwebkit2gtk-4.0.so.37, but none of the providers can be installed package enchant-1:1.6.0-16.fc26.armv7hl requires libhunspell-1.5.so.0, but none of the providers can be installed Signed-off-by: Mohan Boddu <mboddu@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%