mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
Since we moved relocatable .rpm now Scylla able to run on Amazon Linux 2. However, is_redhat_variant() on scylla_util.py does not works on Amazon Linux 2, since it does not have /etc/redhat-release. So we need to switch to /etc/os-release, use ID_LIKE to detect Redhat variants/Debian variants. Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <20190417115634.9635-1-syuu@scylladb.com>