Go to file
Bruno Wolff III 0aafbdc2a2 f23 is no longer rawhide
I changed the scripts that clearly stated where rawhide references
were to be commented out, but there are some rawhide references in
atomic stuff that may or may not need to be changed.
2015-07-15 19:43:04 -05:00
atomic-installer
custom
l10n
snippets
templates
tools
.gitignore
.sparkleshare
AUTHORS
COPYING
fedora-aos.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-arm-base.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cinnamon-packages.ks cinnamon: fix packages ks, change size back to 6144 2015-06-25 12:59:08 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-atomic-vagrant.ks
fedora-cloud-atomic.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-cloud-base-vagrant.ks
fedora-cloud-base.ks Commenting out removal of linux-firmware package for #1234504 2015-07-15 19:42:16 +05:30
fedora-cloud-bigdata.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-cloud-experimental.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-docker-base.ks
fedora-install-cloud.ks f23 is no longer rawhide 2015-07-15 19:43:04 -05:00
fedora-install-server.ks f23 is no longer rawhide 2015-07-15 19:43:04 -05:00
fedora-install-workstation.ks f23 is no longer rawhide 2015-07-15 19:43:04 -05:00
fedora-kde-packages.ks
fedora-live-base.ks add dracut-live to fedora-live-base so lives boot: #1242586 2015-07-13 10:06:01 -07:00
fedora-live-cinnamon.ks cinnamon: fix packages ks, change size back to 6144 2015-06-25 12:59:08 -04:00
fedora-live-design_suite.ks design-suite: bring back phatch 2015-07-09 21:04:31 -07:00
fedora-live-games.ks
fedora-live-jam_kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks make the livecd version of the kde kickstart the live one 2015-05-27 10:23:10 -05:00
fedora-live-lxde.ks
fedora-live-mate_compiz.ks Mate: delete consolekit and networkmanager-bluetooth removal 2015-07-14 18:41:46 +02:00
fedora-live-minimization.ks
fedora-live-robotics.ks
fedora-live-scientific_kde.ks
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks
fedora-live-xfce.ks
fedora-lxde-packages.ks
fedora-mate-packages.ks Mate: remove double libreoffice entry 2015-07-14 20:08:42 +02:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks f23 is no longer rawhide 2015-07-15 19:43:04 -05:00
fedora-soas-packages.ks
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