diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-13 00:58:47 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-13 00:58:47 +0200 |
commit | b4653163dfd5876b6a5adfb5f8878fd3525d547b (patch) | |
tree | 8f0822c5fd6cbe4f17d7c9dce84c6cbecb0ebfb1 /move_debs | |
parent | 80f228eb0f128718fcdb5630c2cdf5225c259552 (diff) |
Changes for the new backport of R 3.4.0
Now in two new repositories, jessie-cran34 and stretch-cran34
Diffstat (limited to 'move_debs')
-rwxr-xr-x | move_debs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ DIST=$1 if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi chown jranke $DIST/*${DIST}cran*_amd64.deb -mv -v $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-cran34 |