Kaynağa Gözat

Build debs for bookworm (#10612)

tags/v1.41.0rc1
Richard van der Hoff 2 yıl önce
committed by GitHub
ebeveyn
işleme
c8132f4a31
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +1
    -0
      changelog.d/10612.misc
  2. +2
    -1
      scripts-dev/build_debian_packages

+ 1
- 0
changelog.d/10612.misc Dosyayı Görüntüle

@@ -0,0 +1 @@
Build Debian packages for Debian 12 (Bookworm).

+ 2
- 1
scripts-dev/build_debian_packages Dosyayı Görüntüle

@@ -20,8 +20,9 @@ from concurrent.futures import ThreadPoolExecutor
from typing import Optional, Sequence

DISTS = (
"debian:buster",
"debian:buster", # oldstable: EOL 2022-08
"debian:bullseye",
"debian:bookworm",
"debian:sid",
"ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23)
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)


Yükleniyor…
İptal
Kaydet