-
Notifications
You must be signed in to change notification settings - Fork 162
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
packaging: build rpm packages #4632
Conversation
Co-authored-by: FR4NK-W <[email protected]>
Co-authored-by: FR4NK-W <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 10 files reviewed, 3 unresolved discussions (waiting on @FR4NK-W)
dist/package.bzl
line 109 at r2 (raw file):
Previously, FR4NK-W wrote…
# Use the same attributes as scion_pkg_deb, in view of may-be simplifying BUILD.bazel later.
Done.
dist/rpm/scion.postinst
line 5 at r2 (raw file):
Previously, FR4NK-W wrote…
adduser --system --gid scion -M -s /sbin/nologin
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 9 files at r1, 2 of 6 files at r2, 1 of 2 files at r4, all commit messages.
Reviewable status: 4 of 10 files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 9 files at r1, 2 of 6 files at r2, 1 of 2 files at r3, 1 of 2 files at r4.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @jiceatscion)
Unfortunately, the new style rpm_rules (the ones that I find remotely usable) do not appear to support cross-architecture packaging yet. So, this is x86_64 only for now.
Fixes #4425