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 EFADE138334 for ; Fri, 24 May 2019 03:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EC1AE0932; Fri, 24 May 2019 03:50:31 +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 28490E0932 for ; Fri, 24 May 2019 03:50:31 +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 C34F6344E49 for ; Fri, 24 May 2019 03:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB2E57B for ; Fri, 24 May 2019 03:50:27 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1558669812.96fc8a991b72df2bec314ea15a39c65691612a59.prometheanfire@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/ X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/run-stage4.sh X-VCS-Directories: tools-musl/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 96fc8a991b72df2bec314ea15a39c65691612a59 X-VCS-Branch: master Date: Fri, 24 May 2019 03:50:27 +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: 3c5c6cfa-6aa0-4be6-b1b9-e891c30069ca X-Archives-Hash: 429888fd9ada150fd40a9a13824fb5ab commit: 96fc8a991b72df2bec314ea15a39c65691612a59 Author: Matthew Thode mthode org> AuthorDate: Fri May 24 03:50:12 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri May 24 03:50:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=96fc8a99 new musl stage4 uses xz tools-musl/run-stage4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-musl/run-stage4.sh b/tools-musl/run-stage4.sh index 5bfe74e6..2a5263bb 100755 --- a/tools-musl/run-stage4.sh +++ b/tools-musl/run-stage4.sh @@ -16,8 +16,8 @@ sed -i "s|MY_DATE|${MY_DATE}|g" "${MUSL_DIR}"/stage4-hardened-amd64-configured.s catalyst -f "${MUSL_DIR}"/stage4-hardened-amd64-configured.spec | tee -a "${MUSL_DIR}"/zzz.log # update link, rm -f returns 0 if file isn't there yet -rm -f "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened.tar.bz2" -ln -s "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened-${MY_DATE}.tar.bz2" "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened.tar.bz2" +rm -f "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened.tar.xz" +ln -s "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened-${MY_DATE}.tar.xz" "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened.tar.xz" # remove old specfile rm "${MUSL_DIR}"/stage4-hardened-amd64-configured.spec