Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sat, 05 Jan 2019 23:45:37
Message-Id: 1546731905.bcc0a963dc7ca9d3bbdecfded5095772b749d362.mattst88@gentoo
1 commit: bcc0a963dc7ca9d3bbdecfded5095772b749d362
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 5 23:45:05 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 5 23:45:05 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bcc0a963
7
8 catalyst-auto-ppc64le.conf: Remove ppc64le subdir
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto-ppc64le.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
16 index e375b980..1b353864 100644
17 --- a/tools/catalyst-auto-ppc64le.conf
18 +++ b/tools/catalyst-auto-ppc64le.conf
19 @@ -37,7 +37,7 @@ convert_filename() {
20 update_symlinks() {
21 # Symlink the latest stages3 to build from
22 local d f t
23 - for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64le" ; do
24 + for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
25 pushd "${d}" >/dev/null
26 for t in ppc64le; do
27 for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do