Go to file
Kevin Kofler 0b4dd5958b fedora-live-kde-base.ks: Don't shipped cached PackageKit metadata.
This effectively reverts the recent change by rdieter, without undoing
the refactoring.

As per the IRC discussion, it looks like caching the metadata is not all
that helpful with Apper or Muon (and I doubt it is actually helpful with
ANY frontend, because updates will necessarily be outdated, and even the
Everything repo usually changes one last time after the last RC, to
officially push packages that the RC took from a side repo), we would
only be increasing our spin size with stale metadata.
2015-10-26 19:18:17 +01:00
atomic-installer atomic-installer: Use https by default 2015-08-26 15:22:25 -04:00
custom
l10n
snippets packagekit-cached-metadata.ks: Set up resolv.conf and hosts files 2015-10-20 21:29:24 +02:00
templates
tools
.gitignore
.sparkleshare
AUTHORS
COPYING
fedora-aos.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-arm-base.ks arm: fix up boot partitions 2015-10-21 09:47:59 +01:00
fedora-arm-kde.ks
fedora-arm-lxde.ks
fedora-arm-mate.ks
fedora-arm-minimal.ks arm: fix up boot partitions 2015-10-21 09:47:59 +01:00
fedora-arm-server.ks
fedora-arm-soas.ks
fedora-arm-workstation.ks
fedora-arm-xbase.ks
fedora-arm-xfce.ks
fedora-cinnamon-packages.ks cinnamon: fix packages ks, change size back to 6144 2015-06-25 12:59:08 -04:00
fedora-cloud-atomic-pxetolive.ks
fedora-cloud-atomic-vagrant.ks cloud-atomic-vagrant: Set root's password to vagrant too 2015-05-13 17:33:07 -04:00
fedora-cloud-atomic.ks Switch md5 to sha512. Fixes bug #1234068 2015-06-21 10:38:20 -06:00
fedora-cloud-base-vagrant.ks Removes extlinux parameter from bootloader information. 2015-09-15 02:49:38 +05:30
fedora-cloud-base.ks adds kbd,plymouth rpms back. 2015-10-17 13:01:18 -04:00
fedora-cloud-bigdata.ks adjust linux-firmware for cloud images 2015-09-23 07:16:18 +01:00
fedora-cloud-experimental.ks adjust linux-firmware for cloud images 2015-09-23 07:16:18 +01:00
fedora-docker-base.ks add tsflags=nodocs to dnf.conf as well as yum.conf 2015-09-01 15:55:14 -05:00
fedora-install-cloud.ks
fedora-install-server.ks Fedora Server: Include @networkmanager-submodules 2015-08-10 14:23:37 -04:00
fedora-install-workstation.ks
fedora-kde-packages.ks kde: +firefox 2015-08-11 13:31:29 -05:00
fedora-live-astronomy_kde.ks Added kickstart file for Astronomy Spin 2015-07-25 20:13:19 +02:00
fedora-live-base.ks live base: Migrate yum's yumdb over to dnf 2015-10-22 20:11:50 +02:00
fedora-live-cinnamon.ks menu items should be excluded by cinnamon now 2015-08-12 14:36:32 -04:00
fedora-live-design_suite.ks design-suite: fix typo on f23-backgrounds-extras-base 2015-10-18 09:31:17 -07:00
fedora-live-games.ks Games: needed to save more space 2015-10-24 12:03:28 -05:00
fedora-live-jam_kde.ks Correct include, update ardour 2015-09-08 23:39:36 +02:00
fedora-live-kde-base.ks fedora-live-kde-base.ks: Don't shipped cached PackageKit metadata. 2015-10-26 19:18:17 +01:00
fedora-live-kde.ks bump the KDE compose root size a bit 2015-07-22 08:42:00 -07:00
fedora-live-lxde.ks rename all the live kickstarts to be just live. 2015-05-26 23:05:42 -05:00
fedora-live-mate_compiz.ks Mate: delete consolekit and networkmanager-bluetooth removal 2015-07-14 18:41:46 +02:00
fedora-live-minimization.ks
fedora-live-robotics.ks rename all the live kickstarts to be just live. 2015-05-26 23:05:42 -05:00
fedora-live-scientific_kde.ks scientific: pvm is retired 2015-08-17 22:15:54 +10:00
fedora-live-security.ks rename all the live kickstarts to be just live. 2015-05-26 23:05:42 -05:00
fedora-live-soas.ks rename all the live kickstarts to be just live. 2015-05-26 23:05:42 -05:00
fedora-live-workstation.ks Move packagekit-cached-metadata.ks to snippets/ 2015-10-20 21:29:22 +02:00
fedora-live-xfce.ks rename all the live kickstarts to be just live. 2015-05-26 23:05:42 -05:00
fedora-lxde-packages.ks
fedora-mate-packages.ks Mate add f23-backgrounds-extras-base 2015-10-13 00:57:32 +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