[Genabel-commits] r2033 - pkg/GenABEL-general/distrib_scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Dec 15 23:50:45 CET 2015
Author: lckarssen
Date: 2015-12-15 23:50:44 +0100 (Tue, 15 Dec 2015)
New Revision: 2033
Modified:
pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh
Log:
Update the distrib script for DatABEL now that filevector is on github and no longer on SVN.
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh 2015-11-28 11:00:39 UTC (rev 2032)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_DatABEL.sh 2015-12-15 22:50:44 UTC (rev 2033)
@@ -77,7 +77,9 @@
SVNCMD="svn checkout"
SVNBASE=svn+ssh://${SVNUSER}@svn.r-forge.r-project.org/svnroot/genabel/
fi
- $SVNCMD $SVNBASE/pkg/filevector
+
+ GITBASE=https://github.com/GenABEL-Project
+ git clone $GITBASE/filevector.git
$SVNCMD $SVNBASE/pkg/${PKG}
cd ${PKG}
More information about the Genabel-commits
mailing list