-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base/lnls-get-n-unpack.sh: - add shacheck function to compare expected sha256sum with actual sha256sum from file. - modify download function to iterate over each pair of arguments (arg1: url, arg2: expected sha256sum) and pass the downloaded file and expected sha256sum to shacheck. - Add description about usage in help function. Add possibility of exiting from help() with error code 1. base/install_epics.sh, base/install_opcua.sh, base/install_area_detector.sh, base/install_modules.sh, base/install_motor.sh: - Add EPICS_BASE_SHA256, $OPCUA_SHA256, etc... as arguments to be passed to lnls-get-n-unpack and install_from_github. base/install_functions.sh: - Add sha as argument to install_from_github and download_from_github. install_from_github passes sha as argument to download_from_github. base/.env: - Add all needed SHA256SUM hashes to be used by lnls-get-n-unpack. base/Dockerfile, base/musl/Dockerfile: - Add all needed SHA256SUM ARGS from .env. Add right before needed to optimize cache usage. base/docker-compose.yml, base/musl/docker-compose.yml: - Add all needed SHA256SUM arguments.
- Loading branch information
marcofilho
committed
Nov 20, 2024
1 parent
3c8aacc
commit 9469437
Showing
12 changed files
with
195 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.