Merge remote branch 'OpenCFD/master' into olesenm

This commit is contained in:
Mark Olesen
2011-02-21 13:11:57 +01:00
27 changed files with 2033 additions and 47 deletions

View File

@ -105,7 +105,7 @@ echo $timeStamp 2>/dev/null > $packDir/.timeStamp
if [ "$nogit" = true ]
then
echo "pack manually" 1>&2
$toolsDir/foamPackSource $packDir $packFile
foamPackSource $packDir $packFile
else
echo "pack with git-archive" 1>&2
( cd $packDir && git archive --format=tar --prefix=$packDir/ HEAD) > $packBase.tar

View File

@ -101,6 +101,6 @@ fi
# add time-stamp file before packing
echo $timeStamp 2>/dev/null > $packDir/.timeStamp
echo "pack manually" 1>&2
$toolsDir/foamPackSource $packDir $packFile
foamPackSource $packDir $packFile
#------------------------------------------------------------------------------