Skip to content

Commit

Permalink
More changes to get compile_MET_all.sh to run
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Nov 14, 2023
1 parent e586c01 commit 0ef6d5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/scripts/docker/build_met_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ echo "Running script to build MET in Docker"

source internal/scripts/environment/development.docker

cd /met
echo "Creating tar file for MET ${MET_GIT_NAME}"
tar -zcf MET-${MET_GIT_NAME}.tar.gz MET-${MET_GIT_NAME}/
echo "Moving tar file to tar_files subdirectory"
mv MET-${MET_GIT_NAME}.tar.gz

mkdir -p /met/logs

echo "Changing directories to /met/MET-${MET_GIT_NAME}"
cd /met/MET-${MET_GIT_NAME}
LOG_FILE=/met/logs/MET-${MET_GIT_NAME}_configure.log
echo "Running bootstrap for MET ${MET_GIT_NAME} and writing log file ${LOG_FILE}"
./bootstrap > ${LOG_FILE} 2>&1
Expand Down

0 comments on commit 0ef6d5b

Please sign in to comment.