]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_detect_init/__init__.py: Define alpine as a supported distro when using platform...
authorJohn Coyle <dx9err@gmail.com>
Thu, 9 Jun 2016 23:59:54 +0000 (19:59 -0400)
committerJohn Coyle <dx9err@gmail.com>
Wed, 7 Sep 2016 22:52:55 +0000 (18:52 -0400)
commit5fb666c04de1d2ea7d102a52b40e0d4f8722c350
treea8148e35b68198ba887fe5c756d394f07a2824c9
parentf8abb628a440951833b7d81d834a6aef5a651920
ceph_detect_init/__init__.py: Define alpine as a supported distro when using platform.linux_distribution().

Python does not define alpine as a supported dist.

https://hg.python.org/cpython/file/default/Lib/platform.py#l268

Signed-off-by: John Coyle <dx9err@gmail.com>
src/ceph-detect-init/ceph_detect_init/__init__.py
src/ceph-detect-init/tests/test_all.py