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 97875138350 for ; Fri, 10 Apr 2020 06:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 426E9E0880; Fri, 10 Apr 2020 06:18:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27EF1E0880 for ; Fri, 10 Apr 2020 06:18:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D856734EFC9 for ; Fri, 10 Apr 2020 06:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64CFF1CF for ; Fri, 10 Apr 2020 06:18:39 +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: <1586499397.fac8e9ffeccfba8b8ab990fdb1238b6fa488a4f5.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/create-iso.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fac8e9ffeccfba8b8ab990fdb1238b6fa488a4f5 X-VCS-Branch: master Date: Fri, 10 Apr 2020 06:18:39 +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: da14cb72-6c19-4053-862c-17af3d44d71d X-Archives-Hash: 578c1d4a6c7d2044835a3b063d5b7668 commit: fac8e9ffeccfba8b8ab990fdb1238b6fa488a4f5 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 10 06:16:37 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 10 06:16:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fac8e9ff targets: Do not verification hash for isolinux.bin I originally expected commit 9560022e2734 (targets: Drop SHA512 isoroot verification support) to appear after I dropped isolinux. Fixes: 9560022e2734 (targets: Drop SHA512 isoroot verification support) Signed-off-by: Matt Turner gentoo.org> targets/support/create-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index d3e20169..793ed606 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -106,7 +106,7 @@ isoroot_checksum() { echo ">> Creating checksums for all files included in the ISO" pushd "${clst_target_path}" - find -type f -exec b2sum {} + > /tmp/isoroot_b2sums + find -type f ! -name 'isolinux.bin' -exec b2sum {} + > /tmp/isoroot_b2sums popd mv /tmp/isoroot_b2sums "${clst_target_path}"/