From 4b2a1dc6d7e55effa0538d31e18102e10add50dc Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 20 Jan 2012 11:35:25 -0500 Subject: [PATCH] taking out code bases for xsede since this gets confusing. --- scripts/rev_control/getme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index bd1edc4a..814a169e 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -39,7 +39,8 @@ function checkout_list { list=$* for i in $list; do #this list should be part of the configuration file, not part of script. - for j in $i/feisty_meow $i/hoople $i/hoople1 $i/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests $i/xsede/code/cak0l/trunk ; do + for j in $i/feisty_meow $i/hoople $i/hoople1 $i/hoople2 $i/quartz $i/web $i/yeti $i/xsede/xsede_tests ; do +#$i/xsede/code/cak0l/trunk if [ ! -d $j ]; then # echo no directory called $j exists continue -- 2.34.1