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

Fix issue 3155 by running scancode-reindex-licenses subcommand instead of using --reindex-licenses flag #3159

Merged
merged 7 commits into from
Nov 24, 2022

Conversation

abhi-kr-2100
Copy link
Contributor

Fixes #3155

This PR only modifies the Dockerfile. In the erroneous Dockerfile, ./scancode --reindex-licenses was used to

  1. Configure venv
  2. Reindex licenses

Since the --reindex-licenses flag has been removed, this led to an error. The fix is to use the new subcommand scancode-reindex-licenses to do the reindexing. Configuration is done prior to the reindexing using the ./configure script.

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑 and links the original issue above 🔗
  • Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
    Run tests locally to check for errors.
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁

Signed-off-by: Abhishek Kumar [email protected]

This script provides a CLI entry point for the `scancode-reindex-
licenses` subcommand introduced by
5361052.

Signed-off-by: Abhishek Kumar <[email protected]>
The `--reindex-licenses` flag has been removed from the main
`scancode` executable into the separate subcommand
`scancode-reindex-licenses`.

Signed-off-by: Abhishek Kumar <[email protected]>
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 <[email protected]>
Dockerfile Outdated Show resolved Hide resolved
azure-pipelines.yml Outdated Show resolved Hide resolved
Dockerfile best practice is to combine successive RUN
commands so as to minimise image layers.

Signed-off-by: Abhishek Kumar <[email protected]>
The test should ensure that scancode-toolkit is capable of
being built successfully using Docker. Additionally, the built
script should run successfully.

Signed-off-by: Abhishek Kumar <[email protected]>
Copy link

@s01ipsist s01ipsist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok to me @abhi-kr-2100 but we need a project maintainer to review

@abhi-kr-2100
Copy link
Contributor Author

Thanks for taking the time to review this @s01ipsist.

Let me gently ping @pombredanne.

Copy link
Contributor

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thank you ++
Merging now

@pombredanne
Copy link
Contributor

@abhi-kr-2100 Thanks!

@pombredanne pombredanne merged commit 62ce6ec into aboutcode-org:develop Nov 24, 2022
@pombredanne
Copy link
Contributor

@abhi-kr-2100 I did not pay attention to the details, but your changes have disabled the Azure pipelines entirely. I am going to revert this urgently

@abhi-kr-2100
Copy link
Contributor Author

@pombredanne Oops. Please do the needful.

pombredanne added a commit that referenced this pull request Nov 29, 2022
This was mistakenly disabled with
#3159

Signed-off-by: Philippe Ombredanne <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerfile uses removed --reindex-licenses flag
3 participants