From 572819dbc8b69fb4ea150d03806a5d7b1ee30b5b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 21 Apr 2023 09:55:33 +0200 Subject: [PATCH] gitlab-ci: use bookworm for "Build documentation" job I think most fdroidserver core devs are working on bookworm these days, and the bullseye version is erroring on things that the bookworm version does not. fdroidserver/metadata.py:777 in public function `post_parse_yaml_metadata`: D202: No blank lines allowed after function docstring (found 1) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ac8e557..b9317954 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -488,7 +488,7 @@ servergitmirrors: - diff repo/index-v1.jar index-v1.jar Build documentation: - image: debian:bullseye-backports + image: debian:bookworm <<: *apt-template script: - apt-get install make python3-sphinx python3-numpydoc python3-pydata-sphinx-theme pydocstyle fdroidserver