From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1047246-garchives=archives.gentoo.org@lists.gentoo.org> 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 4E6CF138335 for <garchives@archives.gentoo.org>; Sun, 16 Sep 2018 15:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D557E09EC; Sun, 16 Sep 2018 15:10:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3870E09EC for <gentoo-commits@lists.gentoo.org>; Sun, 16 Sep 2018 15:10:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 32B47335CE9 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Sep 2018 15:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF1243D9 for <gentoo-commits@lists.gentoo.org>; Sun, 16 Sep 2018 15:10:04 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1537110578.3ee52a24b5e307584f726ebcd9da7b4ff936ad90.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3ee52a24b5e307584f726ebcd9da7b4ff936ad90 X-VCS-Branch: master Date: Sun, 16 Sep 2018 15:10:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd824cb1-d0a4-4e3a-8e35-099ea765500c X-Archives-Hash: b324c14087caa5b283a639a0ab320e02 commit: 3ee52a24b5e307584f726ebcd9da7b4ff936ad90 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Sep 16 15:09:38 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Sep 16 15:09:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3ee52a24 catalyst-auto: Use xz instead of bz2 for powerpc builds tools/catalyst-auto-ppc.conf | 10 +++++----- tools/catalyst-auto-ppc64.conf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 71a4e840..c5d09d09 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -26,9 +26,9 @@ give_latest_from_dates() { # Replace the date/time stamp in the filename to "latest". # Forms we handle: -# stage3-xxx-2018.0.tar.bz2 -# stage3-xxx-20180116.tar.bz2 -# stage3-xxx-20180116T015819Z.tar.bz2 +# stage3-xxx-2018.0.tar.xz +# stage3-xxx-20180116.tar.xz +# stage3-xxx-20180116T015819Z.tar.xz convert_filename() { sed -E 's:-20[0-9]+(\.[0-9]+|T[0-9]+Z)?:-latest:g' } @@ -38,7 +38,7 @@ update_symlinks() { local d f for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc" ; do pushd "${d}" >/dev/null - for f in $(ls stage3-ppc-*bz2 | grep -v latest | give_latest_from_dates) ; do + for f in $(ls stage3-ppc-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}" done @@ -57,7 +57,7 @@ post_build() { case ${spec} in stage3.spec) - upload stage3-ppc-*${TIMESTAMP}*.bz2* + upload stage3-ppc-*${TIMESTAMP}*.xz* ;; esac diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index bb4d50d0..ce5aa5c8 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -27,9 +27,9 @@ give_latest_from_dates() { # Replace the date/time stamp in the filename to "latest". # Forms we handle: -# stage3-xxx-2018.0.tar.bz2 -# stage3-xxx-20180116.tar.bz2 -# stage3-xxx-20180116T015819Z.tar.bz2 +# stage3-xxx-2018.0.tar.xz +# stage3-xxx-20180116.tar.xz +# stage3-xxx-20180116T015819Z.tar.xz convert_filename() { sed -E 's:-20[0-9]+(\.[0-9]+|T[0-9]+Z)?:-latest:g' } @@ -40,7 +40,7 @@ update_symlinks() { for d in "${BUILD_SRCDIR_BASE}/builds/default/ppc64" ; do pushd "${d}" >/dev/null for t in ppc64; do - for f in $(ls stage3-${t}-*bz2 | grep -v latest | give_latest_from_dates) ; do + for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}" done @@ -63,7 +63,7 @@ post_build() { upload *${TIMESTAMP}*.iso* ;; stage3*.spec) - upload stage3-ppc64-*${TIMESTAMP}*.bz2* + upload stage3-ppc64-*${TIMESTAMP}*.xz* ;; esac