Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_ndcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Activate CRB for dependencies
run: /bin/dnf config-manager --enable ol9_codeready_builder
- name: Add DIM repository from OBS for dimclient
run: /bin/dnf config-manager --add-repo https://download.opensuse.org/repositories/home:/zeromind:/dim/RockyLinux_9/home:zeromind:dim.repo
run: /bin/dnf config-manager --add-repo https://download.opensuse.org/repositories/network:/dim/RockyLinux_9/network:dim.repo
working-directory: /etc/yum.repos.d
- name: Install dependencies
run: /bin/dnf install --assumeyes python3-sphinx python3-dns python3-dimclient
Expand Down
2 changes: 1 addition & 1 deletion dimclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use `dimclient`, install it in your Python environment.

There are two options to do that:

1. *Distribution packages:* Download and install a distribution-packaged package. There are packages for Linux distributions available at [openSUSE Build Service - home:zeromind:dim/dimclient](https://build.opensuse.org/package/show/home:zeromind:dim/dimclient).
1. *Distribution packages:* Download and install a distribution-packaged package. There are packages for Linux distributions available at [openSUSE Build Service - network:dim/dimclient](https://build.opensuse.org/package/show/network:dim/dimclient).
Note that distribution packages install the dimclient globally.
2. *Python PIP:* [PyPI dimclient](https://pypi.org/project/dimclient/)

Expand Down
2 changes: 1 addition & 1 deletion ndcli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use `ndcli`, install it in your Python environment.

There are two options to do that:

1. **Distribution packages**: Download and install a distribution-packaged package. There are packages for Linux distributions available at [openSUSE Build Service - home:zeromind:dim/ndcli](https://build.opensuse.org/package/show/home:zeromind:dim/ndcli) (provides bash completion and man page).
1. **Distribution packages**: Download and install a distribution-packaged package. There are packages for Linux distributions available at [openSUSE Build Service - network:dim/ndcli](https://build.opensuse.org/package/show/network:dim/ndcli) (provides bash completion and man page).
2. **Python PIP**: [PyPI dimclient-cli](https://pypi.org/project/dimclient/) (does not provide bash completion or man page)

```sh
Expand Down
Loading