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

Support building distributions from local patches #307

Open
terrykong opened this issue Oct 16, 2023 · 0 comments
Open

Support building distributions from local patches #307

terrykong opened this issue Oct 16, 2023 · 0 comments
Assignees

Comments

@terrykong
Copy link
Contributor

When specifying the patches to build a distribution, you currently can only specify a single git-ref for a patch. This is an issue for reproducibility since if someone updates the commit the git-ref is pointing to, you can no longer build a previous build. If we support local patches, then we should be able to reproducibly build a distribution.

One proposal for the change would be in addition to the already supported ref specs:

pull/$number/head
mirror/$branch_name
mirror/pull/$number/head

We can support

file://.github/container/patches/$library/${feature_name}.patch
@terrykong terrykong self-assigned this Oct 16, 2023
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

No branches or pull requests

1 participant