diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-04-27 22:40:54 +0200 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-04-27 22:48:33 +0200 |
| commit | 2f2e8f6bf95acabc0b8d34470c6322ead8ce14a9 (patch) | |
| tree | d0b1835befbd5c4762877808a9a616ef98c4b22e /move_debs | |
| parent | eddf440b735f1c4488e5e61310bd10e35da50c1a (diff) | |
The _reverts_r-base.sh file was reconstructed because I accidentally
deleted it after creating the packages and before checking in the
changes. But I am quite sure it is exactly as used.
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 != "bookworm" ] && [ $DIST != "trixie" ]; 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-bremen/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-cran46 |
