Go to file
Kalev Lember 0b975fe5d3 workstation: Pull in all of workstation-product-environment
... instead of listing individual groups manually in the kickstart file.
2014-10-18 15:26:24 +02:00
custom
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 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 dd extlinux mbr during post as temporary workaround for bug #1147998 2014-10-14 16:00:42 -04:00
fedora-cloud-base.ks dd extlinux mbr during post as temporary workaround for bug #1147998 2014-10-14 16:00:42 -04:00
fedora-cloud-bigdata.ks dd extlinux mbr during post as temporary workaround for bug #1147998 2014-10-14 16:00:42 -04:00
fedora-cloud-experimental.ks dd extlinux mbr during post as temporary workaround for bug #1147998 2014-10-14 16:00:42 -04:00
fedora-desktop-packages.ks
fedora-docker-base.ks
fedora-install-cloud.ks
fedora-install-server.ks
fedora-install-workstation.ks
fedora-kde-packages.ks
fedora-live-base.ks
fedora-live-design_suite.ks add LuxRender and Yafaray plugiins for Blender 2014-10-13 23:43:26 -07:00
fedora-live-desktop.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
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-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: 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
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
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
fedora-soas-packages.ks
fedora-virt-server.ks.in
fedora-workstation-packages.ks workstation: Pull in all of workstation-product-environment 2014-10-18 15:26:24 +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