commit:     14cc38d97b8ddae8610d2cefc55d57133ca689ce
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 16:26:21 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
 

Reply via email to