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

Automate installation of daqmx driver on Linux #1

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3ff362a
Get started by implementing the flow for linux installation
pbhogara Apr 7, 2024
4be75e8
Check if driver is already installed
pbhogara Apr 8, 2024
69cd6c9
Correction
pbhogara Apr 8, 2024
2b90cc0
Add distro package
pbhogara Apr 8, 2024
52df273
Add distr_name parameter
pbhogara Apr 8, 2024
0af6051
Fix indenet
pbhogara Apr 10, 2024
52eb0e7
opensuse
pbhogara Apr 10, 2024
83ed0b7
Merge individual functions for installation commands into one
pbhogara Apr 10, 2024
2bab7f0
Remove extra return statement
pbhogara Apr 10, 2024
b8078ed
Use rpm -q for opensuse and redhat
pbhogara Apr 11, 2024
b773b2f
pass distro.version for upgrade scenario
pbhogara Apr 15, 2024
441dacf
Remove check=True so that exception is not thrown when daqmx is not i…
pbhogara Apr 15, 2024
57bc2f0
refactor
pbhogara Apr 17, 2024
f1fb968
Correct logger outputs
pbhogara Apr 17, 2024
679b7ac
Correct logger output
pbhogara Apr 17, 2024
14f8e75
red hat corrections
pbhogara Apr 19, 2024
d58e0fa
Correction
pbhogara Apr 19, 2024
6b25555
Consider only major version of rhel
pbhogara Apr 19, 2024
1969f5c
Use distro.id instead of distro.name
pbhogara Apr 22, 2024
48384dc
Improve metadata.json
pbhogara Apr 24, 2024
8e9cb1a
Merge branch 'master' of https://github.com/pbhogara/nidaqmx-python i…
pbhogara Apr 24, 2024
b7b81cb
run poetry lock
pbhogara Apr 24, 2024
f15b282
Run black
pbhogara Apr 24, 2024
c05caca
use sys.platform.startswith and cosmetic changes
pbhogara Apr 29, 2024
e4b7c0e
Log installation commands
pbhogara May 3, 2024
e688e51
print commands and check if installation was successful
pbhogara May 5, 2024
cfcd2e7
Remove command to display installed daqqmx version
pbhogara May 5, 2024
eb319fe
Merge branch 'master' of https://github.com/pbhogara/nidaqmx-python i…
pbhogara May 6, 2024
8326a40
Fixes for all the issues mypy caught
pbhogara May 7, 2024
e4e8153
Reboot message
pbhogara May 13, 2024
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
Loading