summaryrefslogtreecommitdiff
path: root/move_debs_riscv64
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-08-29 17:25:41 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-08-29 17:25:41 +0200
commite2bd7314c6b78c7b4f0805f20444d51d38dbad0f (patch)
tree2f67ec0489fab3926369d72693381b50841fadbe /move_debs_riscv64
parent7e7a89fcaee72bf8b79a312897b6e5db39500f86 (diff)
Adapt scriptHEADmaster
Diffstat (limited to 'move_debs_riscv64')
-rwxr-xr-xmove_debs_riscv649
1 files changed, 1 insertions, 8 deletions
diff --git a/move_debs_riscv64 b/move_debs_riscv64
index 3ebc4fc..18d4bc5 100755
--- a/move_debs_riscv64
+++ b/move_debs_riscv64
@@ -14,12 +14,5 @@ DIST=$1
# Validate distribution argument
if [ $DIST != "forky" ] && [ $DIST != "trixie" ]; then usage; exit 1; fi
-# This is the line used for the server at Hetzner
-#scp arm64:/var/chroot/$DIST-arm64/root/r-backports/$DIST/*${DIST}cran*_arm64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
-
-# The following line was used for the first compile that was not done in a chroot, but in the installed trixie system
-#scp raspi5:/home/jranke/r-backports/$DIST/*${DIST}cran*_arm64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
-
-# This line should suffice in the future, when I do both distributions in a chroot
-scp f3:/home/jranke/r-backports/$DIST/*${DIST}cran*_riscv64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
+scp f3:/home/jranke/git/r-backports/$DIST/*${DIST}cran*_riscv64.{deb,build} /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46
sudo chown jranke /home/jranke/git/uni-bremen/website/www/ranke/r-cran/$DIST-cran46

Contact - Imprint