From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C95BB158020 for ; Wed, 12 Oct 2022 18:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D500BE0990; Wed, 12 Oct 2022 18:56:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B993FE0990 for ; Wed, 12 Oct 2022 18:56:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C61DA340139 for ; Wed, 12 Oct 2022 18:56:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FCB0523 for ; Wed, 12 Oct 2022 18:56:16 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1665600963.584fc8d441829cc1271292a3c7cb37e00f33ba85.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-loong.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 584fc8d441829cc1271292a3c7cb37e00f33ba85 X-VCS-Branch: master Date: Wed, 12 Oct 2022 18:56:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0ef775c-6cc4-49dd-9200-73438c610e49 X-Archives-Hash: a2aff49147064a0e2efa2ad8f36cccdf commit: 584fc8d441829cc1271292a3c7cb37e00f33ba85 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 12 18:56:03 2022 +0000 Commit: Andreas K. Hüttel gentoo 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 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 ;; *)