Go to file
Kalev Lember e07cfce2f1 workstation: Include cached metadata for PackageKit
Instead of taking the metadata from PackageKit-cached-metadata package
as we were doing previously, copy it over directly during the compose
from https://kojipkgs.fedoraproject.org/mash/

This makes it much less error prone as we always get the very latest
metadata, and makes maintenance much simpler as we don't need to roll
PackageKit-cached-metadata by hand. Users are also going to appreciate
this because it makes post-GA updates smaller as they won't have to
download updates for the PackageKit-cached-metadata subpackage each time
PackageKit gets updated.
2015-10-19 20:45:58 +02:00
atomic-installer atomic: Fix references for branched 2015-09-02 17:13:48 -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
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cinnamon-packages.ks
fedora-cloud-atomic-pxetolive.ks atomic: Fix references for branched 2015-09-02 17:13:48 -04:00
fedora-cloud-atomic-vagrant.ks
fedora-cloud-atomic.ks atomic: Fix references for branched 2015-09-02 17:13:48 -04:00
fedora-cloud-base-vagrant.ks Removes extlinux parameter from bootloader information. 2015-09-15 02:48:58 +05:30
fedora-cloud-base.ks adds kbd,plymouth rpms back. 2015-10-17 13:00:12 -04:00
fedora-cloud-bigdata.ks adjust linux-firmware for cloud images 2015-09-23 07:16:42 +01:00
fedora-cloud-experimental.ks adjust linux-firmware for cloud images 2015-09-23 07:16:42 +01:00
fedora-docker-base.ks
fedora-install-cloud.ks
fedora-install-server.ks
fedora-install-workstation.ks
fedora-kde-packages.ks
fedora-live-astronomy_kde.ks
fedora-live-base.ks fedora-live-base.ks: enable ModemManager service 2015-09-07 10:36:21 -06:00
fedora-live-cinnamon.ks menu items should be excluded by cinnamon now 2015-08-12 14:37:23 -04:00
fedora-live-design_suite.ks design-suite: fix typo on f23-backgrounds-extras-base 2015-10-18 09:31:46 -07:00
fedora-live-games.ks Games spin: xscreensaver-extras was supposed to get removed 2015-10-13 09:52:38 -05:00
fedora-live-jam_kde.ks Add ffado to jam spin. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1259053 2015-09-03 09:58:40 -06:00
fedora-live-kde-base.ks kde: drop (deprecated) xsession stuff 2015-09-25 10:09:26 -05:00
fedora-live-kde.ks
fedora-live-lxde.ks
fedora-live-mate_compiz.ks
fedora-live-minimization.ks
fedora-live-robotics.ks
fedora-live-scientific_kde.ks Scientific: Comment out scilab for now. 2015-08-21 23:50:44 +10:00
fedora-live-security.ks
fedora-live-soas.ks
fedora-live-workstation.ks workstation: Include cached metadata for PackageKit 2015-10-19 20:45:58 +02:00
fedora-live-xfce.ks
fedora-lxde-packages.ks
fedora-mate-packages.ks Mate add f23-backgrounds-extras-base 2015-10-13 00:56:13 +02:00
fedora-repo-not-rawhide.ks
fedora-repo-rawhide.ks
fedora-repo.ks
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