summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackport2
-rwxr-xr-xmove_debs2
2 files changed, 2 insertions, 2 deletions
diff --git a/backport b/backport
index 26f1435..e700969 100755
--- a/backport
+++ b/backport
@@ -6,7 +6,7 @@ ARCH=i386
export ARCH
# R version against which the software is compiled
-Rversion=3.2.4
+Rversion=3.3.0
reposversion="cran3"
iteration=0
diff --git a/move_debs b/move_debs
index 5137e6f..68d4346 100755
--- a/move_debs
+++ b/move_debs
@@ -15,4 +15,4 @@ DIST=$1
if [ $DIST != "wheezy" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
chown jranke $DIST/*${DIST}cran*_amd64.deb
-mv $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran3
+mv -v $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran3

Contact - Imprint