[Genabel-commits] r2040 - pkg/GenABEL-general/distrib_scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 11 23:18:20 CET 2016
Author: lckarssen
Date: 2016-01-11 23:18:20 +0100 (Mon, 11 Jan 2016)
New Revision: 2040
Modified:
pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh
Log:
Summary: Update the distrib script for MixABEL now that filevector is on github and no longer on SVN
Modified: pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh
===================================================================
--- pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh 2016-01-11 21:46:50 UTC (rev 2039)
+++ pkg/GenABEL-general/distrib_scripts/makedistrib_MixABEL.sh 2016-01-11 22:18:20 UTC (rev 2040)
@@ -83,7 +83,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/DatABEL
$SVNCMD $SVNBASE/pkg/${PKG}
More information about the Genabel-commits
mailing list