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

krakenw lock should pin repository commit SHA for dependencies from Git repositories #287

Open
NiklasRosenstein opened this issue Sep 3, 2024 · 0 comments
Labels
only: kraken-wrapper This issue affects only kraken-wrapper. type: enhancement New feature or request

Comments

@NiklasRosenstein
Copy link
Contributor

Installing a requirement from a Git repository like this:

from kraken.common import buildscript

buildscript(
  requirements=[
    "kraken-build @ git+https://github.com/kraken-build/kraken.git@nr/python-project#egg=kraken-build&subdirectory=kraken-build"
  ]
)

Should have krakenw lock generate the requirement in such a way that the ref is replaced with a commit SHA.

@NiklasRosenstein NiklasRosenstein added type: enhancement New feature or request only: kraken-wrapper This issue affects only kraken-wrapper. labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
only: kraken-wrapper This issue affects only kraken-wrapper. type: enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant