Go to file
2014-07-08 12:17:24 +02: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 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 name of net-renaming systemd file changed; changed to match 2014-07-07 11:36:15 -04:00
fedora-cloud-base.ks name of net-renaming systemd file changed; changed to match 2014-07-07 11:36:15 -04:00
fedora-cloud-bigdata.ks name of net-renaming systemd file changed; changed to match 2014-07-07 11:36:15 -04:00
fedora-cloud-experimental.ks name of net-renaming systemd file changed; changed to match 2014-07-07 11:36:15 -04:00
fedora-desktop-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-install-cloud.ks remove --nobase from installer kickstarts 2014-05-09 23:56:19 -05:00
fedora-install-server.ks Server: Add groups required for the server environments in comps 2014-07-08 12:17:24 +02:00
fedora-install-workstation.ks remove --nobase from installer kickstarts 2014-05-09 23:56:19 -05:00
fedora-kde-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
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 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 java-1.7.0-openjdk is retired now. 2014-06-25 16:17:51 -06:00
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate-compiz.ks java-1.7.0-openjdk is retired now. 2014-06-25 16:17:51 -06:00
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 Games: Put back openlierox now that it builds again 2014-06-24 07:05:08 -05:00
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 add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-mate-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
fedora-soas-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-virt-server.ks.in
fedora-workstation-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07:00
fedora-xfce-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07: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