Go to file
Bruno Wolff III dc84eda507 Get rid of the sym linked files.
The building block spins were getting included twice. But rather than change
them to sym links have the ks files use ../ so they can just be dropped.
2010-06-07 00:02:00 -05:00
custom Get rid of the sym linked files. 2010-06-07 00:02:00 -05:00
l10n Added new localization for German (Germany) 2009-08-11 20:16:40 +02:00
snippets - remove DOS line endings 2008-12-13 13:59:59 +01:00
templates Remove xorg keyboard patch in gnome based pt_PT livecd/dvd 2008-10-03 02:35:32 +01:00
tools [liveimage-diff] Sort output 2010-04-08 23:18:18 -04:00
AUTHORS Added new localization for German (Germany) 2009-08-11 20:16:40 +02:00
COPYING Update .spec.in, Makefile.am and configure.ac 2009-08-03 23:45:18 +02:00
INSTALL Update .spec.in, Makefile.am and configure.ac 2009-08-03 23:45:18 +02:00
Makefile.am Get rid of the sym linked files. 2010-06-07 00:02:00 -05:00
NEWS List our upstream project URL in NEWS 2008-10-28 13:34:16 +01:00
README Tweak instructions 2010-06-01 23:42:53 -05:00
configure.ac Move master on to version 14 2010-05-11 10:01:01 -05:00
fedora-aos.ks Compose aos against rawhide in the master branch 2008-11-30 20:44:12 +01:00
fedora-install-fedora.ks Use the new filesystems group to get support rpms. 2010-03-23 12:50:54 -07:00
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 Drop explicit festival reference, always remove smartmontools 2010-03-24 15:43:52 -04:00
fedora-live-mini.ks Switch to using rawhide repo. 2010-06-01 23:43:11 -05:00
fedora-live-minimization.ks Update live-minimization.ks with comps changes 2010-03-24 15:43:51 -04:00
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 design: move font removal to mini and take postr out (size concerns) 2010-04-30 01:03:43 +02:00
fedora-livecd-desktop.ks Categorize removals a bit more 2010-04-07 10:10:02 -04:00
fedora-livecd-kde.ks -desktop-backgrounds-basic 2010-05-07 07:30:39 -05:00
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 Add hal-storage-addon 2010-04-12 09:26:05 -06:00
fedora-livedvd-electronic-lab.ks FEL: synced comps and kickstart file 2009-09-28 19:38:12 +02:00
fedora-livedvd-games.ks Fix size of games spin 2010-02-15 22:30:13 -06:00
fedora-virt-server.ks.in [fedora-virt-server.ks.in] New file 2010-03-14 13:51:55 -04:00
install-sh Update .spec.in, Makefile.am and configure.ac 2009-08-03 23:45:18 +02:00
missing Update .spec.in, Makefile.am and configure.ac 2009-08-03 23:45:18 +02:00
spin-kickstarts.spec.in Remove duplicate docs. 2010-06-06 23:46:26 -05: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

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