From c77150cc11837f8cb616b54a8ced949ba68fa58b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 23 May 2007 11:53:24 -0400 Subject: [PATCH] Even more files, and a README because this is a lot of files. --- config/README | 21 +++++++++++++ .../{yum.conf.i386 => yum.conf.rawhide.i386} | 8 ++--- config/yum.conf.rawhide.ppc | 30 +++++++++++++++++++ ...um.conf.x86_64 => yum.conf.rawhide.x86_64} | 8 ++--- 4 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 config/README rename config/{yum.conf.i386 => yum.conf.rawhide.i386} (67%) create mode 100644 config/yum.conf.rawhide.ppc rename config/{yum.conf.x86_64 => yum.conf.rawhide.x86_64} (67%) diff --git a/config/README b/config/README new file mode 100644 index 00000000..952d3e7c --- /dev/null +++ b/config/README @@ -0,0 +1,21 @@ +This is the configuration directory for pungi. It holds a host of files that +will be explained here. (See also +http://hosted.fedoraproject.org/projects/pungi/wiki/PungiDocs/ConfigDocs) + +pungi.conf; Top level config file for a minimal spin. Good starting point. +f7-fedora.i386; Top level config file used for Fedora 7 "Fedora" i386 spin. +f7-fedora.x86_64; Top level config file used for Fedora 7 "Fedora" x86_64 spin. +f7-fedora.ppc; Top level config file used for Fedora 7 "Fedora" ppc spin. +f7-everything.i386; Top level config file used for Fedora 7 "Everything" i386 spin. +f7-everything.x86_64; Top level config file used for Fedora 7 "Everything" x86_64 spin. +f7-everything.ppc; Top level config file used for Fedora 7 "Everything" ppc spin. +f7-fedora.manifest; A package manifest file used for the Fedora 7 "Fedora" spin. +f7-everything.manifest; A package manifest file used for the Fedora 7 "Everything" spin. +minimal.manifest; A package manifest with a good attempt at a minimal package set. +comps-f7.xml; A grouping file used for various spins. +yum.conf.f7.i386; A yum conf file for Fedora 7 i386. +yum.conf.f7.x86_64; A yum conf file for Fedora 7 x86_64. +yum.conf.f7.ppc; A yum conf file for Fedora 7 ppc. +yum.conf.rawhide.i386; A yum conf file used for rawhide i386. +yum.conf.rawhide.x86_64; A yum conf file used for rawhide x86_64. +yum.conf.rawhide.ppc; A yum conf file used for rawhide ppc. diff --git a/config/yum.conf.i386 b/config/yum.conf.rawhide.i386 similarity index 67% rename from config/yum.conf.i386 rename to config/yum.conf.rawhide.i386 index c12f9d5b..04b7348a 100644 --- a/config/yum.conf.i386 +++ b/config/yum.conf.rawhide.i386 @@ -15,15 +15,15 @@ metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [development] -name=Fedora Core - Development -#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/os/ +name=Fedora - Development +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=i386 enabled=1 gpgcheck=0 [development-source] -name=Fedora Core - Development Source -#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS +name=Fedora - Development Source +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=i386 enabled=1 gpgcheck=0 diff --git a/config/yum.conf.rawhide.ppc b/config/yum.conf.rawhide.ppc new file mode 100644 index 00000000..d2603f89 --- /dev/null +++ b/config/yum.conf.rawhide.ppc @@ -0,0 +1,30 @@ +[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 +[development] +name=Fedora - Development +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/ppc/os/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=ppc +enabled=1 +gpgcheck=0 + +[development-source] +name=Fedora - Development Source +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=ppc +enabled=1 +gpgcheck=0 + diff --git a/config/yum.conf.x86_64 b/config/yum.conf.rawhide.x86_64 similarity index 67% rename from config/yum.conf.x86_64 rename to config/yum.conf.rawhide.x86_64 index 3f62b615..30dfdcb8 100644 --- a/config/yum.conf.x86_64 +++ b/config/yum.conf.rawhide.x86_64 @@ -15,15 +15,15 @@ metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [development] -name=Fedora Core - Development -#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/x86_64/os/ +name=Fedora - Development +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=x86_64 enabled=1 gpgcheck=0 [development-source] -name=Fedora Core - Development Source -#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/x86_64/os/ +name=Fedora - Development Source +#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=x86_64 enabled=1 gpgcheck=0