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 B2D7E15808E for ; Tue, 26 Apr 2022 18:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5856E0802; Tue, 26 Apr 2022 18:34:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3BF9E0802 for ; Tue, 26 Apr 2022 18:34:35 +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 EE4DC34146E for ; Tue, 26 Apr 2022 18:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6FC3A5 for ; Tue, 26 Apr 2022 18:34:33 +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: <1650998056.4e62b91820e66ea0dbbd6979ea3a5b0899d9823e.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-hppa.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4e62b91820e66ea0dbbd6979ea3a5b0899d9823e X-VCS-Branch: master Date: Tue, 26 Apr 2022 18:34:33 +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: 588092b2-2616-406c-9332-e16705af38fb X-Archives-Hash: 67441aed060e485e5a5c6b718ea539e5 commit: 4e62b91820e66ea0dbbd6979ea3a5b0899d9823e Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Apr 26 18:34:16 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Apr 26 18:34:16 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=4e62b918 Re-order hppa builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-hppa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index e822c3a0..8a4c06fe 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -5,7 +5,7 @@ UPLOAD_USER=hppa UPLOAD_KEY=/root/.ssh/id_ed25519 SPECS_DIR=${REPO_DIR}/releases/specs/hppa -SETS="hppa20_openrc hppa20_systemd hppa11_openrc hppa11_systemd" +SETS="hppa11_openrc hppa11_systemd hppa20_openrc hppa20_systemd" SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec" SET_hppa11_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec netboot-hppa32.spec"