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: Sun, 26 Sep 2021 12:15:45
Message-Id: 1632658526.742e08138898cb081eb3ee1edd4b5f37fce9692b.dilfridge@gentoo
1 commit: 742e08138898cb081eb3ee1edd4b5f37fce9692b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 12:15:26 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 12:15:26 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=742e0813
7
8 Fix stage and spec filenames
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-alpha.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf
16 index 2a7718dd..9e22ee1b 100644
17 --- a/tools/catalyst-auto-qemu-alpha.conf
18 +++ b/tools/catalyst-auto-qemu-alpha.conf
19 @@ -34,8 +34,8 @@ post_build() {
20 installcd-stage2-minimal.spec)
21 upload *-${TIMESTAMP}*.iso*
22 ;;
23 - stage3.spec)
24 - upload stage3-*${TIMESTAMP}*.xz*
25 + stage3-openrc.spec)
26 + upload stage3-*openrc-${TIMESTAMP}*.xz*
27 ;;
28 *)
29 echo "Finished ${spec}"