-
Notifications
You must be signed in to change notification settings - Fork 129
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
Submodule_aware_builder (SAB) does not package submodules recursively #456
Comments
arcivanov
added a commit
to arcivanov/tito
that referenced
this issue
Apr 28, 2023
to the source tar. fixes rpm-software-management#456
arcivanov
added a commit
to arcivanov/tito
that referenced
this issue
Apr 28, 2023
to the source tar. fixes rpm-software-management#456
arcivanov
added a commit
to arcivanov/tito
that referenced
this issue
Apr 28, 2023
to the source tar. fixes rpm-software-management#456
arcivanov
added a commit
to arcivanov/tito
that referenced
this issue
May 1, 2023
to the source tar. fixes rpm-software-management#456
arcivanov
added a commit
to arcivanov/tito
that referenced
this issue
May 1, 2023
to the source tar. fixes rpm-software-management#456
arcivanov
added a commit
to arcivanov/tito
that referenced
this issue
May 1, 2023
to the source tar. fixes rpm-software-management#456
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submodules in the SAB can contain other submodules.
However, the current implementation of SAB ignores these recursive submodules breaking the source package as a result.
Solution is to recursively incorporate the submodules within the submodules into the final source package.
The text was updated successfully, but these errors were encountered: