diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-10 17:55:44 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-10 17:55:44 +0100 |
commit | 31f7c71c6247dccef89d3a5063fad1e55bfb0fc8 (patch) | |
tree | 7f24b764eac7694d5290548fa0f5e4167435c222 /move_debs | |
parent | 9cabb4ef1aa5199cbc0f05b431558876b2aa23c4 (diff) |
Moved the CRAN buildresult files
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 != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi sudo chown jranke $DIST/*${DIST}cran*_amd64.{deb,build} -mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/git/uni/website/www/ranke/r-cran/$DIST-cran40 +mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran40 |