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

DAOS-15079 test: VMD Hot Plug - Support rpc.py in spdk-tools package #61

Merged
merged 20 commits into from
Aug 6, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
DAOS-15079 test: extend Debian package build procedure
    Skip-test: true
    Skip-unit-tests: true
    Required-githooks: true

Signed-off-by: Tomasz Gromadzki <[email protected]>
grom72 committed Mar 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 61a0c87155ccd6dbe258333fe127677d61c09f8f
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -47,5 +47,6 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install -- prefix=/usr libdir=/lib/x86_64-linux-gnu/ datadir=/usr/share


override_dh_missing:
dh_missing --fail-missing
2 changes: 2 additions & 0 deletions debian/spdk-tools.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/share/spdk-tools/python
usr/share/spdk-tools/python/rpc
4 changes: 3 additions & 1 deletion debian/spdk-tools.install
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
usr/bin/*
usr/bin/*
scripts/rpc.py usr/share/spdk-tools/python
scripts/rpc/*.py usr/share/spdk-tools/python/rpc