Skip to content

Commit

Permalink
[#269] Updated the cosmos build script to copy targets into a COMPONE…
Browse files Browse the repository at this point in the history
…NTS folder for use;
  • Loading branch information
jlucas9 committed May 7, 2024
1 parent e527d51 commit 6b3fe3e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 123 deletions.
2 changes: 1 addition & 1 deletion gsw/cosmos
Submodule cosmos updated 1 files
+28 −28 config/system/system.txt
112 changes: 0 additions & 112 deletions scripts/docker-compose.yml

This file was deleted.

Empty file modified scripts/docker_build_cryptolib.sh
100644 → 100755
Empty file.
Empty file modified scripts/docker_checkout.sh
100644 → 100755
Empty file.
17 changes: 7 additions & 10 deletions scripts/gsw_cosmos_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ CFG_BUILD_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd
SCRIPT_DIR=$CFG_BUILD_DIR/../../scripts
source $SCRIPT_DIR/env.sh

# Debugging
#echo "Script directory = " $SCRIPT_DIR
#echo "Base directory = " $BASE_DIR
#exit

#echo "Make /tmp folders..."
#mkdir /tmp/data 2> /dev/null
#mkdir /tmp/data/hk 2> /dev/null
#mkdir /tmp/uplink 2> /dev/null

echo "COSMOS build..."
mkdir $GSW_DIR/COMPONENTS 2> /dev/null
rm -r $GSW_DIR/COMPONENTS/* 2> /dev/null
for i in $(find $BASE_DIR/components/ -name "gsw" -type d)
do
#echo "$i"
cp -r $i/* $GSW_DIR/COMPONENTS/
done

0 comments on commit 6b3fe3e

Please sign in to comment.