We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--update-checksums
1 parent 451ed84 commit 7002df4Copy full SHA for 7002df4
steps/improve/update_checksums.sh
@@ -0,0 +1,7 @@
1
+# SPDX-FileCopyrightText: 2023 Eduardo Sánchez Muñoz <[email protected]>
2
+#
3
+# SPDX-License-Identifier: GPL-3.0-or-later
4
+
5
+pushd /external/repo
6
+sha256sum -- * | tee "${SRCDIR}/SHA256SUMS.pkgs"
7
+popd
steps/manifest
@@ -181,3 +181,4 @@ build: gcc-10.4.0
181
build: binutils-2.41
182
build: gcc-13.1.0
183
improve: null_time ( FORCE_TIMESTAMPS == True )
184
+improve: update_checksums ( UPDATE_CHECKSUMS == True )
0 commit comments