Go to file
2014-06-24 06:43:31 -05:00
custom fix and simplify setting of firefox homepage in qa-test-day.ks 2013-10-22 09:16:03 -07:00
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 x should now just start so lets remove the xorg snippet 2014-06-20 08:51:14 -05:00
fedora-arm-xfce.ks ARM: kickstart cleanups 2014-05-06 12:31:06 -05:00
fedora-cloud-atomic.ks Revert "Revert "use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5"" 2014-06-19 08:29:32 -04:00
fedora-cloud-base.ks Revert "Revert "use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5"" 2014-06-19 08:29:32 -04:00
fedora-cloud-bigdata.ks Revert "Revert "use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5"" 2014-06-19 08:29:32 -04:00
fedora-cloud-experimental.ks Revert "Revert "use no_timer_check boot option -- see https://bugzilla.redhat.com/show_bug.cgi?id=1102592#c5"" 2014-06-19 08:29:32 -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 design: add more acategories for apps-folder, removal of Inkscape tutorial in favor of design tutorials 2013-12-29 21:31:45 -08:00
fedora-live-desktop.ks Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02:00
fedora-live-jam-kde.ks Jam: replace ardour with ardour3 2013-11-19 14:28:37 +01:00
fedora-live-kde-base.ks kde: disable baloo for live user 2014-04-08 21:40:27 -05:00
fedora-live-kde.ks fedora-live*-kde.ks: Completely remove references to kaffeine. 2013-10-27 00:30:01 +02:00
fedora-live-mate-compiz.ks
fedora-live-minimization.ks Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
fedora-live-workstation.ks Disable gnome-software automatic updates downloading 2014-06-03 13:25:11 +02:00
fedora-livecd-desktop.ks Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
fedora-livecd-kde.ks fedora-live*-kde.ks: Completely remove references to kaffeine. 2013-10-27 00:30:01 +02:00
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 update SoaS live spin version numbers 2014-04-03 10:11:20 -07:00
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks
fedora-livedvd-robotics.ks Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
fedora-livedvd-scientific-kde.ks Scientific: Comment out sagemath 2014-05-06 23:33:46 +10:00
fedora-lxde-packages.ks Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
fedora-mate-packages.ks MATE-Compiz: drop ConsoleKit 2013-12-04 14:27:03 -08:00
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 Remove removal references to packages that no longer exist 2014-06-24 06:43:31 -05:00
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