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

feat: Support git submodules for source containers #54

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

ralphbean
Copy link
Member

We found that the bootc project wished to use a git submodule to make managing their downstream repo's relationship to their upstream repo easy.

This change makes it so that the source archive of the git repository includes submodule content.

We found that the bootc project wished to use a git submodule to make
managing their downstream repo's relationship to their upstream repo
easy.

This change makes it so that the source archive of the git repository
includes submodule content.

Signed-off-by: Ralph Bean <[email protected]>
Copy link
Contributor

@chmeliik chmeliik left a comment

Choose a reason for hiding this comment

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

LGTM 👍

"--transform",
f"s,^,{name_sha}/,",
"-T-",
]
Copy link
Contributor

Choose a reason for hiding this comment

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

How about set --owner=0 --group=0 --mode='a+rw' explicitly?

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.

4 participants