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

packaging: build rpm packages #4632

Merged
merged 19 commits into from
Oct 10, 2024
Merged

Conversation

jiceatscion
Copy link
Contributor

@jiceatscion jiceatscion commented Sep 27, 2024

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

@jiceatscion
Copy link
Contributor Author

This change is Reviewable

@jiceatscion jiceatscion requested a review from a team October 3, 2024 09:21
dist/package.bzl Outdated Show resolved Hide resolved
dist/rpm/scion.postinst Outdated Show resolved Hide resolved
dist/rpm/scion.postinst Outdated Show resolved Hide resolved
Copy link
Contributor Author

@jiceatscion jiceatscion left a 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.

Copy link
Contributor

@FR4NK-W FR4NK-W left a comment

Choose a reason for hiding this comment

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

:lgtm:

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

Copy link
Contributor

@FR4NK-W FR4NK-W left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jiceatscion)

@jiceatscion jiceatscion merged commit e6b0576 into scionproto:master Oct 10, 2024
5 checks passed
@jiceatscion jiceatscion deleted the rpm_pkg branch October 10, 2024 10:34
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.

dist: build software packages
2 participants