From: Chris Koeritz Date: Fri, 20 Jan 2012 16:35:25 +0000 (-0500) Subject: taking out code bases for xsede since this gets confusing. X-Git-Tag: 2.140.90~1656^2~31 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4b2a1dc6d7e55effa0538d31e18102e10add50dc;p=feisty_meow.git taking out code bases for xsede since this gets confusing. --- 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