From 97b13fb90b8d620de816086d8bde1983cb776cc8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 30 2016 20:19:28 +0000 Subject: Update readme file and note bugzilla should be used for issues. --- diff --git a/README b/README deleted file mode 100644 index 699e6df..0000000 --- a/README +++ /dev/null @@ -1,30 +0,0 @@ -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. - -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 -# 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d24b941 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# 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