Skip to content

Commit

Permalink
replace kci_* scripts with symlinks
Browse files Browse the repository at this point in the history
All the `kci_*` python scripts have been moved to
`kernelci/scripts` directory for adding `pyproject.toml`.
Add directory paths to `sys.path` to import sub-packages of
`kernelci` in `kernelci/scripts`.
Replace scripts with the symlinks to keep the current
workflow as-is.
Update `Makefile` accordingly.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia committed Jan 18, 2024
1 parent a3f46c2 commit 1c10efe
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 1,765 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mypy:

pylint:
pylint --reports=y \
kci \
kernelci.api \
kernelci.cli \
kernelci.config \
Expand All @@ -32,9 +31,6 @@ pylint:

pycodestyle:
pycodestyle kernelci
pycodestyle kci
pycodestyle kci_*
pycodestyle scripts/*
pycodestyle tests/*

unit-tests:
Expand Down
31 changes: 0 additions & 31 deletions kci

This file was deleted.

1 change: 1 addition & 0 deletions kci
67 changes: 0 additions & 67 deletions kci_bisect

This file was deleted.

1 change: 1 addition & 0 deletions kci_bisect
Loading

0 comments on commit 1c10efe

Please sign in to comment.