Commit Graph

70 Commits

Author SHA1 Message Date
Bruno Wolff III 9556cf3bc0 Prevent warning about @base being not found
@base was renamed to @standard, but @base is still include by
default by pungi. Using --nobase prevents a warning message
from being issued.
2013-07-05 22:31:41 -05:00
Bruno Wolff III bf294a002c Fix excluding java-1.8.0-openjdk
The periods in java-1.8.0-openjdk appear to cause a problem
with the exclude pattern matching. Using *s instead excludes
java-1.8.0-openjdk, but not java-1.7.0-openjdk.
2013-07-05 22:26:14 -05:00
Bruno Wolff III 3eacd1cee9 We no longer need to exclude btanks
btanks is no longer getting pulled into composes by default so we
no longer need to use the exclude to keep it out.
2013-06-29 11:44:52 -05:00
Bruno Wolff III 7c2fbd2336 Start using rawhide repos for the install ks file in master
Now that the repo commands have been simplfied it makes sense to
use rawhide repos in master and fedora repos in the non-master branches.
2013-06-29 11:26:11 -05:00
Bruno Wolff III 66d1b8d816 Move forced excludes out of repo commands
Because pungi is an inclusive depsolver we can exclude some packages it
brings in and still get all of what we need. In particular we need to do
this to save space.

At one time only excludes on the repo commands were truly forced. It
had been the case that packages excluded in the %packages section
could still be included to satisfy dependencies. This is no longer the
case.

