[lxc-devel] [lxc-ci/master] Add Debian bullseye

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Aug 16 18:55:40 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 410 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190816/c47fc763/attachment.bin>
-------------- next part --------------
From 79c5c9a48731d09781d1caa2b411696ca4acaac7 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 16 Aug 2019 20:52:09 +0200
Subject: [PATCH 1/2] images: Make buster a stable release

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/debian.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/debian.yaml b/images/debian.yaml
index c387a23..1b4cb6d 100644
--- a/images/debian.yaml
+++ b/images/debian.yaml
@@ -784,7 +784,7 @@ source:
   variant: minbase
   apt_sources: |-
     deb http://deb.debian.org/debian {{ image.release }} main
-    {% if image.release != "sid" and image.release != "buster" and not (image.release == "wheezy" and image.architecture_mapped == "powerpc") and not (image.release == "wheezy" and image.architecture_mapped == "s390x") %}deb http://security.debian.org/debian-security {{ image.release }}/updates main{% endif %}
+    {% if image.release != "sid" and image.release != "bullseye" and not (image.release == "wheezy" and image.architecture_mapped == "powerpc") and not (image.release == "wheezy" and image.architecture_mapped == "s390x") %}deb http://security.debian.org/debian-security {{ image.release }}/updates main{% endif %}
 
 targets:
   lxc:

From a7c9927e6bcbd44ba74175b52567809f95615e36 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 16 Aug 2019 20:52:39 +0200
Subject: [PATCH 2/2] jenkins/jobs: Add Debian bullseye

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 jenkins/jobs/image-debian.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/jobs/image-debian.yaml b/jenkins/jobs/image-debian.yaml
index db93de2..b619925 100644
--- a/jenkins/jobs/image-debian.yaml
+++ b/jenkins/jobs/image-debian.yaml
@@ -25,6 +25,7 @@
         - jessie
         - stretch
         - buster
+        - bullseye
         - sid
 
     - axis:


More information about the lxc-devel mailing list