You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments