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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36F55158015 for ; Sun, 24 Dec 2023 22:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77FD12BC017; Sun, 24 Dec 2023 22:16:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5207E2BC017 for ; Sun, 24 Dec 2023 22:16:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AE3F335DCC for ; Sun, 24 Dec 2023 22:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95B1105D for ; Sun, 24 Dec 2023 22:16:02 +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: <1703456137.ad059f3264c7c339892c68fb6551da7e4e7d0026.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ad059f3264c7c339892c68fb6551da7e4e7d0026 X-VCS-Branch: master Date: Sun, 24 Dec 2023 22:16:02 +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: f255de1d-eb85-44bd-a01d-232d97c385cd X-Archives-Hash: f5c9e157cb59673561ab8c34c87cd0dc commit: ad059f3264c7c339892c68fb6551da7e4e7d0026 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Dec 24 22:15:37 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Dec 24 22:15:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ad059f32 Upload x86 17.0 packages with openrc build Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-x86.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 38b49922..fa9f9b73 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -21,14 +21,10 @@ SETS=" SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec" SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec" -SET_i486_systemd_SPECS="i486/stage1-systemd.spec i486/stage3-systemd.spec" - SET_i486_systemd_mu_SPECS="i486/stage1-systemd-mu.spec i486/stage3-systemd-mu.spec" SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec" -SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec" - SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec" SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec" @@ -70,9 +66,6 @@ post_build() { case ${spec} in i486/stage3-openrc.spec) upload stage3-i486-openrc-${TIMESTAMP}.tar.xz* - ;; - i486/stage3-systemd.spec) - upload stage3-i486-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i486" x86/17.0/i486 ;; i486/installcd-stage2-minimal-openrc.spec) @@ -80,9 +73,6 @@ post_build() { ;; i686/stage3-openrc.spec) upload stage3-i686-openrc-${TIMESTAMP}.tar.xz* - ;; - i686/stage3-systemd.spec) - upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i686" x86/17.0/i686 ;; esac