This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2014-05-12 10:32:58 -04:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-kde.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-lxde.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-mate.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-minimal.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-soas.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-workstation.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-arm-xbase.ks
fedora-arm-xfce.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-cloud-base.ks try to tell anaconda to use the device witha link 2014-05-07 17:44:14 -05:00
fedora-desktop-packages.ks
fedora-install-cloud.ks remove --nobase from installer kickstarts 2014-05-09 23:56:19 -05:00
fedora-install-server.ks remove --nobase from installer kickstarts 2014-05-09 23:56:19 -05:00
fedora-install-workstation.ks remove --nobase from installer kickstarts 2014-05-09 23:56:19 -05:00
fedora-kde-packages.ks
fedora-live-base.ks
fedora-live-design-suite.ks
fedora-live-desktop.ks desktop: rename fedora-gnome-packages to fedora-desktop-packages 2013-07-26 13:21:43 -04:00
fedora-live-jam-kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-mate-compiz.ks
fedora-live-minimization.ks
fedora-live-workstation.ks Add initial Fedora Workstation live kickstarts 2014-05-06 10:08:41 -04:00
fedora-livecd-desktop.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate-compiz.ks
fedora-livecd-security.ks
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks
fedora-livedvd-robotics.ks
fedora-livedvd-scientific-kde.ks Scientific: Comment out sagemath 2014-05-06 23:33:46 +10:00
fedora-lxde-packages.ks
fedora-mate-packages.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks
fedora-virt-server.ks.in
fedora-workstation-packages.ks Workstation: Add scl-utils 2014-05-12 10:32:58 -04:00
fedora-xfce-packages.ks
Makefile
README Add a make publish function 2013-06-29 13:53:08 -05:00

The master branch is where development takes place:
 - it may contain kickstart files that are broken, or
 - 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:
 - are approved (both by Board and Spin SIG)
 - maintained for the remainder of the release cycle

git clone ssh://git.fedorahosted.org/git/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