commit: 45b635ef976f7242aa3616481e7b29723fbcb525
parent 9042539165dbeb4854af01dd8c58dc753408528b
Author: Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>
Date: Thu, 21 Dec 2023 17:56:22 +0100
Do update checksums when building with `--update-checksums`
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/steps/improve/update_checksums.sh b/steps/improve/update_checksums.sh
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: 2023 Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+pushd /external/repo
+sha256sum -- * | tee "${SRCDIR}/SHA256SUMS.pkgs"
+popd
diff --git a/steps/manifest b/steps/manifest
@@ -181,3 +181,4 @@ build: gcc-10.4.0
build: binutils-2.41
build: gcc-13.1.0
improve: null_time ( FORCE_TIMESTAMPS == True )
+improve: update_checksums ( UPDATE_CHECKSUMS == True )