This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
2015-03-01 03:47:45 +01: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
.sparkleshare + ‘.sparkleshare’ 2015-01-18 10:40:50 -05:00
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks clean up the text printed in teh arm disk logs 2015-01-27 14:24:34 -06:00
fedora-arm-kde.ks KDE: increase the size needed for the arm KDE disk image. as it needs 190Mb more at least 2015-02-09 03:51:57 -06:00
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-server.ks add arm server image 2015-02-25 19:17:08 -06:00
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cloud-atomic-pxetolive.ks cloud-atomic-pxetolive: New file 2015-02-26 21:27:24 -05:00
fedora-cloud-atomic-vagrant.ks fedora-cloud-atomic-vagrant: New file for Changes/Vagrant_Box_Atomic 2015-02-25 17:27:57 -05:00
fedora-cloud-atomic.ks use link as the device for netwrok in the cloud images 2014-12-12 16:07:54 -08:00
fedora-cloud-base.ks use link as the device for netwrok in the cloud images 2014-12-12 16:07:54 -08: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-docker-base: Remove fstab in %post 2015-02-12 13:48:19 +01:00
fedora-install-cloud.ks explude the other productimg packages 2014-12-12 16:10:35 -08:00
fedora-install-server.ks Fedora Server: Remove development packages 2015-02-24 13:18:40 -05:00
fedora-install-workstation.ks explude the other productimg packages 2014-12-12 16:10:35 -08: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 Add a few packages requested to xfce spin and increase base size 2015-02-18 19:16:17 -07:00
fedora-live-design_suite.ks design-suite: add design team and suite page minor revision 2015-02-27 20:12:21 -08:00
fedora-live-jam_kde.ks
fedora-live-kde-base.ks fedora-live-kde-base.ks: Change the autologin Session to plasma.desktop. 2015-02-26 20:06:59 +01: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: Use anaconda branding from fedora-productimg-workstation 2014-11-17 22:14:57 +01: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: add libreoffice suite + drop some removes 2015-03-01 03:47:45 +01:00
fedora-livecd-security.ks remove old packages 2015-02-20 14:44:56 +01:00
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 Games: Temporarily remove boswars, since it isn't building 2015-02-18 22:53:54 -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 Mate: add more packages 2014-12-12 16:17:01 -08:00
fedora-repo-not-rawhide.ks fix double ? in fedora-repo files 2015-02-20 09:12:07 -08:00
fedora-repo-rawhide.ks fix double ? in fedora-repo files 2015-02-20 09:12:07 -08:00
fedora-repo.ks
fedora-soas-packages.ks soas: add some fonts 2014-12-12 16:18:43 -08:00
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 Add a few packages requested to xfce spin and increase base size 2015-02-18 19:16:17 -07:00
Makefile
README
SparkleShare.txt + ‘.sparkleshare’ 2015-01-18 10:40:50 -05:00

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