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: Fri, 25 Jun 2021 19:17:21
Message-Id: 1624648045.6abc54887ecc2c99d920f03dfaec2d1ca3bfe334.dilfridge@gentoo
1 commit: 6abc54887ecc2c99d920f03dfaec2d1ca3bfe334
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 25 19:07:00 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 25 19:07:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6abc5488
7
8 riscv: also upload 20.0 multilib
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-riscv.conf | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf
16 index 6212a8fe..78b7197d 100644
17 --- a/tools/catalyst-auto-qemu-riscv.conf
18 +++ b/tools/catalyst-auto-qemu-riscv.conf
19 @@ -46,16 +46,11 @@ post_build() {
20 local set=$1 spec=$2
21
22 case ${spec} in
23 - stage3*lp64*20.0*.spec)
24 + stage3*.spec)
25 pushd "${BUILD_SRCDIR_BASE}/builds/20.0" >/dev/null
26 upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
27 popd >/dev/null
28 ;;
29 - stage3*lp64*.spec)
30 - pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
31 - upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
32 - popd >/dev/null
33 - ;;
34 *)
35 echo "Finished ${spec}"
36 ;;