aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-08-04 10:37:47 +0200
committerosmith <osmith@sysmocom.de>2022-08-05 08:16:11 +0000
commit8b6447a1bebcf94ef950b389cd668fbfd5dbc4cd (patch)
tree0ab2d63dfe97f4f7a0b6f963e03fe255f31362c6
parent3f4ee14898f4dcb035e8a93d7d3b7827d001b1a4 (diff)
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
-rw-r--r--contrib/obs-mirror/obs-mirror-include.txt1
-rwxr-xr-xcontrib/obs-mirror/obs-mirror.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/contrib/obs-mirror/obs-mirror-include.txt b/contrib/obs-mirror/obs-mirror-include.txt
index 6427401..6510e74 100644
--- a/contrib/obs-mirror/obs-mirror-include.txt
+++ b/contrib/obs-mirror/obs-mirror-include.txt
@@ -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
diff --git a/contrib/obs-mirror/obs-mirror.sh b/contrib/obs-mirror/obs-mirror.sh
index e970cab..03e307e 100755
--- a/contrib/obs-mirror/obs-mirror.sh
+++ b/contrib/obs-mirror/obs-mirror.sh
@@ -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"