Go to file
2016-03-05 17:44:39 +00:00
atomic-installer
custom
l10n
snippets Drop unused ks files from snippets/ 2015-11-06 09:08:00 +01:00
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks Nuke random seed in install for ARM images too, the new instance should make it's own. Fixes bug #1314879 2016-03-05 17:44:00 +00:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks increate the size of some of teh arm images. the install was too big 2016-02-29 21:01:20 -06:00
fedora-arm-minimal.ks install only english support on the minimal arm image 2016-02-29 21:01:07 -06:00
fedora-arm-server.ks enable initial-setup.service 2016-01-13 18:27:33 -06:00
fedora-arm-soas.ks
fedora-arm-workstation.ks increate the size of some of teh arm images. the install was too big 2016-02-29 21:01:20 -06:00
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cinnamon-packages.ks
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-atomic-vagrant.ks Fix f23 vagrant atomic host not having eth0 net device name. 2015-12-09 13:44:15 -05:00
fedora-cloud-atomic.ks atomic: add Developer Mode boot menu item 2016-02-12 16:09:06 -05:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base.ks
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks astronomy: added LabPlot as replacement for retired scidavis 2016-03-03 17:54:58 +01:00
fedora-live-base.ks Nuke random seed in install, the new instance should make it's own. Fixes bug #1314879 2016-03-05 09:27:39 -07:00
fedora-live-cinnamon.ks
fedora-live-design_suite.ks design-suite: increase the size to 10240MB 2016-02-15 22:26:22 -08:00
fedora-live-games.ks games: Cut pinball for size 2016-02-22 13:52:02 -06:00
fedora-live-jam_kde.ks idjc has been removed from Fedora so do not install it into Jam_KDE 2016-02-22 10:24:25 -06:00
fedora-live-kde-base.ks
fedora-live-kde.ks kde: reference correct chinese font 2015-12-16 22:28:56 -06:00
fedora-live-lxde.ks
fedora-live-mate_compiz.ks Drop HighContrast icon cache removal from %post scripts 2015-11-06 09:21:48 +01:00
fedora-live-minimization.ks minimization: hpijs is no longer available 2016-02-21 10:57:55 -06:00
fedora-live-robotics.ks increase the disk size for images that failed to compose due to space issues 2016-02-09 06:59:50 -06:00
fedora-live-scientific_kde.ks Scientific: Explicitly exclude sagemath? 2016-02-26 09:06:17 +11:00
fedora-live-security.ks Update file header 2016-02-06 11:43:19 +01:00
fedora-live-soas.ks
fedora-live-workstation.ks increase the disk size for images that failed to compose due to space issues 2016-02-09 06:59:50 -06:00
fedora-live-xfce.ks Drop HighContrast icon cache removal from %post scripts 2015-11-06 09:21:48 +01:00
fedora-lxde-packages.ks
fedora-mate-packages.ks
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks make sure we do not include the rawhide repo 2016-02-29 14:31:30 -06:00
fedora-soas-packages.ks
fedora-workstation-packages.ks Revert "add @gnome-desktop to fedora-workstation-packages" 2016-03-04 12:55:12 +01:00
fedora-xfce-packages.ks Add some packages to Xfce spin. firefox and rfkill 2015-11-05 09:36:56 -07:00
Makefile build: Install snippets/ in 'make install' 2015-11-06 09:08:13 +01:00
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