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 8443915808D for ; Fri, 22 Apr 2022 23:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63499E075F; Fri, 22 Apr 2022 23:34:53 +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 852C2E075F for ; Fri, 22 Apr 2022 23:34:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 28F12341978 for ; Fri, 22 Apr 2022 23:34:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC70A3BC for ; Fri, 22 Apr 2022 23:34:48 +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: <1650670457.6a556d1e1634308127788b3dfad2d466c6c1309e.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/hppa/hppa1.1/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/hppa1.1/stage1-openrc.spec releases/specs/hppa/hppa1.1/stage1-systemd.spec releases/specs/hppa/hppa1.1/stage3-openrc.spec releases/specs/hppa/hppa1.1/stage3-systemd.spec tools/catalyst-auto-hppa.conf X-VCS-Directories: releases/specs/hppa/hppa1.1/ tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6a556d1e1634308127788b3dfad2d466c6c1309e X-VCS-Branch: master Date: Fri, 22 Apr 2022 23:34:48 +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: e2ee1815-8291-4ff9-9a89-4e607ee3726a X-Archives-Hash: 75edc697aee29fea966b0e78242d1e38 commit: 6a556d1e1634308127788b3dfad2d466c6c1309e Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Apr 22 23:34:17 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Apr 22 23:34:17 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6a556d1e hppa1.1: go xz and simplify Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/hppa/hppa1.1/stage1-openrc.spec | 3 ++- releases/specs/hppa/hppa1.1/stage1-systemd.spec | 3 ++- releases/specs/hppa/hppa1.1/stage3-openrc.spec | 3 ++- releases/specs/hppa/hppa1.1/stage3-systemd.spec | 3 ++- tools/catalyst-auto-hppa.conf | 6 +++--- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/releases/specs/hppa/hppa1.1/stage1-openrc.spec b/releases/specs/hppa/hppa1.1/stage1-openrc.spec index d7fad4b7..cc16449a 100644 --- a/releases/specs/hppa/hppa1.1/stage1-openrc.spec +++ b/releases/specs/hppa/hppa1.1/stage1-openrc.spec @@ -8,4 +8,5 @@ source_subpath: default/stage3-hppa1.1-openrc-latest update_seed: yes portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng -pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa1.1 +compression_mode: pixz +decompressor_search_order: xz bzip2 diff --git a/releases/specs/hppa/hppa1.1/stage1-systemd.spec b/releases/specs/hppa/hppa1.1/stage1-systemd.spec index 36d8075b..8f0b0849 100644 --- a/releases/specs/hppa/hppa1.1/stage1-systemd.spec +++ b/releases/specs/hppa/hppa1.1/stage1-systemd.spec @@ -8,4 +8,5 @@ source_subpath: default/stage3-hppa1.1-systemd-latest update_seed: yes portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng -pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa1.1 +compression_mode: pixz +decompressor_search_order: xz bzip2 diff --git a/releases/specs/hppa/hppa1.1/stage3-openrc.spec b/releases/specs/hppa/hppa1.1/stage3-openrc.spec index 37bb63b2..0eaa1059 100644 --- a/releases/specs/hppa/hppa1.1/stage3-openrc.spec +++ b/releases/specs/hppa/hppa1.1/stage3-openrc.spec @@ -7,4 +7,5 @@ snapshot: @TIMESTAMP@ source_subpath: default/stage1-hppa1.1-openrc-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng -pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1 +compression_mode: pixz +decompressor_search_order: xz bzip2 diff --git a/releases/specs/hppa/hppa1.1/stage3-systemd.spec b/releases/specs/hppa/hppa1.1/stage3-systemd.spec index 5720d021..5760be36 100644 --- a/releases/specs/hppa/hppa1.1/stage3-systemd.spec +++ b/releases/specs/hppa/hppa1.1/stage3-systemd.spec @@ -7,4 +7,5 @@ snapshot: @TIMESTAMP@ source_subpath: default/stage1-hppa1.1-systemd-@TIMESTAMP@ portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng -pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1 +compression_mode: pixz +decompressor_search_order: xz bzip2 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 53b2f68b..09d1cfdd 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -27,7 +27,7 @@ update_symlinks() { for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do pushd "${d}" >/dev/null for t in hppa1.1 hppa2.0; do - for f in $(ls stage3-${t}-*bz2 | grep -v latest | give_latest_from_dates) ; do + for f in $(ls stage3-${t}-*bz2 stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}" done @@ -54,10 +54,10 @@ post_build() { upload install-hppa-minimal-*${TIMESTAMP}*.iso* ;; hppa1.1/stage3-openrc.spec) - upload stage3-hppa1.1-openrc-*${TIMESTAMP}*.bz2* + upload stage3-hppa1.1-openrc-*${TIMESTAMP}*.xz* ;; hppa1.1/stage3-systemd.spec) - upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.bz2* + upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.xz* ;; hppa2.0/stage3-openrc.spec) upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2*