-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Make release scripts architecture-agnostic and add ARM support #25591
Conversation
Ping @tianon @mlaventure |
Nice, LGTM |
LGTM |
why was this closed? didn't work? |
Yes, I have a fix but need to verify something else and didn't want this merged. |
369b5a3
to
69242b1
Compare
Ping @tianon again, sorry. For release-rpm this time. |
Nice, updated content still LGTM 👍 |
|
69242b1
to
2ff2e9a
Compare
This patch allows to only release the packages that were built and are present under the bundles/ directory instead of assuming packages exist for all distros enumerated in the contrib/builder/ directory. It also now adds support for armhf architecture for apt repositories. Signed-off-by: Tibor Vass <[email protected]>
@mlaventure fixed, thanks! |
LGTM! |
@tiborvass really nice patch. I already tried to resolve this without success so far, but your solution looks pretty good! |
This patch allows to only release the packages that were built and are
present under the bundles/ directory instead of assuming packages exist
for all distros enumerated in the contrib/builder/ directory.
It also now adds support for armhf architecture for apt repositories.
Signed-off-by: Tibor Vass [email protected]