]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: initial distro detection based on /etc/os-release 10017/head
authorJan Fajerski <jfajerski@suse.com>
Wed, 29 Jun 2016 07:40:07 +0000 (09:40 +0200)
committerJan Fajerski <jfajerski@suse.com>
Mon, 29 Aug 2016 14:38:51 +0000 (16:38 +0200)
commit85a370e35fc42031a7f7e24dea9e50a649c0f309
tree407efce98fd1c2dff1ac7d9ac74286a357edd8c5
parent3e1a85d5df8ac84f838c796017115fc7385860de
install-deps.sh: initial distro detection based on /etc/os-release

This avoids initial distribution detection (before lsb_release is available)
based on the presence of a specific package manager. This caused an
issue with openSUSE Tumbleweed before since both zypper and apt-get are
available.

Signed-off-by: Jan Fajerski <jfajerski@suse.com>
install-deps.sh