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

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:52:58 UTC 2009


The following commit has been merged in the upstream branch:
commit 680a5bcfb49dcbc63c1880181e1c2d5f44937dd9
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Fri Dec 2 14:33:19 2005 +1100

    cvs2dist user proper versioning
    
    darcs-hash:20051202033319-fbd8f-1d3207ec2e6d807b96a40e604a5bc27fadf923c5.gz

diff --git a/tools/darcs2dist b/tools/darcs2dist
index 6cb9c91..9c78345 100755
--- a/tools/darcs2dist
+++ b/tools/darcs2dist
@@ -25,15 +25,7 @@ if ( darcs get $repo $package && \
      cd $package && \
      sh autogen.sh && \
      make dist && \
-     tar xzf $package-*.tar.gz && \
-     pdir=`echo $package-*.tar.gz | sed 's/.tar.gz//'` && \
-     cd $pdir && \
-     ./configure && make -k && \
-     cd .. && rm -r -f $pdir && tar xzf $package-*.tar.gz && \
-     mv -f $pdir $package-`date +%y-%m-%d` && \
-     tar cf $package-snapshot.tar $package-`date +%y-%m-%d` && \
-     gzip -f --best $package-snapshot.tar && \
-     scp -q $package-snapshot.tar.gz $url/$package-snapshot.tar.gz ) > msg 2>&1; then
+     scp -q $package-*.tar.gz $url/$package-snapshot.tar.gz ) > msg 2>&1; then
     rm -f msg
     status=0
 else

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list