[bisq-network/bisq] [WIP] Download rpm package on RedHat-based Linux (#2431)

Devin Bileck notifications at github.com
Sun Feb 17 21:33:38 UTC 2019


Currently, the download update task will download the deb package for
any Linux distribution. Not only is this incorrect, but now that we are
able to provide an rpm package (see #2200), the download update task
needs to be able to differentiate Linux distributions and provide
the appropriate package.

The download update task will now differentiate between Debian and
RedHat based distributions (the two distributions for which we have an
install package) and download the appropriate package.

In addition, the isSupportedOS method was changed to exclusively check
for Debian and RedHat based distributions, as opposed to just Linux in
general. This means that any other distribution will encounter the
following error, which seems appropriate:

> Unable to determine the correct installer. Please download and verify
manually at https://bisq.network/downloads
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/2431

-- Commit Summary --

  * Download rpm package on RedHat-based Linux

-- File Changes --

    M common/src/main/java/bisq/common/util/Utilities.java (8)
    M desktop/src/main/java/bisq/desktop/main/overlays/windows/downloadupdate/BisqInstaller.java (8)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2431.patch
https://github.com/bisq-network/bisq/pull/2431.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2431
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190217/197b9a56/attachment.html>


More information about the bisq-github mailing list