Go to file
Bruno Wolff III e1cac52dcc Games: Add back boswars
boswars is building again and no longer has a library conflict.
Hower this will put the games spin very close to 4 GiB and some
more tweaking might be needed.
2015-03-22 22:19:20 -05:00
atomic-installer atomic-installer: Update scripts 2015-03-19 16:51:45 -04:00
custom
l10n
snippets
templates
tools
.gitignore
.sparkleshare
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-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 atomic-pxetolive: Enable cloud-init 2015-03-01 13:45:26 -05:00
fedora-cloud-atomic-vagrant.ks atomic-vagrant: Mask cloud-init instead of using rm on /etc 2015-03-04 13:19:37 -05:00
fedora-cloud-atomic.ks cloud-atomic: Disable network.service 2015-03-19 21:04:19 -04:00
fedora-cloud-base-vagrant.ks add fedora-cloud-base-vagrant.ks based on fedora-cloud-atomic-vagrant 2015-03-18 15:40:52 -04:00
fedora-cloud-base.ks
fedora-cloud-bigdata.ks
fedora-cloud-experimental.ks
fedora-docker-base.ks we can not install dnf-yum until FESCo signs off on it being allowed 2015-03-19 20:06:04 -05:00
fedora-install-cloud.ks
fedora-install-server.ks Fedora Server: Remove development packages 2015-02-24 13:18:40 -05:00
fedora-install-workstation.ks
fedora-kde-packages.ks
fedora-live-base.ks Try this as a fix for ldconfig being so slow on boot on live media. bug 1195998 2015-03-06 13:17:41 -07:00
fedora-live-design_suite.ks design-suite: fix correct url for both Design Suite and Design Team shorcuts 2015-03-09 02:29:53 -07:00
fedora-live-jam_kde.ks jam: change kde config location 2015-03-19 05:36:26 +01:00
fedora-live-kde-base.ks kde: nuke nepomuk references 2015-03-11 12:57:06 -05:00
fedora-live-kde.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-workstation.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate_compiz.ks Mate: add more packages 2015-03-08 15:15:50 +01:00
fedora-livecd-security.ks remove old packages 2015-02-20 14:44:56 +01:00
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic_lab.ks
fedora-livedvd-games.ks Games: Add back boswars 2015-03-22 22:19:20 -05:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific_kde.ks
fedora-lxde-packages.ks
fedora-mate-packages.ks
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
fedora-virt-server.ks.in
fedora-workstation-packages.ks
fedora-xfce-packages.ks
Makefile
README
SparkleShare.txt

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