From f949c90a747fbb9cf393d1296555d700dfbcc05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 11 Dec 2022 15:48:04 +0100 Subject: [PATCH] hppa autobuilds: there are no bz2 stages anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-hppa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index a03a5f7d..b294d0ea 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -32,7 +32,7 @@ update_symlinks() { mkdir -p "${d}" pushd "${d}" >/dev/null for t in hppa1.1 hppa2.0; do - for f in $(ls stage3-${t}-*bz2 stage3-${t}-*xz | 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