Go to file
Adam Williamson 9e226727b9 also put fedora-release-nonproduct in fedora-arm-base.ks
to fix the generic problem for Beta
2014-12-12 15:58:40 -08:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks also put fedora-release-nonproduct in fedora-arm-base.ks 2014-12-12 15:58:40 -08:00
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-atomic: Change osname to 'fedora-atomic' 2014-11-17 17:51:26 -05:00
fedora-cloud-base.ks make the cloud base lang hacks line up with the same filenames as in the docker image 2014-11-14 10:20:05 -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 Work around pungi issue with productimg packages 2014-11-24 08:46:53 -05:00
fedora-install-server.ks Work around pungi issue with productimg packages 2014-11-24 08:46:53 -05:00
fedora-install-workstation.ks Work around pungi issue with productimg packages 2014-11-24 08:46:53 -05:00
fedora-kde-packages.ks fedora-kde-packages.ks: Add system-config-language and kde-l10n. 2014-11-28 04:06:40 +01:00
fedora-live-base.ks re-generate fontconfig cache in %post to work around #1169979 2014-12-12 10:48:43 -08: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
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-workstation.ks workstation: Use anaconda branding from fedora-productimg-workstation 2014-11-17 22:14:57 +01:00
fedora-livecd-kde.ks
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
fedora-livedvd-games.ks Remove stellarium from the games spin due to size 2014-11-28 17:19:09 -06:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks scientific: add python3-sympy 2014-11-18 20:21:57 +10:00
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: use env group, no need to list productimg" 2014-12-04 15:39:59 -08:00
fedora-xfce-packages.ks Xfce: Drop a bunch of space saving now that we are no longer targeting 700MB 2014-11-21 17:07:18 -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