Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use public OBS and PyPI #287

Open
zeromind opened this issue Nov 29, 2024 · 0 comments
Open

Use public OBS and PyPI #287

zeromind opened this issue Nov 29, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@zeromind
Copy link
Collaborator

zeromind commented Nov 29, 2024

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
  • current workflows are broken since switch to pyproject.toml #283

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:

Updating the documentation was already done in #286

OBS project:

PyPI:

@zeromind zeromind added the documentation Improvements or additions to documentation label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant