diff options
-rwxr-xr-x | backport | 2 | ||||
-rwxr-xr-x | move_debs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |