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

ftr/reuse #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

ftr/reuse #9

wants to merge 4 commits into from

Conversation

dkastl
Copy link
Member

@dkastl dkastl commented Feb 25, 2021

Changes proposed in this pull request:

@gtt-project/maintainer

Signed-off-by: Daniel Kastl <[email protected]>
Signed-off-by: Daniel Kastl <[email protected]>
@dkastl dkastl changed the title Ftr/reuse ftr/reuse Feb 25, 2021
Signed-off-by: Daniel Kastl <[email protected]>
Signed-off-by: Daniel Kastl <[email protected]>
@sanak
Copy link
Member

sanak commented Mar 8, 2021

@dkastl (CC: @iosefa)
I forgot to mention, but the followings are preferable.

  • macOS (Catalina, which I am using) doesn't support Python 3 as default, so adding venv/ to .gitignore.
    (Assume that the following venv installation.)
    brew install python3
    python3 -m venv venv
    source venv/bin/activate
    pip3 install reuse
  • GitHub Actions - workflow file also seems to need to have license.
    :
    The following files have no copyright and licensing information:
    * .github/workflows/reuse.yml
    :

@dkastl
Copy link
Member Author

dkastl commented Mar 8, 2021

Maybe you could also use it with Docker https://reuse.readthedocs.io/en/stable/readme.html#run-in-docker

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.

2 participants