add MAINTAINERS file to map owners to ks files and update README for pagure
This commit is contained in:
parent
ef5e9246c0
commit
6ed9330dae
27
README
27
README
@ -1,15 +1,22 @@
|
|||||||
The master branch is where development takes place:
|
This project is used to manage the Fedora kickstart
|
||||||
- it may contain kickstart files that are broken, or
|
files used in composing Fedora release images.
|
||||||
- spin concepts that are in the process of being
|
|
||||||
approved by the Board (trademark approval), or
|
|
||||||
- spin concepts that are in the process of being
|
|
||||||
approved by the Spins SIG
|
|
||||||
|
|
||||||
The release specific branches contain spin concepts that:
|
The master branch is used by rawhide and each
|
||||||
- are approved (both by Board and Spin SIG)
|
release branch is used by that release.
|
||||||
- maintained for the remainder of the release cycle
|
|
||||||
|
|
||||||
git clone ssh://git.fedorahosted.org/git/spin-kickstarts.git spin-kickstarts
|
Changes should be made to rawhide first, then
|
||||||
|
cherry-picked back to any release branches that require
|
||||||
|
it.
|
||||||
|
|
||||||
|
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/spin-kickstarts.git spin-kickstarts
|
||||||
cd spin-kickstarts
|
cd spin-kickstarts
|
||||||
# If you need a specific branch other than master:
|
# If you need a specific branch other than master:
|
||||||
git checkout BRANCHNAME
|
git checkout BRANCHNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user