mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Do update checksums when building with --update-checksums
This commit is contained in:
parent
9042539165
commit
45b635ef97
2 changed files with 8 additions and 0 deletions
7
steps/improve/update_checksums.sh
Executable file
7
steps/improve/update_checksums.sh
Executable file
|
|
@ -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
|
||||
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue