From 783c9e46c27a60233e985c3d562ab021f207f3df Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 30 Aug 2024 10:56:24 -0400 Subject: [PATCH] Only add packages to bookworm repo Deprecates Debian 10 (Buster) and 11 (Bullseye); those versions will not receive PVC 0.9.100 or newer. --- .bbuilder-tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bbuilder-tasks.yaml b/.bbuilder-tasks.yaml index df7cf4b9..068d8705 100644 --- a/.bbuilder-tasks.yaml +++ b/.bbuilder-tasks.yaml @@ -4,4 +4,4 @@ bbuilder: published: - git submodule update --init - /bin/bash build-stable-deb.sh - - sudo /usr/local/bin/deploy-package -C pvc + - sudo /usr/local/bin/deploy-package -C pvc -D bookworm