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 497C3138334 for ; Sun, 6 Oct 2019 16:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CD12E0856; Sun, 6 Oct 2019 16:27:04 +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 53274E0856 for ; Sun, 6 Oct 2019 16:27:04 +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 24D6634B9D1 for ; Sun, 6 Oct 2019 16:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7C57C6 for ; Sun, 6 Oct 2019 16:27:01 +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: <1570379181.14cc38d97b8ddae8610d2cefc55d57133ca689ce.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ia64.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 14cc38d97b8ddae8610d2cefc55d57133ca689ce X-VCS-Branch: master Date: Sun, 6 Oct 2019 16:27:01 +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: 84886716-40c5-4287-bb9d-4a541ee72652 X-Archives-Hash: 8d003b27fd26e8e165ce94270512c3f7 commit: 14cc38d97b8ddae8610d2cefc55d57133ca689ce Author: Matt Turner gentoo org> AuthorDate: Sun Oct 6 16:26:21 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 6 16:26:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=14cc38d9 catalyst-auto: Use xz instead of bz2 for ia64 builds Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-ia64.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index b1b61124..b3328ed3 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -17,7 +17,7 @@ update_symlinks() { local d f for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do pushd "${d}" >/dev/null - for f in $(ls stage3*bz2 | grep -v latest | give_latest_from_dates) ; do + for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename) ln -sf "${f}" "${of}" done @@ -39,7 +39,7 @@ post_build() { upload *${TIMESTAMP}*.iso* ;; stage3.spec) - upload stage3-*${TIMESTAMP}*.bz2* + upload stage3-*${TIMESTAMP}*.xz* ;; esac