obs-mirror: use obs.osmocom.org packages as source

Change the rsync command to use the packages from
/downloads/home/packages/web-files/osmocom: on the same server as
source, which is where obs.osmocom.org is pushing the packages.

Remove xUbuntu_19.04 from the directories to sync, as we don't build for
it anymore. It's not an LTS release (unlike 18.04, 20.04) and it's EOL.

Related: OS#5557
Change-Id: Id6be69530a7aa65b0cf3866fc7e65af79c9d9d45
This commit is contained in:
Oliver Smith 2022-08-04 10:37:47 +02:00 committed by osmith
parent 3f4ee14898
commit 8b6447a1be
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ latest/Debian_11
latest/Raspbian_10
latest/Raspbian_11
latest/xUbuntu_18.04
latest/xUbuntu_19.04
latest/xUbuntu_20.04
latest/xUbuntu_21.04

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="rsync.opensuse.org::opensuse-full-really-everything-including-repositories/opensuse/repositories/network:/osmocom:"
REMOTE="/downloads/home/packages/web-files/osmocom:"
cd "$BASE_DIR"