Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Sat, 31 Jul 2021 16:07:52
Message-Id: 1627747654.f681a6e17298573f29ead7b785e9a637f537040e.dilfridge@gentoo
1 commit: f681a6e17298573f29ead7b785e9a637f537040e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 16:07:34 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 16:07:34 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f681a6e1
7
8 Drop obsolete config files
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 config/amd64-auto.conf | 16 ----------------
13 config/pardalote.env | 4 ----
14 config/x86-auto.conf | 16 ----------------
15 3 files changed, 36 deletions(-)
16
17 diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
18 deleted file mode 100644
19 index 20f1a874..00000000
20 --- a/config/amd64-auto.conf
21 +++ /dev/null
22 @@ -1,16 +0,0 @@
23 -sharedir="/usr/share/catalyst"
24 -shdir="%(sharedir)s/targets"
25 -options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache"
26 -portdir="/release/trees/portage-auto"
27 -distdir="/release/tmp/distfiles"
28 -storedir="/release/buildroot/amd64-dev"
29 -snapshot_cache="/release/tmp/snapshots"
30 -envscript="/etc/catalyst/local/host.env"
31 -source_matching="loose"
32 -hash_function="crc32"
33 -digests="sha512 whirlpool"
34 -contents="auto"
35 -repo_basedir="/var/db/repos"
36 -repo_name="gentoo"
37 -target_distdir="/var/cache/distfiles"
38 -target_pkgdir="/var/cache/binpkgs"
39
40 diff --git a/config/pardalote.env b/config/pardalote.env
41 deleted file mode 100644
42 index 65e9886d..00000000
43 --- a/config/pardalote.env
44 +++ /dev/null
45 @@ -1,4 +0,0 @@
46 -export GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://distfiles.gentoo.org/"
47 -export FEATURES="binpkg-multi-instance parallel-fetch preserve-libs"
48 -export MAKEOPTS="-j24"
49 -export EMERGE_DEFAULT_OPTS="--quiet-build=y --jobs=3 --load-average=12 --color=n --alert=n --fail-clean=y --nospinner --quiet-unmerge-warn"
50
51 diff --git a/config/x86-auto.conf b/config/x86-auto.conf
52 deleted file mode 100644
53 index a782f0f4..00000000
54 --- a/config/x86-auto.conf
55 +++ /dev/null
56 @@ -1,16 +0,0 @@
57 -sharedir="/usr/share/catalyst"
58 -shdir="%(sharedir)s/targets"
59 -options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache"
60 -portdir="/release/trees/portage-auto"
61 -distdir="/release/tmp/distfiles"
62 -storedir="/release/buildroot/x86-dev"
63 -snapshot_cache="/release/tmp/snapshots"
64 -envscript="/etc/catalyst/local/host.env"
65 -source_matching="loose"
66 -hash_function="crc32"
67 -digests="sha512 whirlpool"
68 -contents="auto"
69 -repo_basedir="/var/db/repos"
70 -repo_name="gentoo"
71 -target_distdir="/var/cache/distfiles"
72 -target_pkgdir="/var/cache/binpkgs"