commit: 584fc8d441829cc1271292a3c7cb37e00f33ba85
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 18:56:03 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 18:56:03 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=584fc8d4
Enable loong upload
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-loong.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-qemu-loong.conf
b/tools/catalyst-auto-qemu-loong.conf
index a5787555..5f140c17 100644
--- a/tools/catalyst-auto-qemu-loong.conf
+++ b/tools/catalyst-auto-qemu-loong.conf
@@ -37,7 +37,7 @@ post_build() {
case ${spec} in
stage3*.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
- echo "Would upload stage3-loong-$(echo ${spec}|sed -e
's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*"
+ upload stage3-loong-$(echo ${spec}|sed -e
's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
popd >/dev/null
;;
*)