commit: f949c90a747fbb9cf393d1296555d700dfbcc05c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 14:48:04 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 14:48:04 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f949c90a
hppa autobuilds: there are no bz2 stages anymore
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
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