This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Go to file
Bruno Wolff III c488a9529c Remove attempt to copy over documentation file that doesn't exist.
I checked with docs and that file isn't packaged any more, because it was
felt to be something that you wouldn't need once you made the live image.
That stance is negotiable if someone thinks it is worth including.
2010-06-02 23:53:53 -05:00
custom
l10n
snippets
templates
tools
AUTHORS
configure.ac Move master on to version 14 2010-05-11 10:01:01 -05:00
COPYING
fedora-aos.ks
fedora-install-fedora.ks
fedora-live-base.ks Remove attempt to copy over documentation file that doesn't exist. 2010-06-02 23:53:53 -05:00
fedora-live-desktop.ks
fedora-live-mini.ks Switch to using rawhide repo. 2010-06-01 23:43:11 -05:00
fedora-live-minimization.ks
fedora-livecd-broffice.org.ks Remove inkscape inclusion, keep BrOffice.org Draw 2010-05-08 13:25:51 -03:00
fedora-livecd-design-suite.ks
fedora-livecd-desktop.ks
fedora-livecd-kde.ks
fedora-livecd-lxde.ks LXDE: Don't install fprintd-pam as it crashes LXDM 2010-05-09 23:22:44 +02:00
fedora-livecd-moblin.ks moblin: fix setting the favourite apps 2010-05-09 22:05:22 +01:00
fedora-livecd-security.ks Security: Don't install fprintd-pam as it crashes LXDM 2010-05-09 23:23:15 +02:00
fedora-livecd-soas.ks soas (for F13!): remove 'read' for final as it breaks in its current state 2010-05-09 18:53:49 +02:00
fedora-livecd-xfce.ks
fedora-livedvd-electronic-lab.ks
fedora-livedvd-games.ks
fedora-virt-server.ks.in
INSTALL
install-sh
Makefile.am
missing
NEWS
README Tweak instructions 2010-06-01 23:42:53 -05:00
spin-kickstarts.spec.in

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

To rebuild the srpm for a new version or a new release without patches:

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
# Edit configure.ac to update the version or release
# Edit spin-kickstarts.spec.in to update the change log
aclocal
automake
autoconf
make dist
install -D spin-kickstarts-*.tar.gz ~/rpmbuild/SOURCES
install -D spin-kickstarts.spec ~/rpmbuild/SPECS
rpmbuild -ba ~/rpmbuild/SPECS
# If the sprm gets published then publish the tar.gz file on fedorahosted
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts