Dusty Mabe 0ef56672f7
Fix the url for the ostree repo
Bodhi updates https://kojipkgs.fedoraproject.org/atomic/25/ on every
stable update run. We need to point the repo there as the old location
is what was updated by pungi before F25 release.

Note that https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/
redirects to https://kojipkgs.fedoraproject.org/atomic/25/.
2016-12-05 16:46:41 -05:00
2010-04-08 23:18:18 -04:00
2013-01-30 10:41:58 -08:00
2013-01-08 12:41:26 -08:00
2016-11-13 22:07:13 +00:00
2016-05-13 17:57:44 +01:00
2016-02-06 11:43:19 +01:00
2016-11-13 22:07:13 +00:00

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
Languages
Python 58.3%
JavaScript 33%
Makefile 8.7%