commit: bcc0a963dc7ca9d3bbdecfded5095772b749d362
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 5 23:45:05 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 5 23:45:05 2019 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bcc0a963
catalyst-auto-ppc64le.conf: Remove ppc64le subdir
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-ppc64le.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index e375b980..1b353864 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -37,7 +37,7 @@ convert_filename() {
update_symlinks() {
# Symlink the latest stages3 to build from
local d f t
- for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64le" ; do
+ for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
pushd "${d}" >/dev/null
for t in ppc64le; do
for f in $(ls stage3-${t}-*xz | grep -v latest |
give_latest_from_dates) ; do