Go to file
2014-06-18 10:55:41 -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-atomic.ks use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5 2014-06-18 10:55:41 -04:00
fedora-cloud-base.ks use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5 2014-06-18 10:55:41 -04:00
fedora-cloud-bigdata.ks use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5 2014-06-18 10:55:41 -04:00
fedora-cloud-experimental.ks use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5 2014-06-18 10:55:41 -04: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 Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02:00
fedora-live-design-suite.ks
fedora-live-desktop.ks Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02: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 Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02:00
fedora-livecd-desktop.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate-compiz.ks
fedora-livecd-security.ks exclude openvas-client 2014-06-13 15:59:22 +02:00
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks
fedora-livedvd-robotics.ks Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02:00
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

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