Add some new config files, used for composing FC6+updates isos
This commit is contained in:
parent
7b27df1c01
commit
baaf06b4b3
11041
config/comps-fc6.xml
Normal file
11041
config/comps-fc6.xml
Normal file
File diff suppressed because it is too large
Load Diff
15
config/pungi-fc6.i386
Normal file
15
config/pungi-fc6.i386
Normal file
@ -0,0 +1,15 @@
|
||||
# Pungi config file
|
||||
#
|
||||
|
||||
[default]
|
||||
product_name = Fedora Core
|
||||
product_path = Fedora
|
||||
iso_basename = FC
|
||||
comps = /etc/pungi/comps-fc6.xml
|
||||
yumconf = /etc/pungi/yum.conf.fc6.i386
|
||||
destdir = /srv/pungi
|
||||
cachedir = /srv/pungi/cache
|
||||
arch = i386
|
||||
version = 6
|
||||
discs = 5
|
||||
getsource = Yes
|
15
config/pungi-fc6.ppc
Normal file
15
config/pungi-fc6.ppc
Normal file
@ -0,0 +1,15 @@
|
||||
# Pungi config file
|
||||
#
|
||||
|
||||
[default]
|
||||
product_name = Fedora Core
|
||||
product_path = Fedora
|
||||
iso_basename = FC
|
||||
comps = /etc/pungi/comps-fc6.xml
|
||||
yumconf = /etc/pungi/yum.conf.fc6.ppc
|
||||
destdir = /srv/pungi
|
||||
cachedir = /srv/pungi/cache
|
||||
arch = ppc
|
||||
version = 6
|
||||
discs = 6
|
||||
getsource = Yes
|
15
config/pungi-fc6.x86_64
Normal file
15
config/pungi-fc6.x86_64
Normal file
@ -0,0 +1,15 @@
|
||||
# Pungi config file
|
||||
#
|
||||
|
||||
[default]
|
||||
product_name = Fedora Core
|
||||
product_path = Fedora
|
||||
iso_basename = FC
|
||||
comps = /etc/pungi/comps-fc6.xml
|
||||
yumconf = /etc/pungi/yum.conf.fc6.x86_64
|
||||
destdir = /srv/pungi
|
||||
cachedir = /srv/pungi/cache
|
||||
arch = x86_64
|
||||
version = 6
|
||||
discs = 6
|
||||
getsource = Yes
|
46
config/yum.conf.fc6.i386
Normal file
46
config/yum.conf.fc6.i386
Normal file
@ -0,0 +1,46 @@
|
||||
[main]
|
||||
cachedir=/tmp/fist
|
||||
#keepcache=0
|
||||
#debuglevel=2
|
||||
logfile=/var/log/yum.log
|
||||
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
|
||||
[core]
|
||||
name=Fedora Core - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-6&arch=i386
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[core-source]
|
||||
name=Fedora Core Source - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/source/SRPMS
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-source-6&arch=i386
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[updates]
|
||||
name=Fedora Core Updates - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-fc6&arch=i386
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[updates-source]
|
||||
name=Fedora Core Updates Source - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/SRPMS
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-fc6&arch=i386
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
46
config/yum.conf.fc6.ppc
Normal file
46
config/yum.conf.fc6.ppc
Normal file
@ -0,0 +1,46 @@
|
||||
[main]
|
||||
cachedir=/tmp/fist
|
||||
#keepcache=0
|
||||
#debuglevel=2
|
||||
logfile=/var/log/yum.log
|
||||
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
|
||||
[core]
|
||||
name=Fedora Core - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/ppc/os/
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-6&arch=ppc
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[core-source]
|
||||
name=Fedora Core Source - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/source/SRPMS
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-source-6&arch=ppc
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[updates]
|
||||
name=Fedora Core Updates - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/ppc
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-fc6&arch=ppc
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[updates-source]
|
||||
name=Fedora Core Updates Source - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/SRPMS
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-fc6&arch=ppc
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
46
config/yum.conf.fc6.x86_64
Normal file
46
config/yum.conf.fc6.x86_64
Normal file
@ -0,0 +1,46 @@
|
||||
[main]
|
||||
cachedir=/tmp/fist
|
||||
#keepcache=0
|
||||
#debuglevel=2
|
||||
logfile=/var/log/yum.log
|
||||
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
|
||||
[core]
|
||||
name=Fedora Core - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/x86_64/os/
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-6&arch=x86_64
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[core-source]
|
||||
name=Fedora Core Source - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/source/SRPMS
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-source-6&arch=x86_64
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[updates]
|
||||
name=Fedora Core Updates - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/x86_64
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-fc6&arch=x86_64
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
[updates-source]
|
||||
name=Fedora Core Updates Source - 6
|
||||
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/SRPMS
|
||||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-fc6&arch=x86_64
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
Loading…
Reference in New Issue
Block a user