Skip to content
Success

Changes

Summary

  1. jobs/osmocom-obs-sync: add email parameter (details)
  2. OBS: sync_obs_projects: support security.d.o (details)
  3. scripts/obs/sync_obs_projects.py: format with ruff (details)
Commit 66026ead5368e0588ac67745f46ba8c804ab16b4 by Oliver Smith
jobs/osmocom-obs-sync: add email parameter

Change-Id: I4e9b2f474bfd3b5eb235e46475cef54e3fc17aec
The file was modifiedjobs/osmocom-obs-sync.yml
Commit 6d19e82eedcd4852cce3b43482ab54f1df195ef2 by Oliver Smith
OBS: sync_obs_projects: support security.d.o

The Debian 13 meta config in the OpenSUSE OBS now lists
security.debian.org. Adjust the script that syncs the config to support
this URL too, rewrite it to HTTPS just like the other mirror URL.

Fix for:
      changing url to https: http://security.debian.org/debian-security?dist=trixie-security&component=main
  Traceback (most recent call last):
    File "/obs/sync_obs_projects.py", line 322, in <module>
      main()
    File "/obs/sync_obs_projects.py", line 312, in main
      rewrite_meta(project)
    File "/obs/sync_obs_projects.py", line 190, in rewrite_meta
      assert url.startswith("http://ftp.de.debian.org/debian"), \
  AssertionError: unexpected mirror URL

Related: https://build.opensuse.org/projects/Debian:13/meta
Change-Id: Iaf6a025376e398e26c5031b07fee6c1f64cbe047
The file was modifiedscripts/obs/sync_obs_projects.py
Commit 3b70b66f32a63b29281f3d2840a25e682785b60b by Oliver Smith
scripts/obs/sync_obs_projects.py: format with ruff

Change-Id: I1b7281b32c352b09a0641175b6f70751010800d9
The file was modified.ruff.toml
The file was modifiedscripts/obs/sync_obs_projects.py