File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 13
13
# The following variable will need customizing if the build environment
14
14
# is changed
15
15
LOCALDIR=$HOME
16
+ RELDIR=$HOME /R-release/
17
+ CRANDIR=cran.r-project.org:/srv/ftp/pub/R/src/base
16
18
#
17
19
# --- no changes should be necessary below this line
18
20
IFS=. read major minor << EOF
@@ -40,3 +42,13 @@ svn up || exit 1
40
42
echo " $NEXT Under development (unstable)" > VERSION
41
43
aclocal -I m4 --force && autoconf --force
42
44
svn commit -m " go to $NEXT devel"
45
+ VERSIONINFO=$RELDIR /VERSION-INFO.dcf
46
+ Rscript - << EOF
47
+ x <- read.dcf("$VERSIONINFO ")
48
+ x[, "Devel"] <- "$NEXT "
49
+ write.dcf(x, file="$VERSIONINFO ")
50
+ EOF
51
+ #
52
+ # Rsync step: Don't delete anything at destination
53
+ #
54
+ rsync -aOvuz --no-p $RELDIR / $CRANDIR
You can’t perform that action at this time.
0 commit comments