gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire up.sh


From: Matti Katila
Subject: [Gzz-commits] fenfire up.sh
Date: Wed, 23 Apr 2003 11:05:11 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Matti Katila <address@hidden>   03/04/23 11:05:11

Modified files:
        .              : up.sh 

Log message:
        janne's fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/up.sh.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: fenfire/up.sh
diff -u fenfire/up.sh:1.5 fenfire/up.sh:1.6
--- fenfire/up.sh:1.5   Wed Apr 23 10:44:14 2003
+++ fenfire/up.sh       Wed Apr 23 11:05:11 2003
@@ -1,15 +1,43 @@
 # This is a help script for updateing and makeing all projects 
 # associated with fenfire project.
 
-# ASSUMES: .. directory to contain the other projects.
+# ASSUMES: .. directory to contain the parts of our project.
 D=`pwd`
 DIR=$D/../
 
 # cvs update
-cd $DIR
-for x in `ls -1|grep -v gzz|grep -v Z|grep -v mstmpimg`;
-  do cd $DIR/$x && pwd && cvs -q up -dP;
-done;
+#cd $DIR
+#for x in `ls -1|grep -v gzz|grep -v Z|grep -v mstmpimg`;
+#  do cd $DIR/$x && pwd && cvs -q up -dP;
+#done;
+
+for dir in \
+navidoc \
+navidoc-depends \
+storm \
+storm-depends \
+alph \
+alph-depends \
+callgl \
+glmosaictext \
+controllers \
+fenfire \
+fenfire-depends \
+journals \
+libvob \
+libvob-depends \
+loom \
+manuscripts \
+; do
+  echo $DIR/$dir
+  if [ -d "$DIR/$dir" ]; then
+      echo $dir
+      (cd $DIR/$dir && cvs -z3 update -dP &)
+      sleep 1
+  fi
+done
+
+
 
 # make all projects
 # make all projects




reply via email to

[Prev in Thread] Current Thread [Next in Thread]