slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

add Debian as supported platform #346

Open cjdcordeiro opened 7 years ago

cjdcordeiro commented 7 years ago

in https://github.com/slipstream/SlipStreamClient/blob/master/client/src/main/python/slipstream/util.py#L73 , we should also support Debian. Otherwise the "Install Packages" from the components workflow will fail with

Error ss:abort- Exception with detail: Unsupported platform 'debian' while installing packages. Supported: fedora, redhat, centos, opensuse, sles, ubuntu

schaubl commented 6 years ago

For the package installation part see #353. This one is already fixed.

However there is still one thing to do to fully support Debian:

https://github.com/slipstream/SlipStreamClient/blob/2134c10f43c7ff1a449ace64d7c7cd648b399680/client/src/main/scripts/slipstream.bootstrap.py#L74-L110