From 31f7c71c6247dccef89d3a5063fad1e55bfb0fc8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 10 Mar 2022 17:55:44 +0100 Subject: Moved the CRAN buildresult files --- backport | 2 +- move_debs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backport b/backport index a5667d1..258dd6e 100755 --- a/backport +++ b/backport @@ -10,7 +10,7 @@ export ARCH iteration=0 # Where the buildresults should be stored and where to look for current backports -rcrandir=/home/jranke/git/uni/website/www/ranke/r-cran +rcrandir=/home/jranke/git/uni-bremen/website/www/ranke/r-cran # Author: Johannes Ranke diff --git a/move_debs b/move_debs index 50e763a..4dba960 100755 --- a/move_debs +++ b/move_debs @@ -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 -- cgit v1.2.1