summaryrefslogtreecommitdiff
path: root/debian/patches/series
diff options
context:
space:
mode:
authorAndrew Lee (李健秋) <ajqlee@debian.org>2019-10-04 15:48:44 +0800
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-12-01 16:08:28 +0100
commitc971d65136dc26f1303eafd382b2ef4cebc6e2a7 (patch)
treef38682db68e07639b65cf1014230dd2c543cfe79 /debian/patches/series
parent372acdd828fdc3f065a7f71ed469dbd740e73f14 (diff)
Fallback to stable if lsb reports a non-supported dist in debootstrap
We have a issue that cause all package FTBFS in OBS when the base-files updated to a dist name that not supported in debootstrap. If lsb reported a non-supported dist, we fallback it to stable to avoid FTBFS in OBS. Signed-off-by: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Diffstat (limited to 'debian/patches/series')
-rw-r--r--debian/patches/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 8535040..1b70c88 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ deb-Show-version-of-each-package-that-we-preinstall.patch
build-recipe-dsc-List-contents-of-build-results.patch
build-recipe-dsc-Show-information-about-the-build-chroot.patch
python3-openstack-console.patch
+fallback-stable-dist.patch