Go to file
2013-12-04 16:02:30 +01: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 rhel6's ksflatten doesnt support --extlinux 2013-11-24 22:13:52 -06:00
fedora-arm-desktop-vfat.ks
fedora-arm-desktop.ks
fedora-arm-kde-vfat.ks
fedora-arm-kde.ks
fedora-arm-lxde-vfat.ks
fedora-arm-lxde.ks
fedora-arm-mate-vfat.ks
fedora-arm-mate.ks
fedora-arm-minimal-vfat.ks
fedora-arm-minimal.ks
fedora-arm-partitioning.ks
fedora-arm-soas-vfat.ks
fedora-arm-soas.ks
fedora-arm-vfat-partitioning.ks
fedora-arm-xbase.ks
fedora-arm-xfce-vfat.ks
fedora-arm-xfce.ks
fedora-cloud-base.ks selinux context fixes for cloud image 2013-12-04 09:50:21 -05:00
fedora-desktop-packages.ks
fedora-i386-cloud.ks add cloud image kickstarts, pulled from the cloud-kickstart repo, we have different snippets per arch because they need different kernels 2013-10-26 08:43:38 -05:00
fedora-install-fedora.ks We should now be able to exclude gimp-help* 2013-10-31 14:33:26 -05:00
fedora-kde-packages.ks
fedora-live-base.ks Adapt for changed rpm gpg key names 2013-10-17 00:17:33 +02:00
fedora-live-design-suite.ks design: add gimp-separate+ 2013-12-01 17:28:14 -08:00
fedora-live-desktop.ks
fedora-live-jam-kde.ks Jam: replace ardour with ardour3 2013-11-19 14:28:37 +01:00
fedora-live-kde-base.ks kde: SDDM doesn't start (#1015048) 2013-10-03 10:05:58 -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
fedora-livecd-desktop.ks Desktop: drop prelink 2013-10-08 12:58:31 -04: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 remove obsolete pkgs 2013-11-05 17:58:47 +01:00
fedora-livecd-soas.ks SoaS: add FotoToon 2013-10-23 17:35:44 +01:00
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks
fedora-livedvd-robotics.ks
fedora-livedvd-scientific-kde.ks Scientific: Increase install root size 2013-10-03 16:23:01 +10:00
fedora-lxde-packages.ks LXDE: Switch from firefox to midori 2013-12-04 16:02:30 +01:00
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-x86_64-cloud.ks making cloud images is easier if we include the base 2013-11-01 16:49:46 -05:00
fedora-xfce-packages.ks
Makefile Use git version to get version name 2013-10-18 15:10:14 -05:00
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