laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/35016?usp=email )
Change subject: obs-mirror: rsync over from remote server via rsync ......................................................................
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 --- M contrib/obs-mirror/obs-mirror.sh 1 file changed, 14 insertions(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/contrib/obs-mirror/obs-mirror.sh b/contrib/obs-mirror/obs-mirror.sh index 03e307e..85336ab 100755 --- a/contrib/obs-mirror/obs-mirror.sh +++ b/contrib/obs-mirror/obs-mirror.sh @@ -20,7 +20,7 @@ # 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"