- Commit config files used for producing Fedora 7

- Default pungi.conf file to using Fedora 7 stuff
This commit is contained in:
Jesse Keating 2007-05-23 11:20:17 -04:00 committed by Jesse Keating
parent ef38a79664
commit 565938526e
9 changed files with 1600 additions and 892 deletions

View File

@ -1,3 +1,7 @@
* Wed May 23 2007 Jesse Keating <jkeating@redhat.com>
- Commit config files used for producing Fedora 7
- Default pungi.conf file to using Fedora 7 stuff
* Tue May 15 2007 Jesse Keating <jkeating@redhat.com>
- Don't quote ISO label, not running mkisofs in shell
- Apply sparc patches (spot)

File diff suppressed because it is too large Load Diff

19
config/f7-fedora.i386 Normal file
View File

@ -0,0 +1,19 @@
# Pungi config file
#
[default]
product_name = Fedora
product_path = Fedora
iso_basename = F
bugurl = http://bugzilla.redhat.com
comps = /etc/pungi/comps-f7.xml
manifest = /etc/pungi/f7-fedora.manifest
yumconf = /etc/pungi/yum.conf.f7.i386
destdir = /srv/pungi/f7
cachedir = /srv/pungi/cache
arch = i386
version = 7
flavor = Fedora
discs = 1
# cdsize = 4608.0; not used with discs = 1
getsource = no

119
config/f7-fedora.manifest Normal file
View File

@ -0,0 +1,119 @@
# Base and core
@base
@core
@base-x
kernel*
# Hardware stuff
@hardware-support
@dial-up
# Desktop Packages
@gnome-desktop
@kde-desktop
echo-icon-theme
# apps
@authoring-and-publishing
@editors
emacs
@games
@graphical-internet
@graphics
@office
@sound-and-video
@text-internet
@system-tools
# Devel packages
@development-libs
@development-tools
@gnome-software-development
@kde-software-development
@web-development
@x-software-development
# Server packages
@dns-server
@ftp-server
@mail-server
@mysql
@network-server
@news-server
@printing
@server-cfg
@smb-server
@sql-server
@web-server --optional
# Virt group
@virtualization
# filesystem stuff
reiserfs-utils
xfsprogs
jfsutils
# Languages
@afrikaans-support
@arabic-support
@assamese-support
@basque-support
@bengali-support
@brazilian-support
@breton-support
@british-support
@bulgarian-support
@catalan-support
@chinese-support
@croatian-support
@czech-support
@danish-support
@dutch-support
@estonian-support
@faeroese-support
@finnish-support
@french-support
@gaelic-support
@galician-support
@german-support
@greek-support
@gujarati-support
@hebrew-support
@hindi-support
@hungarian-support
@icelandic-support
@indonesian-support
@irish-support
@italian-support
@japanese-support
@kannada-support
@korean-support
@lithuanian-support
@malay-support
@malayalam-support
@marathi-support
@northern-sotho-support
@norwegian-support
@oriya-support
@polish-support
@portuguese-support
@punjabi-support
@romanian-support
@russian-support
@serbian-support
@sinhala-support
@slovak-support
@slovenian-support
@southern-ndebele-support
@southern-sotho-support
@spanish-support
@swati-support
@swedish-support
@tamil-support
@telugu-support
@thai-support
@tsonga-support
@tswana-support
@turkish-support
@ukrainian-support
@urdu-support
@venda-support
@welsh-support
@xhosa-support
@zulu-support
# Compose Needs
anaconda-runtime
iscsi-initiator-utils

19
config/f7-fedora.x86_64 Normal file
View File

@ -0,0 +1,19 @@
# Pungi config file
#
[default]
product_name = Fedora
product_path = Fedora
iso_basename = F
bugurl = http://bugzilla.redhat.com
comps = /etc/pungi/comps-f7.xml
manifest = /etc/pungi/f7-fedora.manifest
yumconf = /etc/pungi/yum.conf.f7.x86_64
destdir = /srv/pungi/f7
cachedir = /srv/pungi/cache
arch = x86_64
version = 7
flavor = Fedora
discs = 1
#cdsize = 4608.0; not used with discs = 1
getsource = no

View File

@ -7,15 +7,15 @@ product_name = Fedora ; The name used during install
product_path = Fedora ; The directory where RPMS go
iso_basename = F ; The first part of the iso file name
bugurl = http://bugzilla.redhat.com ; Used for betanag
comps = /etc/pungi/comps-fc7.xml ; Used to define package groupings and default installs
comps = /etc/pungi/comps-f7.xml ; Used to define package groupings and default installs
manifest = /etc/pungi/minimal-manifest ; Used to determine what to bring in. Supports Kickstart syntax
yumconf = /etc/pungi/yum.conf.x86_64 ; Used to determine where to gather packages from
yumconf = /etc/pungi/yum.conf.f7.x86_64 ; Used to determine where to gather packages from
destdir = /srv/pungi/Fedora ; Top level compose directory, must be clean
cachedir = /srv/pungi/cache ; Cache used for repeat runs
arch = x86_64 ; What arch to compose (must be same arch as system)
version = devel ; Used both in install and part of the dest tree
version = 7 ; Used both in install and part of the dest tree
flavor = Custom ; Further define a given cut of the package set
discs = 1 ; Number of discs needed to fit data.
#cdsize = 4608.0 ; Not used if disc count is 1
getsource = Yes ; Used to determine if we want source packages or not
getsource = no ; Used to determine if we want source packages or not

29
config/yum.conf.f7.i386 Normal file
View File

@ -0,0 +1,29 @@
[main]
#keepcache=0
#debuglevel=2
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
reposdir=./
#plugins=1
metadata_expire=1800
#exclude=\*.i?86
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
[fedora]
name=Fedora - 7
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/i386/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=i386
enabled=1
gpgcheck=0
[fedora-source]
name=Fedora 7 - Source
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=i386
enabled=0
gpgcheck=0

29
config/yum.conf.f7.x86_64 Normal file
View File

@ -0,0 +1,29 @@
[main]
#keepcache=0
#debuglevel=2
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
reposdir=./
#plugins=1
metadata_expire=1800
#exclude=\*.i?86
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
[fedora]
name=Fedora - 7
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/x86_64/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=x86_64
enabled=1
gpgcheck=0
[fedora-source]
name=Fedora 7 - Source
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=x86_64
enabled=0
gpgcheck=0