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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

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.

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