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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8672913835B for ; Mon, 17 Aug 2020 22:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FDD9E088B; Mon, 17 Aug 2020 22:14:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52C45E0885 for ; Mon, 17 Aug 2020 22:14:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5BBF34F4C2 for ; Mon, 17 Aug 2020 22:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B2A315 for ; Mon, 17 Aug 2020 22:14:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1597702433.ea507791501d80910f76ec77bd2b9f7e9cd7cfe7.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/arm64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/arm64/stage1.spec releases/specs/arm64/stage2.spec releases/specs/arm64/stage3.spec X-VCS-Directories: releases/specs/arm64/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ea507791501d80910f76ec77bd2b9f7e9cd7cfe7 X-VCS-Branch: master Date: Mon, 17 Aug 2020 22:14:51 +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: f0930b0c-1411-40be-bccb-96e72392ff20 X-Archives-Hash: 0a620547a5ca02ec35c8ad41ce175814 commit: ea507791501d80910f76ec77bd2b9f7e9cd7cfe7 Author: Matt Turner gentoo org> AuthorDate: Mon Aug 17 18:58:50 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 17 22:13:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ea507791 specs/arm64: Compress with pixz Signed-off-by: Matt Turner gentoo.org> releases/specs/arm64/stage1.spec | 1 + releases/specs/arm64/stage2.spec | 1 + releases/specs/arm64/stage3.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/releases/specs/arm64/stage1.spec b/releases/specs/arm64/stage1.spec index 26d1d63a..9e9f19a0 100644 --- a/releases/specs/arm64/stage1.spec +++ b/releases/specs/arm64/stage1.spec @@ -5,6 +5,7 @@ rel_type: default profile: default/linux/arm64/17.0 snapshot: current source_subpath: default/stage3-arm64-latest +compression_mode: pixz_x pkgcache_path: /var/tmp/catalyst/packages/stage1 update_seed: yes update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world diff --git a/releases/specs/arm64/stage2.spec b/releases/specs/arm64/stage2.spec index 859aa276..7ef4df84 100644 --- a/releases/specs/arm64/stage2.spec +++ b/releases/specs/arm64/stage2.spec @@ -5,6 +5,7 @@ rel_type: default profile: default/linux/arm64/17.0 snapshot: current source_subpath: default/stage1-arm64-@TIMESTAMP@ +compression_mode: pixz_x pkgcache_path: /var/tmp/catalyst/packages/stage2 portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng diff --git a/releases/specs/arm64/stage3.spec b/releases/specs/arm64/stage3.spec index 003b556c..d8d236ce 100644 --- a/releases/specs/arm64/stage3.spec +++ b/releases/specs/arm64/stage3.spec @@ -5,6 +5,7 @@ rel_type: default profile: default/linux/arm64/17.0 snapshot: current source_subpath: default/stage1-arm64-@TIMESTAMP@ +compression_mode: pixz_x pkgcache_path: /var/tmp/catalyst/packages/stage3 portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng