Go to file
2015-05-13 17:33:07 -04:00
atomic-installer atomic-installer: Set the default origin 2015-04-23 11:21:54 -04:00
custom
l10n
snippets
templates
tools
.gitignore
.sparkleshare
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks Drop any references to fedora-release-nonproduct 2015-04-24 22:28:29 +02:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks ARM minimal: adjust image size now X isn't being pulled in again 2015-04-18 18:37:55 +01:00
fedora-arm-server.ks Drop any references to fedora-release-nonproduct 2015-04-24 22:28:29 +02:00
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks increase the size of / on Xfce to 4gb, it now needs media bigger than 5gb 2015-04-05 16:45:29 -05:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-atomic-vagrant.ks cloud-atomic-vagrant: Set root's password to vagrant too 2015-05-13 17:33:07 -04:00
fedora-cloud-atomic.ks
fedora-cloud-base-vagrant.ks add rsync to non-atomic vagrant box 2015-05-04 14:25:11 -05:00
fedora-cloud-base.ks grow base partition for cloud and vagrant images 2015-05-04 14:35:23 -05:00
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base.ks docker: Don't use a hardcoded root password 2015-05-06 14:36:59 -04:00
fedora-install-cloud.ks
fedora-install-server.ks Fedora Server: re-add @hardware-support 2015-03-31 07:46:10 -04:00
fedora-install-workstation.ks
fedora-kde-packages.ks
fedora-live-base.ks Drop any references to fedora-release-nonproduct 2015-04-24 22:28:29 +02:00
fedora-live-design_suite.ks design-suite: fix design suite info 2015-04-21 18:25:18 -07:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks kde: drop plasma-netbook hack 2015-05-05 12:06:24 -05:00
fedora-live-kde.ks
fedora-live-mate_compiz.ks Mate: bump size for livecd creation to 6MB 2015-03-27 13:18:26 +01:00
fedora-live-minimization.ks
fedora-live-workstation.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate_compiz.ks
fedora-livecd-security.ks
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-games.ks Games: Add back boswars 2015-03-22 22:19:20 -05:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks
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-workstation-packages.ks workstation: Sync included groups with comps 2015-04-24 22:38:03 +02: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