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

Add packaging scripts #2787

Merged
merged 28 commits into from
Jun 18, 2023
Merged

Add packaging scripts #2787

merged 28 commits into from
Jun 18, 2023

Conversation

X9VoiD
Copy link
Member

@X9VoiD X9VoiD commented Jun 11, 2023

Supersedes OpenTabletDriver.Packaging.

Tested Platforms

  • Windows
  • Debian-based
  • RPM-based
  • MacOS

Changes (compared to OTD.Packaging)

General

  • Simplified packaging to improve maintainability and readability.

Linux

  • Packages now use /usr/lib/opentabletdriver to stash the real binaries instead of /usr/share/OpenTabletDriver. This is to comply better to FHS (/usr/share can only contain arch-independent files).
  • Binary tarball is now better structured for easier system administration/automation to those that uses it.
  • Changed systemd user service to start explicitly after default.target.
  • Improved the kernel module blacklist to apply during boot and runtime (previously it only blocks module loading during boot).

Copy link
Member

@gonX gonX left a comment

Choose a reason for hiding this comment

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

overall nice work

eng/linux/Debian/package.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
generate-rules.sh Show resolved Hide resolved
eng/linux/lib.sh Outdated Show resolved Hide resolved
@X9VoiD X9VoiD marked this pull request as ready for review June 18, 2023 15:22
@X9VoiD X9VoiD merged commit cb1e27f into OpenTabletDriver:hotfix Jun 18, 2023
6 checks passed
@X9VoiD X9VoiD deleted the hotfix-packaging branch June 18, 2023 15:23
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.

None yet

3 participants