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

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


The following commit has been merged in the upstream branch:
commit 0f599114e3986a364f98d4584397ead297759555
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Mon Apr 16 09:08:28 2007 +1000

    darcs2dist checks that the tarball builds properly
    
    darcs-hash:20070415230828-d4795-f6ac6f9a1604fc7e84f34f9d24604f0d9f50d266.gz

diff --git a/tools/darcs2dist b/tools/darcs2dist
index b42a79f..8852c78 100755
--- a/tools/darcs2dist
+++ b/tools/darcs2dist
@@ -27,6 +27,9 @@ if ( darcs get $repo $package && \
      make && \
      make dist && \
      tar xzf $package-*.tar.gz && \
+     cd  $package-[0-9].[0-9].[0-9] && \
+     ./configure && make && cd .. && \
+     rm -r -f $package-[0-9].[0-9].[0-9] && tar xzf $package-*.tar.gz && \
      mv $package-[0-9].[0-9].[0-9] $package-snapshot-`date +%y%m%d` && \
      tar chof - $package-snapshot-`date +%y%m%d` | gzip --best -c > $package-snapshot.tar.gz && \
      scp -q $package-snapshot.tar.gz $url/$package-snapshot.tar.gz ) > msg 2>&1; then

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list