[atlas] 02/08: Improvement to debian/orig-tar.sh: save CVS download time.

Sébastien Villemot sebastien at debian.org
Sat Jul 12 15:33:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository atlas.

commit 28711d2ab1a7de35dafd3cf880455927f821bb90
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jul 12 12:44:24 2014 +0200

    Improvement to debian/orig-tar.sh: save CVS download time.
---
 debian/orig-tar.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c26b1b8..76746ac 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -10,7 +10,7 @@ tar jxvf $3
 mv $DIR $DIRTARGET
 # Before
 #  cvs -d:pserver:anonymous at math-atlas.cvs.sourceforge.net:/cvsroot/math-atlas login 
-cvs -z3 -d:pserver:anonymous at math-atlas.cvs.sourceforge.net:/cvsroot/math-atlas co -P AtlasBase
+cvs -z3 -d:pserver:anonymous at math-atlas.cvs.sourceforge.net:/cvsroot/math-atlas co -P AtlasBase/TexDoc
 mv AtlasBase/TexDoc/ $DIRTARGET
 rm -rf AtlasBase
 tar -j -c -f $TAR -X debian/orig-tar.exclude $DIRTARGET

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/atlas.git



More information about the debian-science-commits mailing list