Skip to content
Merged
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
7 changes: 0 additions & 7 deletions docs/source/cli-reference/help-text-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,6 @@ The Following Help Text is displayed, i.e. This is the help text for Scancode Ve
and including the starting directory. Use 0 for no
scan depth limit.

miscellaneous:
--reindex-licenses Rebuild the license index and exit.

--reindex-licenses-for-all-languages
[EXPERIMENTAL] Rebuild the license index
including texts all languages (and not only
English) and exit.

documentation:
-h, --help Show this message and exit.
Expand Down
2 changes: 1 addition & 1 deletion etc/release/scancode-create-pypi-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
#set -x

./configure --dev
./scancode --reindex-licenses
venv/bin/scancode-reindex-licenses

python_tag=$( python -c "import platform;print(f\"cp{''.join(platform.python_version_tuple()[:2])}\")" )

Expand Down
2 changes: 1 addition & 1 deletion etc/release/scancode-create-release-app-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cp -r etc/thirdparty $release_dir/etc

# Build the wheel
./configure --dev
./scancode --reindex-licenses
venv/bin/scancode-reindex-licenses
venv/bin/python setup.py --quiet bdist_wheel --python-tag cp$python_version

cp -r \
Expand Down
2 changes: 1 addition & 1 deletion etc/release/scancode-create-release-app-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cp -r etc/thirdparty $release_dir/etc

# Build the wheel
./configure --dev
./scancode --reindex-licenses
venv/bin/scancode-reindex-licenses
venv/bin/python setup.py --quiet bdist_wheel --python-tag cp$python_version

cp -r \
Expand Down
2 changes: 1 addition & 1 deletion etc/release/scancode-create-release-app-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cp -r etc/thirdparty $release_dir/etc

# Build the wheel
./configure --dev
./scancode --reindex-licenses
venv/bin/scancode-reindex-licenses
venv/bin/python setup.py --quiet bdist_wheel --python-tag cp$python_version

cp -r \
Expand Down