config: Remove unused configs

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-07-30 18:18:05 -07:00
parent 3f9b694caf
commit a64d987584
No known key found for this signature in database
GPG key ID: ED2ED19F85B3682C
9 changed files with 0 additions and 74 deletions

View file

@ -1,8 +0,0 @@
BASE_DIR="/release"
TMP_PATH="/release/tmp/run"
BUILD_SRCDIR_BASE=${BASE_DIR}/buildroot/${ARCH}-dev/builds/
BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/builds/${ARCH}/
CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf
EMAIL_SUBJECT_PREPEND="[${ARCH}-${TYPE}]"

View file

@ -1,9 +0,0 @@
distdir="/release/tmp/distfiles"
portdir="/release/portage"
options="autoresume ccache pkgcache seedcache snapcache"
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,4 +0,0 @@
export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/"
export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned"
export MAKEOPTS="-j7 -l7"
export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7"

View file

@ -1,4 +0,0 @@
export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/"
export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned"
export MAKEOPTS="-j7 -l7"
export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7"

View file

@ -1,4 +0,0 @@
export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/"
export FEATURES="binpkg-multi-instance parallel-fetch preserve-libs"
export MAKEOPTS="-j5 -l4"
export EMERGE_DEFAULT_OPTS="--quiet-build=y --jobs=3 --load-average=4 --color=n --alert=n --fail-clean=y --nospinner --quiet-unmerge-warn"

View file

@ -1,3 +0,0 @@
export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/"
export FEATURES="parallel-fetch preserve-libs"
export MAKEOPTS="-j5 -l4"

View file

@ -1,13 +0,0 @@
repo_basedir="/usr/portage"
repo_name="gentoo"
target_distdir="/usr/portage/distfiles"
target_pkgdir="/usr/portage/packages"
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage-auto"
sharedir="/usr/share/catalyst"
shdir="/usr/share/catalyst/targets"
storedir="/release"
hash_function="crc32"
digests="md5 sha1"
contents="auto"
source_matching="loose"

View file

@ -1,13 +0,0 @@
repo_basedir="/usr/portage"
repo_name="gentoo"
target_distdir="/usr/portage/distfiles"
target_pkgdir="/usr/portage/packages"
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage"
sharedir="/usr/share/catalyst"
shdir="/usr/share/catalyst/targets"
storedir="/release"
hash_function="crc32"
digests="md5 sha1"
contents="auto"
source_matching="loose"

View file

@ -1,16 +0,0 @@
sharedir="/usr/share/catalyst"
shdir="%(sharedir)s/targets"
options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
portdir="/release/trees/portage-auto"
distdir="/release/tmp/distfiles"
storedir="/release/buildroot/sparc-dev"
snapshot_cache="/release/tmp/snapshots"
envscript="/etc/catalyst/local/host.env"
source_matching="loose"
hash_function="crc32"
digests="sha512 whirlpool"
contents="auto"
repo_basedir="/var/db/repos"
repo_name="gentoo"
target_distdir="/var/cache/distfiles"
target_pkgdir="/var/cache/binpkgs"