Print

Print


Commit in LCDetectors/detectors on MAIN
makeZips.sh+3-21.5 -> 1.6
Zip script fixed to not include CVS dirs.

LCDetectors/detectors
makeZips.sh 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- makeZips.sh	6 Jul 2005 00:24:48 -0000	1.5
+++ makeZips.sh	6 Jul 2005 05:37:51 -0000	1.6
@@ -17,10 +17,11 @@
       cd $d
       dd=`basename $d`
       echo "name: $dd" > detector.properties
-      for f in `ls * | grep -v CVS`; do
+      for f in `ls * */* | grep -v CVS`; do
         echo "adding $f"
         zip ${dd} ${f}
-      done
+      done 
+      zip -d ${dd} CVS/\* CVS */CVS
       echo "$dd" >> ../taglist.txt
     )
   fi
CVSspam 0.2.8