osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/37437?usp=email
)
Change subject: obs: use specific mirror
......................................................................
obs: use specific mirror
Use debian.inf.tu-dresden.de (which has a proper TLS certificate)
instead of the generic
ftp.de.debian.org.
Closes: OS#6499
Change-Id: Iee06b6c6cc418a1b2f4eba094704c6e5e156799c
---
M scripts/obs/sync_obs_projects.py
1 file changed, 17 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
lynxis lazus: Looks good to me, approved
diff --git a/scripts/obs/sync_obs_projects.py b/scripts/obs/sync_obs_projects.py
index cc4635a..beb3e09 100755
--- a/scripts/obs/sync_obs_projects.py
+++ b/scripts/obs/sync_obs_projects.py
@@ -182,15 +182,16 @@
# (e.g. <pubkey>debian-archive-12</pubkey>):
#
https://github.com/openSUSE/open-build-service/pull/14528
# Also we don't have such a pubkeydir set up on our OBS server. Assume
- #
ftp.de.debian.org is a trusted mirror, switch to HTTPS and skip the
- # PGP verification by removing the pubkey blocks.
+ #
https://debian.inf.tu-dresden.de/ is a trusted mirror, switch to
+ # HTTPS and skip the PGP verification by removing the pubkey blocks.
if project.startswith("Debian:"):
for download in repository.findall(".download"):
url = download.get("url")
print(f" changing url to https: {url}")
assert
url.startswith("http://ftp.de.debian.org/debian")ian"), \
f"unexpected mirror URL"
- download.set("url", url.replace("http://",
"https://"))
+ download.set("url",
url.replace("http://ftp.de.debian.org/debian"bian",
+
"https://debian.inf.tu-dresden.de/debian"))
for pubkey in download.findall("pubkey"):
download.remove(pubkey)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/37437?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iee06b6c6cc418a1b2f4eba094704c6e5e156799c
Gerrit-Change-Number: 37437
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged