From f681a6e17298573f29ead7b785e9a637f537040e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 31 Jul 2021 18:07:34 +0200 Subject: [PATCH] Drop obsolete config files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- config/amd64-auto.conf | 16 ---------------- config/pardalote.env | 4 ---- config/x86-auto.conf | 16 ---------------- 3 files changed, 36 deletions(-) delete mode 100644 config/amd64-auto.conf delete mode 100644 config/pardalote.env delete mode 100644 config/x86-auto.conf diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf deleted file mode 100644 index 20f1a874..00000000 --- a/config/amd64-auto.conf +++ /dev/null @@ -1,16 +0,0 @@ -sharedir="/usr/share/catalyst" -shdir="%(sharedir)s/targets" -options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache" -portdir="/release/trees/portage-auto" -distdir="/release/tmp/distfiles" -storedir="/release/buildroot/amd64-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" diff --git a/config/pardalote.env b/config/pardalote.env deleted file mode 100644 index 65e9886d..00000000 --- a/config/pardalote.env +++ /dev/null @@ -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="-j24" -export EMERGE_DEFAULT_OPTS="--quiet-build=y --jobs=3 --load-average=12 --color=n --alert=n --fail-clean=y --nospinner --quiet-unmerge-warn" diff --git a/config/x86-auto.conf b/config/x86-auto.conf deleted file mode 100644 index a782f0f4..00000000 --- a/config/x86-auto.conf +++ /dev/null @@ -1,16 +0,0 @@ -sharedir="/usr/share/catalyst" -shdir="%(sharedir)s/targets" -options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache" -portdir="/release/trees/portage-auto" -distdir="/release/tmp/distfiles" -storedir="/release/buildroot/x86-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"