[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:56:22 UTC 2009


The following commit has been merged in the upstream branch:
commit d5ee4dc09e8d5d72d39de53d4b89e5b27a0a9ade
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Sat May 2 17:18:34 2009 +1000

    Bug fixes for 'daily' script
    
    darcs-hash:20090502071834-d4795-0b666fedd1a967a31beab05ec9be581aa70fda88.gz

diff --git a/tools/daily b/tools/daily
index a37e6a2..786307c 100755
--- a/tools/daily
+++ b/tools/daily
@@ -65,7 +65,7 @@ darcs_upgrade()
 	   ( darcs changes | \
 	       $HOME/local/bin/redate | \
 	       source-highlight -f html -s changelog -c mystyle --no-doc > $package"_all_changes" ) && \
-	   ( grep -c date $package"_changes" | awk '{printf ("%d", $1)}' > $package"_changes_number" ) && \
+	   ( grep -c 'class="date"' $package"_changes" | awk '{printf ("%d", $1)}' > $package"_changes_number" ) && \
 	   ( darcs changes --last=1 --xml-output | \
 	      awk 'BEGIN{RS=" ";FS="="} {
                 if ($1 == "date") 
@@ -103,7 +103,7 @@ EOF
 
 build_gts=false
 if ( cd $wdir/$gts && make -k clean && \
-    ( darcs pull -a $darcs_gts/gts-mainline | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then
+    ( darcs pull -a $darcs_gts/gts-devel | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then
     gts_changed=false
 else
     gts_changed=true

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list