diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2014-07-10 21:33:15 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2014-07-10 21:33:15 +0000 |
commit | 33bee016205c0b9fbb0e52f71dca6e466a61d3ef (patch) | |
tree | 72ae95e7b4965d5b4d647d1b243a024579d8d9af | |
parent | 1b78f603b1e6a09171ab495a590c9dcd3377224f (diff) |
Update for the build of today - unfortunately not conforming to earlier version numbering
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@96 f247ebf9-aa24-0410-a698-f940e971ad2b
-rw-r--r-- | backport_others.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/backport_others.sh b/backport_others.sh index 2922447..0e413e3 100644 --- a/backport_others.sh +++ b/backport_others.sh @@ -8,12 +8,10 @@ # - current R backport in /etc/apt/sources/list of pbuilder chroot # - sid sources in /etc/apt/sources/list # - ssed and cdbs installed (and maybe more) -# - Edit R version and the sed scripts below (don't forget -# distribution name) to the appropriate version of R # - Set the R version # R version against which the software is compiled -Rversion=3.1.0 +Rversion=3.1.1 reposversion="cran3" echo Distribution is $DIST |