From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AA461382BD for ; Sat, 18 Jun 2016 08:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD4CE0AF9; Sat, 18 Jun 2016 08:33:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8DFAE0AF9 for ; Sat, 18 Jun 2016 08:33:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD261340754 for ; Sat, 18 Jun 2016 08:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4B618A6 for ; Sat, 18 Jun 2016 08:33:07 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1466238746.84765fb127ec929a95f34997684c515ae88ee925.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:catalyst3 commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/amd64-auto.conf config/snapshot-auto.conf config/x86-auto.conf X-VCS-Directories: config/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 84765fb127ec929a95f34997684c515ae88ee925 X-VCS-Branch: catalyst3 Date: Sat, 18 Jun 2016 08:33:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da5a2f6f-ae24-443b-b729-2ed0d8fe71ae X-Archives-Hash: 3a2c5ba404a95ff3950efe696a77aafc commit: 84765fb127ec929a95f34997684c515ae88ee925 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jun 18 08:30:58 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jun 18 08:32:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=84765fb1 config/*auto: update sharedir. Signed-off-by: Robin H. Johnson gentoo.org> config/amd64-auto.conf | 2 +- config/snapshot-auto.conf | 2 +- config/x86-auto.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index 6120a6a..ffdfbfc 100644 --- a/config/amd64-auto.conf +++ b/config/amd64-auto.conf @@ -1,7 +1,7 @@ distdir="/release/tmp/distfiles/" portdir="/release/trees/portage-auto" options="autoresume bindist pkgcache preserve_libs seedcache snapcache" -sharedir="/usr/lib64/catalyst/" +sharedir="/usr/share/catalyst/" storedir="/release/buildroot/amd64-dev" snapshot_cache="/release/tmp/snapshots" envscript="/etc/catalyst/local/host.env" diff --git a/config/snapshot-auto.conf b/config/snapshot-auto.conf index 7b39cb8..7c84d1b 100644 --- a/config/snapshot-auto.conf +++ b/config/snapshot-auto.conf @@ -1,6 +1,6 @@ distdir="/usr/portage/distfiles" portdir="/release/trees/portage-auto" -sharedir="/usr/lib/catalyst" +sharedir="/usr/share/catalyst" storedir="/release" hash_function="crc32" digests="md5 sha1" diff --git a/config/x86-auto.conf b/config/x86-auto.conf index f4e934f..86362ae 100644 --- a/config/x86-auto.conf +++ b/config/x86-auto.conf @@ -1,7 +1,7 @@ distdir="/release/tmp/distfiles/" portdir="/release/trees/portage-auto" options="autoresume bindist pkgcache preserve_libs seedcache snapcache" -sharedir="/usr/lib64/catalyst/" +sharedir="/usr/share/catalyst/" storedir="/release/buildroot/x86-dev" snapshot_cache="/release/tmp/snapshots" envscript="/etc/catalyst/local/host.env"