X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frev_control%2Fgetme.sh;h=814a169e1135a98238cf002ad9cfe6c1493c0cf2;hb=4b2a1dc6d7e55effa0538d31e18102e10add50dc;hp=eaaf7d284076ee5d19d11ae88b58f5f68f1b9cd3;hpb=c4d9a08d9eda7beeb0c1c995c2734c4fdc869328;p=feisty_meow.git diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index eaaf7d28..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/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