Attention is currently required from: lynxis lazus.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37437?usp=email )
Change subject: obs: use specific mirror
......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/37437/comment/f8176853_f0216fb6
PS1, Line 10: See the related issue for detailed reasoning.
> please write a short summary in here. […]
Done
--
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-CC: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 10 Jul 2024 10:19:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ci/+/37437?usp=email
to look at the new patch set (#2).
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/37/37437/2
--
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-CC: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: osmith.
lynxis lazus has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37437?usp=email )
Change subject: obs: use specific mirror
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/37437/comment/84e140e6_813baf06
PS1, Line 10: See the related issue for detailed reasoning.
please write a short summary in here. It is much harder to look up the issue and issue tracker might go down or migrate to a different server. Git repos tend to be much more reliable.
--
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: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 10 Jul 2024 10:15:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
osmith has uploaded this change for review. ( 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 instead of the generic ftp.de.debian.org.
See the related issue for detailed reasoning.
Closes: OS#6499
Change-Id: Iee06b6c6cc418a1b2f4eba094704c6e5e156799c
---
M scripts/obs/sync_obs_projects.py
1 file changed, 17 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/37/37437/1
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"), \
f"unexpected mirror URL"
- download.set("url", url.replace("http://", "https://"))
+ download.set("url", url.replace("http://ftp.de.debian.org/debian",
+ "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: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange