Skip to content

Loading builds...

Changes

#3205 (Jul 18, 2026, 1:30:00 AM)

debian-buster-jenkins*: remove

We are clearly not using these containers anymore, as they fail to
build:

  0.297 Err:4 http://deb.debian.org/debian buster Release
  0.297   404  Not Found [IP: 199.232.190.132 80]
  0.305 Err:5 http://deb.debian.org/debian-security buster/updates Release
  0.305   404  Not Found [IP: 199.232.190.132 80]
  0.314 Err:6 http://deb.debian.org/debian buster-updates Release
  0.314   404  Not Found [IP: 199.232.190.132 80]
  0.320 Reading package lists...
  0.334 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file.
  0.334 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file.
  0.334 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.

Change-Id: Ia7fc6aac738738c1a3929ad92ae93d0f2d6a825d
Oliver Smith at
debian-bullseye-jenkins*: remove

This container does not build anymore (fails on "License classifiers
have been superseded by license expressions" while installing
lcov-to-cobertura-xml with pip). This means it is unused, remove it.

Change-Id: Iec6ecbc7446aaf3a643aec0168264dba3e671894
Oliver Smith at
debian-sid-jenkins: remove

This container is not being used, and it still attempts to install
python2 which has been removed from debian sid quite some time ago.
Let's remove it.

Change-Id: Ia7e2a92cba81a51bae409e0dadfd592204bce6d0
Oliver Smith at
Install osmo-python-tests with pip

Use pip to install osmo-python-tests instead of calling setup.py, so it
works with modern python packaging as well.

Related: osmo-python-tests I186544163ab02834c33f1363f3a06cd380898f56
Change-Id: I9bb5d13897dbf1be9855c4eba29c6b3a2c35729c
Oliver Smith at
debian-{bullseye,bookworm}-titan[-master]: drop libfftranscode

We've meanwhile migrated to more recent TITAN release that can do
ASN.1 PER encoding/decoding, so libfftranscode is no longer needed.

Change-Id: If68f478d29f4728a9f3518b20128b195a8267955
Related: OS#6490
Vadim Yanitskiy at

#3198 (Jul 11, 2026, 1:30:00 AM)

redmine: hide avatars

We aren't using gravatar or other 3rd party avatar services, and we
don't want the default avatars either as they can give the same color to
different users, making them look like the same user on first glance.

Related: SYS#8097#note-15
Change-Id: I136549e00f806a76704b354498083002fddb5b67
Oliver Smith at

#3194 (Jul 7, 2026, 1:30:00 AM)

redmine: upgrade to 6.1.3

* Use the redmine:6.1.3 image from upstream (the sysmocom registry image
  was a workaround for 5.1.11).

* Install nkf with native extensions (needs gcc, libc6-dev, make) for
  the redmine_openid_provider plugin. This was not needed for the
  redmine 5 container, it was probably bundled there already.

* Upgrade "activerecord-session_store" to version 2.2.0, which is
  compatible with redmine 6.

Related: SYS#8097
Change-Id: I3e7f746b1a96ff98bbdea2e043a88b9a492672d2
Oliver Smith at