Cannot bootstrap on Debian 10 (Buster)
Hi,
I can't bootstrap the latest version of cerbero (master branch) from python:3.8-slim
docker image that under the hood is Debian 10. It looks like Debian changes the representation of releases.
user@e19262871794:/cerbero$ git rev-parse --short HEAD
bf82c02d
user@e19262871794:/cerbero$ cat /etc/issue
Debian GNU/Linux 10 \n \l
user@e19262871794:/cerbero$ ./cerbero-uninstalled bootstrap
Traceback (most recent call last):
File "<string>", line 19, in <module>
File "/cerbero/cerbero/main.py", line 19, in <module>
from cerbero import hacks
File "/cerbero/cerbero/hacks.py", line 99, in <module>
from cerbero.utils.shell import new_call as shell_call
File "/cerbero/cerbero/utils/shell.py", line 51, in <module>
PLATFORM = system_info()[0]
File "/cerbero/cerbero/utils/__init__.py", line 267, in system_info
raise FatalError("Distribution '%s' not supported" % str(d))
cerbero.errors.FatalError: Fatal Error: Distribution '('Debian GNU/Linux', '10', 'buster')' not supported