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

Document process for adding things: udev rules #128

Open
bsherman opened this issue Sep 28, 2023 · 0 comments
Open

Document process for adding things: udev rules #128

bsherman opened this issue Sep 28, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@bsherman
Copy link
Contributor

I think we should have an agreed upon process for adding udev rules our different contributors alway add in a consistent way.

I'm imagining something that fits with what we already do, like ...

How to add new udev rules, order of preference:

use upstream RPM if available; add as packages.json "include" in main
use upstream spec if available, build RPM in COPR; add as packages.json "include" in main
use tarball of upstream git repo if fully dedicated to udev rules; add to confingrepo and build as part of ublue-os-udev-rules
use tarball of upstream git repo, filter to only udev rules(and license, readme, etc); add to confingrepo and build as part of ublue-os-udev-rules
copy udev rule files directly into config repo and build as part of `ublue-os-udev-rules
I think today we already have examples of steps 2, 3, and 5... this PR would be an example of 4.

@bsherman bsherman added the documentation Improvements or additions to documentation label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant