Skip to content

Commit

Permalink
remove Debian 10 buster from tests and documentation
Browse files Browse the repository at this point in the history
Support for Debian 10 Buster was dropped in PR#2352
certtools#2352
  • Loading branch information
sebix committed Sep 5, 2023
1 parent 5850b07 commit 911598f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
path: ./src/intelmq-vagrant

- name: Run ansible tests
run: podman run -e CI=${CI} -v ${GITHUB_WORKSPACE}/src:/src docker.io/debian:buster-slim /src/intelmq/.github/workflows/scripts/ansible.sh
run: podman run -e CI=${CI} -v ${GITHUB_WORKSPACE}/src:/src docker.io/debian:bullseye-slim /src/intelmq/.github/workflows/scripts/ansible.sh
2 changes: 1 addition & 1 deletion .github/workflows/debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Build Debian packages
strategy:
matrix:
codename: ['buster', 'bullseye']
codename: ['bullseye', 'bookworm']

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/debian-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -x
set -e

# A list of known Debian releases
knowncodenames=("stretch" "buster" "bullseye" "stable" "testing")
knowncodenames=("bullseye" "bookworm" "stable" "testing")

# We want exactly one argument: the name of the release
if (( $# != 1 ))
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following instructions assume the following requirements. Python versions >=

Supported and recommended operating systems are:

* Debian 10 Buster, Debian 11 Bullseye, Debian 12 Bookworm
* Debian Debian 11 Bullseye, Debian 12 Bookworm
* openSUSE Tumbleweed, Leap 15.5
* Ubuntu: 20.04 Focal, 22.04 Jammy
* For the Docker-installation: Docker Engine: 18.x and higher
Expand Down

0 comments on commit 911598f

Please sign in to comment.