This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2014-11-11 21:22:41 -08: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 Update .spec.in, Makefile.am and configure.ac 2009-08-03 23:45:18 +02:00
fedora-aos.ks
fedora-arm-base.ks
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks ARM minimal: ensure we get fedora-release 2014-10-17 17:24:28 +01:00
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 Revert "docker: Add fakesystemd to %packages to keep systemd out of base image" 2014-09-10 13:13:48 -05:00
fedora-install-cloud.ks fix exclusion of generic packages to not also exclude generic-jms-ra 2014-09-11 15:12:10 -07:00
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 rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-live-kde-base.ks ...and fix SDDM one more time: correct name of Plasma session 2014-10-23 12:18:11 -07: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 mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
fedora-live-minimization.ks
fedora-live-workstation.ks workstation: Sync the list of favourite apps with upstream 2014-10-01 17:48:56 +02:00
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 branch 2014-10-13 19:17:11 +02:00
fedora-livecd-security.ks
fedora-livecd-soas.ks SOAS: update from gconf to gsettings 2014-10-17 17:33:09 +01:00
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 Remove supertuxcart to get under size again 2014-10-11 01:06:06 -05:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-lxde-packages.ks
fedora-mate-packages.ks mate: sync master with f21 branch 2014-10-13 19:17:11 +02:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks make fedora-repo.ks consistent with the actual filename 2013-08-21 16:50:07 -07:00
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 xfce: fix typo 2014-10-13 19:11:43 +02: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