[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203
Stephane Popinet
popinet at users.sf.net
Fri May 15 02:56:10 UTC 2009
The following commit has been merged in the upstream branch:
commit c458b11f6c0b4b229e57664e5be8eac0030942eb
Author: Stephane Popinet <popinet at users.sf.net>
Date: Thu Jan 29 10:45:25 2009 +1100
Cron script darcs pull from the correct repositories
darcs-hash:20090128234525-d4795-2dcded7b293127b6c9628ff35cac4605d3762ef2.gz
diff --git a/tools/daily b/tools/daily
index a0cb236..bbbf079 100755
--- a/tools/daily
+++ b/tools/daily
@@ -75,7 +75,7 @@ darcs_upgrade()
build_gts=false
if ( cd $wdir/$gts && make -k clean && \
- ( darcs pull -a | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then
+ ( darcs pull -a $darcs_gts/gts-mainline | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then
gts_changed=false
else
gts_changed=true
@@ -93,7 +93,7 @@ fi
build_gerris=false
if ( cd $wdir/$gerris && make -k clean && \
- ( darcs pull -a | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then
+ ( darcs pull -a $darcs_gerris/gerris-devel | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then
gerris_changed=false
if $build_gts ; then
build_gerris=true
@@ -116,7 +116,7 @@ fi
build_gfsview=false
if ( cd $wdir/$gfsview && make -k clean && \
- ( darcs pull -a | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then :
+ ( darcs pull -a $darcs_gfsview/gfsview-devel | grep "No remote changes to pull in" ) ) > /dev/null 2>&1 ; then :
gfsview_changed=false
if $build_gerris ; then
build_gfsview=true
--
Gerris Flow Solver
More information about the debian-science-commits
mailing list