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 B1B9315808D for ; Fri, 22 Apr 2022 19:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCD3DE0882; Fri, 22 Apr 2022 19:17:26 +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 AD6F7E085E for ; Fri, 22 Apr 2022 19:17:25 +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 BA78B341A8A for ; Fri, 22 Apr 2022 19:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57DA93B2 for ; Fri, 22 Apr 2022 19:17:23 +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: <1650654298.b6054111f10a5727627c92c18cb0a54d28ae5fd0.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/hppa/hppa2.0/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/hppa2.0/stage1-openrc.spec releases/specs/hppa/hppa2.0/stage1-systemd.spec releases/specs/hppa/hppa2.0/stage3-openrc.spec releases/specs/hppa/hppa2.0/stage3-systemd.spec tools/catalyst-auto-hppa.conf X-VCS-Directories: releases/specs/hppa/hppa2.0/ tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: b6054111f10a5727627c92c18cb0a54d28ae5fd0 X-VCS-Branch: master Date: Fri, 22 Apr 2022 19:17:23 +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: a1a8a558-9eca-446a-8fe6-af0a3a27f7e5 X-Archives-Hash: 46f4b2332c756fbffea68f28b0b08204 commit: b6054111f10a5727627c92c18cb0a54d28ae5fd0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 22 19:04:58 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Apr 22 19:04:58 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=b6054111 hppa20: rename openrc stages and add systemd stages Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/hppa/hppa2.0/stage1-openrc.spec | 4 ++-- .../hppa/hppa2.0/{stage1-openrc.spec => stage1-systemd.spec} | 6 +++--- releases/specs/hppa/hppa2.0/stage3-openrc.spec | 4 ++-- .../hppa/hppa2.0/{stage3-openrc.spec => stage3-systemd.spec} | 6 +++--- tools/catalyst-auto-hppa.conf | 10 +++++++--- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/releases/specs/hppa/hppa2.0/stage1-openrc.spec b/releases/specs/hppa/hppa2.0/stage1-openrc.spec index 7b57ffbf..da47be10 100644 --- a/releases/specs/hppa/hppa2.0/stage1-openrc.spec +++ b/releases/specs/hppa/hppa2.0/stage1-openrc.spec @@ -1,10 +1,10 @@ subarch: hppa2.0 target: stage1 -version_stamp: @TIMESTAMP@ +version_stamp: openrc-@TIMESTAMP@ rel_type: default profile: default/linux/hppa/17.0 snapshot: @TIMESTAMP@ -source_subpath: default/stage3-hppa2.0-latest +source_subpath: default/stage3-hppa2.0-openrc-latest update_seed: yes portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng diff --git a/releases/specs/hppa/hppa2.0/stage1-openrc.spec b/releases/specs/hppa/hppa2.0/stage1-systemd.spec similarity index 63% copy from releases/specs/hppa/hppa2.0/stage1-openrc.spec copy to releases/specs/hppa/hppa2.0/stage1-systemd.spec index 7b57ffbf..c4bf7f45 100644 --- a/releases/specs/hppa/hppa2.0/stage1-openrc.spec +++ b/releases/specs/hppa/hppa2.0/stage1-systemd.spec @@ -1,10 +1,10 @@ subarch: hppa2.0 target: stage1 -version_stamp: @TIMESTAMP@ +version_stamp: systemd-@TIMESTAMP@ rel_type: default -profile: default/linux/hppa/17.0 +profile: default/linux/hppa/17.0/systemd snapshot: @TIMESTAMP@ -source_subpath: default/stage3-hppa2.0-latest +source_subpath: default/stage3-hppa2.0-systemd-latest update_seed: yes portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng diff --git a/releases/specs/hppa/hppa2.0/stage3-openrc.spec b/releases/specs/hppa/hppa2.0/stage3-openrc.spec index 90fad405..caffba0c 100644 --- a/releases/specs/hppa/hppa2.0/stage3-openrc.spec +++ b/releases/specs/hppa/hppa2.0/stage3-openrc.spec @@ -1,10 +1,10 @@ subarch: hppa2.0 target: stage3 -version_stamp: @TIMESTAMP@ +version_stamp: openrc-@TIMESTAMP@ rel_type: default profile: default/linux/hppa/17.0 snapshot: @TIMESTAMP@ -source_subpath: default/stage1-hppa2.0-@TIMESTAMP@ +source_subpath: default/stage1-hppa2.0-openrc-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0 diff --git a/releases/specs/hppa/hppa2.0/stage3-openrc.spec b/releases/specs/hppa/hppa2.0/stage3-systemd.spec similarity index 61% copy from releases/specs/hppa/hppa2.0/stage3-openrc.spec copy to releases/specs/hppa/hppa2.0/stage3-systemd.spec index 90fad405..6d716ca2 100644 --- a/releases/specs/hppa/hppa2.0/stage3-openrc.spec +++ b/releases/specs/hppa/hppa2.0/stage3-systemd.spec @@ -1,10 +1,10 @@ subarch: hppa2.0 target: stage3 -version_stamp: @TIMESTAMP@ +version_stamp: systemd-@TIMESTAMP@ rel_type: default -profile: default/linux/hppa/17.0 +profile: default/linux/hppa/17.0/systemd snapshot: @TIMESTAMP@ -source_subpath: default/stage1-hppa2.0-@TIMESTAMP@ +source_subpath: default/stage1-hppa2.0-systemd-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index f485325d..c430d906 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -5,11 +5,12 @@ UPLOAD_USER=hppa UPLOAD_KEY=/root/.ssh/buildsync.key SPECS_DIR=${REPO_DIR}/releases/specs/hppa -SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot" +SETS="hppa1_1 hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot" SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec" -SET_hppa2_0_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec" +SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec" +SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec" SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" @@ -55,7 +56,10 @@ post_build() { upload stage3-hppa1.1-*${TIMESTAMP}*.bz2* ;; hppa2.0/stage3-openrc.spec) - upload stage3-hppa2.0-*${TIMESTAMP}*.bz2* + upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2* + ;; + hppa2.0/stage3-systemd.spec) + upload stage3-hppa2.0-systemd-*${TIMESTAMP}*.bz2* ;; *) echo "Finished ${spec}"