obs-mirror: rsync over from remote server via rsync

We no longer run the archive on the same machine/lxc as the normal
downloads server

Change-Id: Id490690394db9eb773f945ad4d7e65fe7fd5e17a
Related: OS#6257
This commit is contained in:
Harald Welte 2023-11-15 15:16:13 +01:00
parent 0afdbcf8bd
commit 26ae81f6bd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SCRIPT_DIR="$(realpath "$(dirname "$(realpath "$0")")")"
# base directory on the local side
BASE_DIR="/downloads/obs-mirror/"
# sync remote where to find the osmocom packages
REMOTE="/downloads/home/packages/web-files/osmocom:"
REMOTE="downloads.osmocom.org::packages/osmocom:"
cd "$BASE_DIR"