Skip to content
Success

Changes

Summary

  1. contrib/known_hosts: update gerrit ssh key (details)
  2. scripts/manuals: use debian-trixie-build (details)
Commit bfde8cf76ac6da171cbe16cc79517a524ffe7e0d by Oliver Smith
contrib/known_hosts: update gerrit ssh key

Related: OS#6920
Change-Id: I66e5d96dcb34d33a21f5a70899fba9a75e6127ed
The file was modifiedansible/roles/osmocom-jenkins-slave/tasks/main.yml
The file was modifiedcontrib/known_hosts
Commit fc08cf87d7651af2f2755d37c8916accf689a333 by Oliver Smith
scripts/manuals: use debian-trixie-build

Fix that the Osmocom-release-manuals job was still using
debian-bookworm-build instead of debian-trixie-build to build the
manuals. We use the latter for building manuals in master-builds and
gerrit-verifications.

Without this patch building pyosmocom manuals failed with the following,
as python3-typing-extensions in debian bookworm is at version 4.4.0 but
typing_extensions >= 4.6.0 is needed for TypeAliasType. Trixie has
version 4.13.2.

AttributeError: module 'typing_extensions' has no attribute 'TypeAliasType'. Did you mean: 'TypeAlias'?

Fixes: OS#6916
Change-Id: I6ac302c8ea5836c5096f0d8ab36260cc6f7c11d9
The file was modifiedscripts/manuals/publish-manuals-for-tags.sh