Go to file
2014-11-13 12:39:40 -06:00
custom Update remaining lives to use Workstation as base 2014-10-24 16:26:06 +02:00
l10n l10n: Adapt for Desktop -> Workstation rename 2014-10-24 16:24:29 +02:00
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cloud-atomic.ks cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog 2014-11-07 22:04:33 -05:00
fedora-cloud-base.ks hack around instLangs not working (due to https://bugzilla.redhat.com/show_bug.cgi?id=1051816) 2014-11-08 13:29:50 -05:00
fedora-cloud-bigdata.ks cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog 2014-11-07 22:04:33 -05:00
fedora-cloud-experimental.ks cloud images -- leave persistant journal, since upcoming cloud-init no longer pulls in rsyslog 2014-11-07 22:04:33 -05:00
fedora-docker-base.ks
fedora-install-cloud.ks
fedora-install-server.ks
fedora-install-workstation.ks
fedora-kde-packages.ks kde-livecd: rely on @kde-office, @kde-education groups 2014-10-25 14:19:51 -05:00
fedora-live-base.ks Revert "Setup mdadm to turn off homehost (#1156614)" 2014-10-28 11:57:29 -07:00
fedora-live-design_suite.ks design-suite: another comment 2014-11-11 21:22:41 -08:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks kde: support modifying existing /etc/sddm.conf 2014-11-13 12:39:40 -06:00
fedora-live-kde.ks kde-live-kde: rely on @kde-office, @kde-education groups 2014-10-25 11:09:34 -05:00
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-workstation.ks
fedora-livecd-kde.ks kde-livecd: rely on @kde-office, @kde-education groups 2014-10-25 14:19:51 -05:00
fedora-livecd-lxde.ks
fedora-livecd-mate_compiz.ks Mate: sync master with f21 2014-11-12 14:13:22 +01:00
fedora-livecd-security.ks
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic_lab.ks Update remaining lives to use Workstation as base 2014-10-24 16:26:06 +02:00
fedora-livedvd-games.ks
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-virt-server.ks.in
fedora-workstation-packages.ks Revert "workstation: Pull in all of workstation-product-environment" 2014-10-18 23:04:07 +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