public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: config/
Date: Sat, 31 Jul 2021 19:41:36 +0000 (UTC)	[thread overview]
Message-ID: <1627754073.a64d987584fac6bc21917508cc00c6a0391f6fdd.mattst88@gentoo> (raw)

commit:     a64d987584fac6bc21917508cc00c6a0391f6fdd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 01:18:05 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 17:54:33 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=a64d9875

config: Remove unused configs

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 config/build.env          |  8 --------
 config/distfiles.conf     |  9 ---------
 config/jackdaw.env        |  4 ----
 config/junco.env          |  4 ----
 config/nightheron.env     |  4 ----
 config/skimmer.env        |  3 ---
 config/snapshot-auto.conf | 13 -------------
 config/snapshot.conf      | 13 -------------
 config/sparc-auto.conf    | 16 ----------------
 9 files changed, 74 deletions(-)

diff --git a/config/build.env b/config/build.env
deleted file mode 100644
index 1599a39a..00000000
--- a/config/build.env
+++ /dev/null
@@ -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}]"

diff --git a/config/distfiles.conf b/config/distfiles.conf
deleted file mode 100644
index ce9aed23..00000000
--- a/config/distfiles.conf
+++ /dev/null
@@ -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"

diff --git a/config/jackdaw.env b/config/jackdaw.env
deleted file mode 100644
index 0509957e..00000000
--- a/config/jackdaw.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="parallel-fetch preserve-libs -collision-protect protect-owned"
-export MAKEOPTS="-j7 -l7"
-export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7"

diff --git a/config/junco.env b/config/junco.env
deleted file mode 100644
index 0509957e..00000000
--- a/config/junco.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="parallel-fetch preserve-libs -collision-protect protect-owned"
-export MAKEOPTS="-j7 -l7"
-export EMERGE_DEFAULT_OPTS="--color=n --jobs 3 --load-average 7"

diff --git a/config/nightheron.env b/config/nightheron.env
deleted file mode 100644
index 54b6c94d..00000000
--- a/config/nightheron.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="-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"

diff --git a/config/skimmer.env b/config/skimmer.env
deleted file mode 100644
index dcee3574..00000000
--- a/config/skimmer.env
+++ /dev/null
@@ -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"

diff --git a/config/snapshot-auto.conf b/config/snapshot-auto.conf
deleted file mode 100644
index 831d4335..00000000
--- a/config/snapshot-auto.conf
+++ /dev/null
@@ -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"

diff --git a/config/snapshot.conf b/config/snapshot.conf
deleted file mode 100644
index e4fe1b0a..00000000
--- a/config/snapshot.conf
+++ /dev/null
@@ -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"

diff --git a/config/sparc-auto.conf b/config/sparc-auto.conf
deleted file mode 100644
index ad990f23..00000000
--- a/config/sparc-auto.conf
+++ /dev/null
@@ -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"


             reply	other threads:[~2021-07-31 19:41 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31 19:41 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-31 16:07 [gentoo-commits] proj/releng:master commit in: config/ Andreas K. Hüttel
2020-12-24 12:52 Ben Kohler
2020-12-22  0:57 Ben Kohler
2020-05-19 12:49 Ben Kohler
2020-05-18 17:35 Ben Kohler
2019-10-11 16:19 Ben Kohler
2019-10-04 20:21 Ben Kohler
2019-07-15 21:53 Jorge Manuel B. S. Vicetto
2019-01-04 16:55 Ben Kohler
2017-12-06 22:44 Brian Dolbec
2017-12-06 16:36 Robin H. Johnson
2017-12-06  7:51 Robin H. Johnson
2017-12-06  4:56 Robin H. Johnson
2017-12-06  4:16 Robin H. Johnson
2017-12-04 17:59 Brian Dolbec
2016-05-27 21:40 Robin H. Johnson
2016-05-27 20:59 Robin H. Johnson
2016-05-27 18:47 Robin H. Johnson
2016-05-24  2:05 Mike Frysinger
2016-01-26  7:45 Robin H. Johnson
2016-01-21  5:08 Robin H. Johnson
2014-07-17  3:48 Jorge Manuel B. S. Vicetto
2013-09-02  1:27 Jorge Manuel B. S. Vicetto
2013-04-28 22:26 Jorge Manuel B. S. Vicetto
2013-03-27  2:48 Jorge Manuel B. S. Vicetto
2013-03-01 23:36 Robin H. Johnson
2013-02-22  8:33 Robin H. Johnson
2012-11-04 13:26 Jorge Manuel B. S. Vicetto
2012-11-02 14:25 Jorge Manuel B. S. Vicetto
2012-10-13 13:19 Jorge Manuel B. S. Vicetto
2012-10-13  4:23 Jorge Manuel B. S. Vicetto
2012-09-17  1:46 Jorge Manuel B. S. Vicetto
2012-07-24 10:44 Jorge Manuel B. S. Vicetto
2012-06-27 23:32 Jorge Manuel B. S. Vicetto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1627754073.a64d987584fac6bc21917508cc00c6a0391f6fdd.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox