Add FC6 distribution (doesn't work yet, but should once it's released).
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 3 Oct 2006 12:47:30 +0000 (12:47 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 3 Oct 2006 12:47:30 +0000 (12:47 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2343 94cd875c-1c1d-0410-91d2-eb244daf1a30

15 files changed:
distrib/Makefile.am
distrib/fc6/apt/rpmpriorities [new file with mode: 0644]
distrib/fc6/apt/sources.list [new file with mode: 0644]
distrib/fc6/pkgs/01 [new file with mode: 0644]
distrib/fc6/pkgs/02 [new file with mode: 0644]
distrib/fc6/pkgs/03 [new file with mode: 0644]
distrib/fc6/rpmlist.d/00.lst [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-core.repo [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-development.repo [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-extras-development.repo [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-extras.repo [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-legacy.repo [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-updates-testing.repo [new file with mode: 0644]
distrib/fc6/yum.repos.d/fedora-updates.repo [new file with mode: 0644]
distrib/fc6/yum/yum.conf [new file with mode: 0644]

index 635de90..391a15f 100644 (file)
@@ -50,6 +50,9 @@ nobase_distrib_DATA   =  defaults/devs \
                           fc5/apt/rpmpriorities    fc5/pkgs/01    fc5/pkgs/02    fc5/pkgs/03 \
                           fc5/yum/yum.conf $(wildcard fc5/yum.repos.d/*.repo) \
                           $(wildcard fc5/rpmlist.d/*.lst) $(wildcard fc5/rpmlist.d/*.opt) \
+                          fc6/apt/rpmpriorities    fc6/pkgs/01    fc6/pkgs/02    fc6/pkgs/03 \
+                          fc6/yum/yum.conf $(wildcard fc6/yum.repos.d/*.repo) \
+                          $(wildcard fc6/rpmlist.d/*.lst) $(wildcard fc6/rpmlist.d/*.opt) \
                           centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \
                           centos4/yum/yum.conf $(wildcard centos4/yum.repos.d/*.repo) \
                           suse91/apt/rpmpriorities suse91/pkgs/01 suse91/pkgs/02 \
@@ -61,6 +64,7 @@ nobase_confdistrib_DATA       =  rh9/apt/sources.list \
                           fc3/apt/sources.list \
                           fc4/apt/sources.list \
                           fc5/apt/sources.list \
+                          fc6/apt/sources.list \
                           suse91/apt/sources.list
 
 AM_INSTALLCHECK_STD_OPTIONS_EXEMPT \
@@ -71,7 +75,7 @@ EXTRA_DIST            =  $(nobase_distrib_DATA) \
                           $(nobase_confdistrib_DATA) \
                           $(defaults_DATA)
 
-redhat_style           =  rh9 fc1 fc2 fc3 fc4 fc5 centos4
+redhat_style           =  rh9 fc1 fc2 fc3 fc4 fc5 fc6 centos4
 
 install-exec-hook:     install-notify-xtra
 install-data-hook:     install-data-xtras
diff --git a/distrib/fc6/apt/rpmpriorities b/distrib/fc6/apt/rpmpriorities
new file mode 100644 (file)
index 0000000..f4a90e2
--- /dev/null
@@ -0,0 +1,7 @@
+Essential:
+  basesystem
+  coreutils
+  filesystem
+  glibc
+  setup
+  fedora-release
diff --git a/distrib/fc6/apt/sources.list b/distrib/fc6/apt/sources.list
new file mode 100644 (file)
index 0000000..b833d31
--- /dev/null
@@ -0,0 +1,7 @@
+# rpm     http://ftp.ultra.csn.tu-chemnitz.de/pub/mirror/fedora/core/.apt      3/i386  os patches updates
+
+# rpm  ftp://ftp.ussg.iu.edu/pub/linux/fedora/fedora/fedora                    3/i386  os updates
+# rpm  ftp://ftp.tu-chemnitz.de/pub/linux/fedora/fedora                        3/i386  os updates
+# rpm  http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora                   3/i386  os updates
+# rpm  http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/fedora/fedora    3/i386  os updates
+# rpm  http://download.fedora.us/fedora/fedora                                 3/i386  os updates
diff --git a/distrib/fc6/pkgs/01 b/distrib/fc6/pkgs/01
new file mode 100644 (file)
index 0000000..1a5ef72
--- /dev/null
@@ -0,0 +1 @@
+glibc
diff --git a/distrib/fc6/pkgs/02 b/distrib/fc6/pkgs/02
new file mode 100644 (file)
index 0000000..9ec5d2b
--- /dev/null
@@ -0,0 +1,3 @@
+--reinstall
+
+filesystem
diff --git a/distrib/fc6/pkgs/03 b/distrib/fc6/pkgs/03
new file mode 100644 (file)
index 0000000..218b1e6
--- /dev/null
@@ -0,0 +1,2 @@
+coreutils
+initscripts
diff --git a/distrib/fc6/rpmlist.d/00.lst b/distrib/fc6/rpmlist.d/00.lst
new file mode 100644 (file)
index 0000000..85a9617
--- /dev/null
@@ -0,0 +1,7 @@
+basesystem-*.rpm
+filesystem-*.rpm
+glibc-common-*.rpm
+glibc-[0-9]*.rpm
+libgcc-[0-9]*.rpm
+setup-*.rpm
+tzdata-*.rpm
diff --git a/distrib/fc6/yum.repos.d/fedora-core.repo b/distrib/fc6/yum.repos.d/fedora-core.repo
new file mode 100644 (file)
index 0000000..23e33b6
--- /dev/null
@@ -0,0 +1,23 @@
+[core]
+name=Fedora Core 6 - $basearch
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/$basearch/os/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-6&arch=$basearch
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
+
+[core-debuginfo]
+name=Fedora Core 6 - $basearch - Debug
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/$basearch/debug/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-debug-6&arch=$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
+
+[core-source]
+name=Fedora Core 6 - Source
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/6/source/SRPMS/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-source-6&arch=$basearch
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
diff --git a/distrib/fc6/yum.repos.d/fedora-development.repo b/distrib/fc6/yum.repos.d/fedora-development.repo
new file mode 100644 (file)
index 0000000..6dd04d7
--- /dev/null
@@ -0,0 +1,46 @@
+# These packages are untested and still under development. This
+# repository is used for updates to test releases, and for
+# development of new releases.
+#
+# This repository can see significant daily turnover and major
+# functionality changes which cause unexpected problems with other
+# development packages. Please use these packages if you want to work
+# with the Fedora developers by testing these new development packages.
+#
+# fedora-test-list@redhat.com is available as a discussion forum for
+# testing and troubleshooting for development packages in conjunction
+# with new test releases.
+#
+# fedora-devel-list@redhat.com is available as a discussion forum for
+# testing and troubleshooting for development packages in conjunction
+# with developing new releases.
+#
+# More information is available at http://fedoraproject.org/wiki/Testing 
+#
+# Reproducible and reportable issues should be filed at
+# http://bugzilla.redhat.com/.
+#
+# Product: Fedora Core
+# Version: devel
+
+[development]
+name=Fedora Core - Development
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/os/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+enabled=0
+gpgcheck=0
+
+[development-debuginfo]
+name=Fedora Core - Development - Debug
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/debug/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-debug&arch=$basearch
+enabled=0
+gpgcheck=0
+
+[development-source]
+name=Fedora Core - Development - Source
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch
+enabled=0
+gpgcheck=0
+
diff --git a/distrib/fc6/yum.repos.d/fedora-extras-development.repo b/distrib/fc6/yum.repos.d/fedora-extras-development.repo
new file mode 100644 (file)
index 0000000..8980e86
--- /dev/null
@@ -0,0 +1,34 @@
+# These packages are untested and still under development. This
+# repository is used for updates to test releases, and for
+# development of new releases.
+#
+# This repository can see significant daily turnover and major
+# functionality changes which cause unexpected problems with other
+# development packages. Please use these packages if you want to work
+# with the Fedora developers by testing these new development packages.
+#
+# More information is available at http://fedoraproject.org/wiki/Testing
+
+[extras-development]
+name=Fedora Extras - Development Tree
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/$basearch/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-devel&arch=$basearch
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
+gpgcheck=1
+
+[extras-development-debuginfo]
+name=Fedora Extras - Development - Debug
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/$basearch/debug/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-devel-debug&arch=$basearch
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
+gpgcheck=1
+
+[extras-development-source]
+name=Fedora Extras - Development - Source
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/development/SRPMS/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-devel-source&arch=$basearch
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
+gpgcheck=1
diff --git a/distrib/fc6/yum.repos.d/fedora-extras.repo b/distrib/fc6/yum.repos.d/fedora-extras.repo
new file mode 100644 (file)
index 0000000..ab11074
--- /dev/null
@@ -0,0 +1,23 @@
+[extras]
+name=Fedora Extras 6 - $basearch
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/6/$basearch/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-6&arch=$basearch
+enabled=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
+gpgcheck=1
+
+[extras-debuginfo]
+name=Fedora Extras 6 - $basearch - Debug
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/6/$basearch/debug/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-debug-6&arch=$basearch
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
+gpgcheck=1
+
+[extras-source]
+name=Fedora Extras 6 - Source
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/6/SRPMS/
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=extras-source-6&arch=$basearch
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
+gpgcheck=1
diff --git a/distrib/fc6/yum.repos.d/fedora-legacy.repo b/distrib/fc6/yum.repos.d/fedora-legacy.repo
new file mode 100644 (file)
index 0000000..0b29e26
--- /dev/null
@@ -0,0 +1,13 @@
+[legacy-updates]
+name=Fedora Legacy 6 - $basearch - Updates
+mirrorlist=http://fedora.redhat.com/Download/mirrors/legacy-updates-released-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-legacy
+
+[legacy-testing]
+name=Fedora Legacy 6 - $basearch - Updates Testing
+mirrorlist=http://fedora.redhat.com/Download/mirrors/legacy-updates-testing-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-legacy
diff --git a/distrib/fc6/yum.repos.d/fedora-updates-testing.repo b/distrib/fc6/yum.repos.d/fedora-updates-testing.repo
new file mode 100644 (file)
index 0000000..38b4201
--- /dev/null
@@ -0,0 +1,23 @@
+[updates-testing]
+name=Fedora Core 6 - $basearch - Test Updates
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/$basearch/
+mirrorlist=http://fedora.redhat.com/Download/mirrors/updates-testing-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
+
+[updates-testing-debuginfo]
+name=Fedora Core 6 - $basearch - Test Updates Debug
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/$basearch/debug/
+mirrorlist=http://fedora.redhat.com/Download/mirrors/updates-testing-debug-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
+
+[updates-testing-source]
+name=Fedora Core 6 - Test Updates Source
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/SRPMS/
+mirrorlist=http://fedora.redhat.com/Download/mirrors/updates-testing-source-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
diff --git a/distrib/fc6/yum.repos.d/fedora-updates.repo b/distrib/fc6/yum.repos.d/fedora-updates.repo
new file mode 100644 (file)
index 0000000..afc320d
--- /dev/null
@@ -0,0 +1,23 @@
+[updates]
+name=Fedora Core 6 - $basearch - Updates
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/$basearch/
+mirrorlist=http://fedora.redhat.com/Download/mirrors/updates-released-fc6
+enabled=1
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
+
+[updates-debuginfo]
+name=Fedora Core 6 - $basearch - Updates - Debug
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/$basearch/debug/
+mirrorlist=http://fedora.redhat.com/Download/mirrors/updates-released-debug-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
+
+[updates-source]
+name=Fedora Core 6 - Updates Source
+#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/SRPMS/
+mirrorlist=http://fedora.redhat.com/Download/mirrors/updates-released-source-fc6
+enabled=0
+gpgcheck=1
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
diff --git a/distrib/fc6/yum/yum.conf b/distrib/fc6/yum/yum.conf
new file mode 100644 (file)
index 0000000..1d21cd1
--- /dev/null
@@ -0,0 +1,10 @@
+[main]
+cachedir=@YUMCACHEDIR@
+reposdir=@YUMETCDIR@/yum.repos.d
+debuglevel=1
+logfile=@YUMLOGDIR@/log
+lockfile=@YUMLOCKDIR@/yum.pid
+pkgpolicy=newest
+distroverpkg=fedora-release
+installonlypkgs=
+exactarch=0