Commit e7850df5 authored by Your Name's avatar Your Name
Browse files

no full in cloneall

parent 590a3046
Loading
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
#!/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]}"