diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
commit | 7b93b13150331910a2ff0ea01472b12d41062efa (patch) | |
tree | 93600b690689a221c045fc95cdf2263b2c9c6ee9 /build | |
parent | 80ef5b6b09a4ceea7cf19b3938858d3619d15150 (diff) |
Changes for backporting R 3.5.0
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ command -v lsb_release >/dev/null 2>&1 || { DIST=`lsb_release -cs` # URL of the local CRAN repo for checking for existing builds -localcran="http://tux/r-cran/$DIST-cran34/" +localcran="http://ryz/r-cran/$DIST-cran35/" skip=false while test -n "${1}"; do |