Skip to content

Commit

Permalink
setup.py: install bisection scripts as kci-bisect-*
Browse files Browse the repository at this point in the history
Rename the Python scripts used by bisections with a kci-bisect- prefix
and install them in setup.py.  This is to make them available when
installing the kernelci package such as in Docker images.

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
  • Loading branch information
gctucker committed Sep 23, 2022
1 parent ed2902d commit 786f6cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
pycodestyle kernelci
pycodestyle kci_*
pycodestyle scripts/*.py
pycodestyle scripts/*
- name: Run YAML config validation
run: |
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -52,6 +52,8 @@ def _list_files(path, match):
'kci_rootfs',
'kci_data',
'kci_bisect',
'scripts/kci-bisect-lava-v2-callback',
'scripts/kci-bisect-push-results',
],
long_description=open('README.md', 'rb').read().decode('utf8'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 786f6cf

Please sign in to comment.