You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're publishing packages for dimclient and ndcli on the public OBS and PyPI now;
we should update our documentation and VM/Dockerfiles to use them where appropriate.
On OBS we currently have packages for:
Debian
Ubuntu
openSUSE
Fedora
Arch
EL
The GitHub actions currently create packages only for:
Debian
Fedora
EL
It is much easier to support more, or newer versions of Linux distributions via the public OBS instance instead of GitHub actions:
the current workflows as implemented do not allow resolving packagaging issues without re-tagging the version
The build process for dim and dim-web require Internet access to download dependencies; they are easier to build via GitHub still, and will stay there for the foreseeable future.
GitHub actions that can be removed, either completely, or leaving the archive only containing the components' subdir:
We're publishing packages for
dimclient
andndcli
on the public OBS and PyPI now;we should update our documentation and VM/Dockerfiles to use them where appropriate.
On OBS we currently have packages for:
The GitHub actions currently create packages only for:
It is much easier to support more, or newer versions of Linux distributions via the public OBS instance instead of GitHub actions:
The build process for
dim
anddim-web
require Internet access to download dependencies; they are easier to build via GitHub still, and will stay there for the foreseeable future.GitHub actions that can be removed, either completely, or leaving the archive only containing the components' subdir:
Updating the documentation was already done in #286
OBS project:
PyPI:
The text was updated successfully, but these errors were encountered: