Go to file
Ray Strode 279c21441c desktop: drop rsyslog by default too
journald provides most of the same functionality, so aside from
some special cases it's redundant. It will probably get dropped
from @standard post f20, but for now get it out of the desktop
spin.
2013-07-25 14:45:56 -04:00
custom
l10n
snippets
templates
tools
.gitignore
AUTHORS
COPYING
fedora-aos.ks
fedora-arm-base.ks ARM: add uboot for wandboard-quad to images 2013-07-04 09:53:01 -05:00
fedora-arm-desktop-vfat.ks add desktop kickstarts for arm 2013-07-16 16:18:35 -05:00
fedora-arm-desktop.ks add desktop kickstarts for arm 2013-07-16 16:18:35 -05:00
fedora-arm-kde-vfat.ks
fedora-arm-kde.ks
fedora-arm-lxde-vfat.ks
fedora-arm-lxde.ks
fedora-arm-mate-vfat.ks
fedora-arm-mate.ks
fedora-arm-minimal-vfat.ks
fedora-arm-minimal.ks
fedora-arm-partitioning.ks
fedora-arm-soas-vfat.ks
fedora-arm-soas.ks
fedora-arm-vfat-partitioning.ks
fedora-arm-xbase.ks
fedora-arm-xfce-vfat.ks
fedora-arm-xfce.ks
fedora-gnome-packages.ks desktop: drop rsyslog by default too 2013-07-25 14:45:56 -04:00
fedora-install-fedora.ks Prevent warning about @base being not found 2013-07-05 22:31:41 -05:00
fedora-kde-packages.ks
fedora-live-base.ks
fedora-live-design-suite.ks Design: add pencil to the list 2013-07-18 23:12:23 -07:00
fedora-live-desktop.ks split out desktop packages 2013-07-16 16:11:47 -05:00
fedora-live-jam-kde.ks
fedora-live-kde-base.ks
fedora-live-kde.ks
fedora-live-mate-compiz.ks
fedora-live-minimization.ks
fedora-livecd-desktop.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks
fedora-livecd-mate-compiz.ks
fedora-livecd-security.ks Remove references to packages that no longer exist 2013-07-05 10:04:12 -05:00
fedora-livecd-soas.ks
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks Games: Drop openlierox since it currently doesn't build 2013-07-05 12:06:15 -05:00
fedora-livedvd-robotics.ks
fedora-livedvd-scientific-kde.ks Scientific: remove/disable non-existent packages 2013-07-04 14:55:30 +10:00
fedora-lxde-packages.ks
fedora-mate-packages.ks
fedora-repo-not-rawhide.ks Fix up repo definitions 2013-07-04 10:57:37 -05:00
fedora-repo-rawhide.ks Fix up repo definitions 2013-07-04 10:57:37 -05:00
fedora-repo.ks
fedora-soas-packages.ks
fedora-virt-server.ks.in
fedora-xfce-packages.ks Remove references to packages that no longer exist 2013-07-05 10:04:12 -05:00
Makefile The publish target should build a tar ball if needed 2013-07-02 22:17:39 -05:00
README Add a make publish function 2013-06-29 13:53:08 -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