Go to file
Colin Walters e8ca9581eb atomic: Strip GRUB1/EC2 bits
These don't work, because OSTree doesn't understand GRUB1 config
files.  We should focus on HVM.
2014-07-21 14:07:32 -04:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks remove growroot in arm images to test 1109603 2014-07-16 10:28:48 +01: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 atomic: Strip GRUB1/EC2 bits 2014-07-21 14:07:32 -04:00
fedora-cloud-base.ks fedora-release-cloud in cloud images 2014-07-11 11:01:56 -04:00
fedora-cloud-bigdata.ks fedora-release-cloud in cloud images 2014-07-11 11:01:56 -04:00
fedora-cloud-experimental.ks put experimental cloud spin back to same as base cloud spin exept for i18n/docs 2014-07-11 11:54:19 -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 Add container-management and headless-management to Fedora Server 2014-07-08 14:30:31 -04:00
fedora-install-server.ks Server: Drop some langpack packages that don’t have a major server use 2014-07-10 20:32:08 +02:00
fedora-install-workstation.ks Add container-management and headless-management to Fedora Server 2014-07-08 14:30:31 -04: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 exclude -imsetting* otherwise qt pulls in imsettings-qt causing trouble 2014-07-09 15:07:58 +09: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