https://github.com/simonswine/fedora-kickstarts
https://github.com/simonswine/fedora-kickstarts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/fedora-kickstarts
- Owner: simonswine
- License: gpl-3.0
- Created: 2020-05-17T20:22:55.000Z (about 5 years ago)
- Default Branch: f32
- Last Pushed: 2020-05-17T20:24:41.000Z (about 5 years ago)
- Last Synced: 2025-03-15T16:48:49.350Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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://[email protected]/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