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: tools/
Date: Mon, 05 Jul 2021 23:21:46
Message-Id: 1625527283.0e939e4cb1b3fedf5114454b4c14821346712eb7.dilfridge@gentoo
1 commit: 0e939e4cb1b3fedf5114454b4c14821346712eb7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 23:21:23 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 23:21:23 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=0e939e4c
7
8 x86: also symlink latest in musl builds dir
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-x86-demeter.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf
16 index f8ad498f..fa13276f 100644
17 --- a/tools/catalyst-auto-x86-demeter.conf
18 +++ b/tools/catalyst-auto-x86-demeter.conf
19 @@ -36,7 +36,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
20
21 update_symlinks() {
22 # Symlink the latest stages3 to build from
23 - for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened} ; do
24 + for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl} ; do
25 pushd "${d}" >/dev/null || exit
26 shopt -s extglob
27 for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do