]> git.proxmox.com Git - ceph.git/blame - patches/0003-ceph-detect-init-support-Debian-Stretch.patch
re-add boost build dependencies
[ceph.git] / patches / 0003-ceph-detect-init-support-Debian-Stretch.patch
CommitLineData
a2294743 1From e0c71b6fcd2908094f2d42311a1c5549dda2d448 Mon Sep 17 00:00:00 2001
b19cc692
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Tue, 21 Mar 2017 07:47:08 +0100
a2294743 4Subject: [PATCH 3/6] ceph-detect-init: support Debian Stretch
b19cc692
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10---
11 src/ceph-detect-init/ceph_detect_init/__init__.py | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/src/ceph-detect-init/ceph_detect_init/__init__.py b/src/ceph-detect-init/ceph_detect_init/__init__.py
f31d0ece 15index 9abc421..a7f7beb 100644
b19cc692
FG
16--- a/src/ceph-detect-init/ceph_detect_init/__init__.py
17+++ b/src/ceph-detect-init/ceph_detect_init/__init__.py
f31d0ece 18@@ -139,6 +139,7 @@ def platform_information():
b19cc692 19 # this could be an empty string in Debian
f31d0ece 20 if not codename and 'debian' in distro_lower:
b19cc692
FG
21 debian_codenames = {
22+ '9': 'stretch',
23 '8': 'jessie',
24 '7': 'wheezy',
25 '6': 'squeeze',
26--
272.1.4
28