The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/61

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
* Mark Debian buster as stable
* Add Debian bullseye

See https://github.com/lxc/distrobuilder/issues/218
From 79c5c9a48731d09781d1caa2b411696ca4acaac7 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@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.h...@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.h...@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.h...@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:
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to