This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2014-09-27 09:06:06 -04:00
custom from kparal: fix Test Day browser configuration 2014-09-15 09:08:54 -07:00
l10n
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 atomic folks decided to willy nilly change things so adjust appropriately 2014-09-02 11:10:05 -05:00
fedora-cloud-base.ks only english to keep the locale archive down until there's a better solution 2014-09-27 09:06:06 -04:00
fedora-cloud-bigdata.ks fixes from Ian McLeod to make composes work using new scheme. 2014-09-09 14:07:02 -04:00
fedora-cloud-experimental.ks fixes from Ian McLeod to make composes work using new scheme. 2014-09-09 14:07:02 -04:00
fedora-desktop-packages.ks add networkmanager-submodules package group to appropriate package lists 2014-06-27 09:09:51 -07: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 Add the server environment to the fedora-install-server.ks 2014-09-04 10:49:47 -04:00
fedora-install-workstation.ks
fedora-kde-packages.ks
fedora-live-base.ks from spot: add comfortaa fonts to live-base to fix #1116497 2014-09-19 11:06:36 -07:00
fedora-live-design_suite.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-live-desktop.ks
fedora-live-jam_kde.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-live-kde-base.ks kde: disable baloo for live user 2014-04-08 21:40:27 -05:00
fedora-live-kde.ks
fedora-live-mate_compiz.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-live-minimization.ks
fedora-live-workstation.ks
fedora-livecd-desktop.ks
fedora-livecd-kde.ks kde: -system-config-services (prefer kcm_systemd) 2014-09-26 20:32:41 -05:00
fedora-livecd-lxde.ks
fedora-livecd-mate_compiz.ks mate: fix fallout from kickstart renaming 2014-09-17 12:40:17 -05:00
fedora-livecd-security.ks
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic_lab.ks rename kickstarts for new naming policy 2014-09-10 19:02:57 -05:00
fedora-livedvd-games.ks
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
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
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