diff --git a/cloneall.bash b/cloneall.bash index 17280822672bc163ff8f0aa160b9635f6aed86a0..85ea1ce43febb77b7642709e84d29416e12f50d7 100755 --- a/cloneall.bash +++ b/cloneall.bash @@ -1,10 +1,10 @@ #!/bin/bash set -vex -REPOS=(${REPOS:=gitlab-profile core io integrate octree domain PM}) +REPOS=(${REPOS:=gitlab-profile easyc utils core io integrate octree domain PM}) : ${SESSION_NAME:=hw} -: ${HW_BUILD=$PWD/build/} -: ${HW_DATA=$PWD/build/} +: ${EC_BUILD=$PWD/build/} +: ${EC_DATA=$PWD/data/} while getopts "cptlr:" opt do @@ -42,8 +42,6 @@ if [ ! -z "$tmuxa" ]; then if ! tmux has-session -t $SESSION_NAME ; then # Create a new tmux session - [[ -d full ]] && REPOS+=(full) - for index in "${!REPOS[@]}"; do value="${REPOS[index]}"