diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-12-07 07:28:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-12-07 07:28:19 +0100 |
commit | 02d987a6aa15284e4f79cc6296abcd67aa65879c (patch) | |
tree | 8bb7a3d3d5e078878f21f037703ddb664c376339 /move_debs | |
parent | 0a36a831a9c673804a2f71c0b028b4a1fc5b68e9 (diff) |
Generate logs, switch to debuild
Diffstat (limited to 'move_debs')
-rwxr-xr-x | move_debs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,5 +14,5 @@ DIST=$1 # Validate distribution argument if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi -sudo chown jranke $DIST/*${DIST}cran*_amd64.deb -mv -v $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran34 +sudo chown jranke $DIST/*${DIST}cran*_amd64.{deb,build} +mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran34 |