Doing the excludes in the packages sections allows us to list the
packages just once and it makes overriding the repo commands simpler
since the excludes don't need to be repeated.
2013-06-29 11:15:20 -05:00
Dennis Gilmore 0328157553 add @basic-desktop to install so basic desktop environment is available 2013-06-24 21:54:44 -05:00
Dennis Gilmore b64f4c4bdc add @admin-tools to the install dvd to deal with comps changes 2013-06-17 19:11:54 -05:00
Bill Nottingham 6670bc9af0 Add the new guest agent groups to the live image base and the install DVD. 2013-05-20 16:58:02 -04:00
Bill Nottingham 8874b8aa5b Drop web server environment specifically, and jboss from dev environment.
Add python-web to developer env.
2013-05-16 13:37:30 -04:00
Bill Nottingham 53365b4a46 Drop jruby 2013-05-10 17:16:46 -04:00
Bill Nottingham f39f68dc51 Drop infrastructure server env from the DVD 2013-05-10 17:14:18 -04:00
Bill Nottingham ef6e21ea34 Drop aspell-dicts too - only user on DVD is abiword -> link-grammar, and that *should* be using hunspell 2013-05-10 15:46:55 -04:00
Bill Nottingham 963a99fec9 There's no KDE3 on the DVD. Drop the translations. 2013-05-10 15:42:44 -04:00
Bill Nottingham 733d26fc19 Remove extra kernel. 2013-05-10 14:35:37 -04:00
Bill Nottingham 2f06a1e9fc Drop community-mysql-* from the DVD 2013-05-01 16:53:55 -04:00
Bill Nottingham c95095c41a Exclude 1.8 openjdk; it's getting pulled in by greedy dep solver, and it's large. 2013-05-01 14:41:54 -04:00
Bill Nottingham c8f8dcf256 Add new devel groups. 2013-03-14 10:29:12 -04:00
Bill Nottingham 07e9ff1fe6 Oh dear, gimp-help is way too big. Remove it. 2012-12-13 12:14:55 -05:00
Bill Nottingham 69ccdc5502 Add gimp-help langpacks to DVD. (#879030) 2012-12-11 14:12:39 -05:00
Bill Nottingham 112dd5012a Be more brutal in excluding extra kernel gunk. 2012-11-12 12:58:10 -05:00
Bill Nottingham 49e2f8cbb9 Match gnome comps changes. 2012-10-11 14:09:54 -04:00
Bill Nottingham 4060db7013 Exclude kernel-tools and friends. 2012-10-05 10:06:23 -04:00
Bill Nottingham ec24510780 Change spins to use the new desktop env groups rather than big lists of packages.
Tested composes; package set roughly eqiuvalent.
2012-09-07 15:41:31 -04:00
Bill Nottingham a04f6b7146 Fix kickstart. 2012-09-06 15:42:30 -04:00
Bill Nottingham 5a74ea22ac @base was renamed; adjust kickstarts. 2012-09-01 13:00:10 -04:00
Bill Nottingham bdd2e5cd07 Fix fedora-install-fedora for new anaconda package selection.
Anaconda package selection is determined by environments in the comps
file which define environments to install, and groups that are options.
Use those group lists, and drop individual packages since you can't
select them anyway (outside of dracut/kernel).

A few groups that are options for the workstation/development environment
are commented out for space concerns. Test compose was ~4.0G without them,
within range for the Fedora DVD.
2012-08-27 17:23:32 -04:00
Bill Nottingham 38121840f9 It's 2012. I think there are more important things to put on the install DVD rather than INN. 2012-07-27 14:03:00 -04:00
Bruno Wolff III cc9bf95427 Drop references to java 1.5 and 1.6 in install image
Java 1.5 and 1.6 are no longer in Fedora and so we don't need to block
them from the install image any longer. None of the other ks files
referred to them.
2012-07-10 05:08:38 -05:00
Adam Williamson 31a20c8a3a drop things that are now duplicate with the new anaconda-tools comps group 2012-05-25 11:20:15 -07:00
Dennis Gilmore 17c397b270 make sure that javadoc packages are on the dvd
make sure PAckageKit0zif and zif are not on the dvd
2012-05-25 11:18:18 -07:00
Bill Nottingham b58a926cba Use new anaconda-tools group. (releng #5195) 2012-05-17 15:54:14 -04:00
Adam Williamson 702a45903d add mactel-boot to DVD (#821185) 2012-05-14 15:35:22 -07:00
Dennis Gilmore 7c56a44616 exclude syslog-ng* it has subpackages that get pulled in causing the srpm to be needed but not found.
this fixes a compose failure
2012-04-24 23:34:52 -05:00
Dennis Gilmore 62c1ef838e add sugar-desktop to Fedora install DVD bz#808039 2012-04-24 23:34:41 -05:00
Bill Nottingham 650e24ec5e Add explicit langpack listings so they get pulled in on the DVD. (#804216) 2012-04-17 11:11:22 -04:00
Jens Petersen f7a66520d3 install: @simplified-chinese-support and @traditional-chinese-support replace @chinese-support 2012-04-09 11:07:38 +09:00
Kevin Fenzi 3c72e9eae4 Add grub2, grub-efi and efibootmgr for EFI install/booting. Fixes bug #735023 2011-10-13 09:20:03 -06:00
Bruno Wolff III 2c5051ad29 Install image: Fix issue with missing dep xfwm4.
Some xfce stuff was manually removed to resolve a split media issue for
F14, that is no longer needed since we aren't doing split media for F15.
Since this exclusion is causing a dependency to be missing from the install
image these excludes are being dropped.
2011-04-08 10:25:14 -05:00
Jesse Keating da0dbc38d1 Remove blank --exclude option. (#682230) 2011-03-03 22:59:21 -07:00
Bruno Wolff III dc62a3e5d7 Undo removal of kernel-PAE.
This was a bit of an emergency hack done before the last least for split
media. We want to at least start out not doing this.
2011-02-11 10:12:59 -06:00
Kevin Fenzi b34d422395 Add @lxde and @xfce per last rel-eng meeting. 2011-02-08 14:36:55 -07:00
Jesse Keating 0fa07e7369 Exclude all of btanks
When mapping binary to source, we find btanks-data and try to map it
back to btanks and fail.  So, much, fail.
2010-10-21 11:04:28 -07:00
Jesse Keating 09248faa40 Keep xfce stuff off the media 2010-10-20 16:12:37 -07:00
Jesse Keating 6b1bb145d8 Whack all of kernel-PAE stuff. 2010-10-19 22:20:38 -07:00
Jesse Keating 651b59e29d Scrub kernel-PAE from the install media.
This makes i386 split CD1 installs work again.  Too many kernels.

Also duplicate the excludes for the source repo
2010-10-19 13:59:50 -07:00
Jesse Keating 28b18fe0a2 Revert "One more repo command needed to use absolute releasever and basearch."
This reverts commit aba41e889d.

Pungi, the user of fedora-install-fedora.ks, understands $releasever and
$basearch quite well.  Please don't change it.
2010-10-19 13:58:18 -07:00
Bruno Wolff III aba41e889d One more repo command needed to use absolute releasever and basearch. 2010-10-12 22:20:02 -05:00
Bruno Wolff III e3840e66ba Typo fix reported in spin-kikstarts ticket 38 2010-08-03 10:53:29 -05:00
Jesse Keating 9b2696fe94 Use the new filesystems group to get support rpms. 2010-03-23 12:50:54 -07:00
Jesse Keating 53be816672 Switch over to branched repo for composes 2010-02-23 05:56:42 -08:00