config/old: Remove

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-01-31 22:57:41 -05:00
parent 7b51adc752
commit d70057496e
No known key found for this signature in database
GPG key ID: 9C825A6605D40BBE
17 changed files with 0 additions and 106 deletions

View file

@ -2,8 +2,6 @@ This directory houses the config files for catalyst to be used by releng
build boxes. To use these config files, add a symlink in a build box from build boxes. To use these config files, add a symlink in a build box from
/etc/catalyst/release to this dir. /etc/catalyst/release to this dir.
Old config files that serve as examples are stores in the old subdir.
Changes to these files should be discussed with the members responsible Changes to these files should be discussed with the members responsible
for individual build boxes / arches or with the RelEng team. for individual build boxes / arches or with the RelEng team.

View file

@ -1 +0,0 @@
2008.0

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-default"
envscript="/etc/catalyst/amd64-default.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,3 +0,0 @@
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export INPUT_DEVICES="evdev keyboard mouse vmmouse"
export MAKEOPTS="-j4"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-dev"
envscript="/etc/catalyst/amd64-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-hardened"
envscript="/etc/catalyst/amd64-hardened.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,7 +0,0 @@
export CFLAGS="-O2 -pipe"
export CXXFLAGS="${CFLAGS}"
export CHOS="x86_64-pc-linux-gnu"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j3"
# Jorge Vicetto - testing for hardened builds
#export MAKEOPTS="-j6"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-uclibc"
envscript="/etc/catalyst/amd64-uclibc.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1 +0,0 @@
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"

View file

@ -1,7 +0,0 @@
distdir="/usr/portage/distfiles"
#portdir="/release/snapshot-tree/2008.0/portage"
sharedir="/usr/lib/catalyst"
storedir="/release"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-default"
envscript="/etc/catalyst/x86-default.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,4 +0,0 @@
export CFLAGS="-Os -mcpu=i686 -pipe -fomit-frame-pointer"
export CXXFLAGS="${CFLAGS}"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j16"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-dev"
envscript="/etc/catalyst/x86-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-hardened"
envscript="/etc/catalyst/x86-hardened.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,5 +0,0 @@
export CFLAGS="-O2 -pipe"
export CXXFLAGS="${CFLAGS}"
export CHOST="i386-pc-linux-gnu"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j6"

View file

@ -1,9 +0,0 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-uclibc"
envscript="/etc/catalyst/x86-uclibc.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -1,4 +0,0 @@
export CFLAGS="-Os -pipe -fomit-frame-pointer"
export CHOST="i386-pc-linux-uclibc"
export CXXFLAGS="${CFLAGS}"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"