commit:     742e08138898cb081eb3ee1edd4b5f37fce9692b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 12:15:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 12:15:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=742e0813

Fix stage and spec filenames

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-alpha.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-qemu-alpha.conf 
b/tools/catalyst-auto-qemu-alpha.conf
index 2a7718dd..9e22ee1b 100644
--- a/tools/catalyst-auto-qemu-alpha.conf
+++ b/tools/catalyst-auto-qemu-alpha.conf
@@ -34,8 +34,8 @@ post_build() {
        installcd-stage2-minimal.spec)
                upload *-${TIMESTAMP}*.iso*
                ;;
-       stage3.spec)
-               upload stage3-*${TIMESTAMP}*.xz*
+       stage3-openrc.spec)
+               upload stage3-*openrc-${TIMESTAMP}*.xz*
                ;;
        *)
                echo "Finished ${spec}"

Reply via email to