You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reindexing licenses is an exceptional operation, a separate
script is not preferable. Hence, the script has been removed.
In the earlier Dockerfile, `./scancode --reindex-licenses`
did two jobs:
1. The initial configuration
2. Reindexing of licenses
In the new Dockerfile, `./configure` is first run to
configure the venv. This is followed by a run of
`scancode-reindex-licenses`.
Signed-off-by: Abhishek Kumar <abhi.kr.2100@gmail.com>
0 commit comments