feat(debian, rpm): add package management scripts and metadata#13
Merged
feat(debian, rpm): add package management scripts and metadata#13
Conversation
Owner
vcwild
commented
Nov 10, 2025
- Added post-installation and post-removal scripts for Debian and RPM packages
- Included configuration for passwordless sudo for required commands
- Updated .gitignore to exclude binary packages
- Enhanced Cargo.toml with package metadata and descriptions
- Improved README with installation instructions for binary packages
- Added post-installation and post-removal scripts for Debian and RPM packages - Included configuration for passwordless sudo for required commands - Updated .gitignore to exclude binary packages - Enhanced Cargo.toml with package metadata and descriptions - Improved README with installation instructions for binary packages
- Implement release pipeline for building and publishing packages - Support for both Ubuntu (.deb) and Fedora (.rpm) packages - Include steps for testing, building, and uploading artifacts - Create GitHub release with generated packages and checksums
- Changed step name to clarify installation of system dependencies for Fedora - Added comments to explain the installation of base build tools and runtime dependencies - Ensured runtime dependencies are installed via `make deps`
- Replaced `make deps` with direct installation of runtime dependencies - Added installation of `openconnect`, `dbus-devel`, and `pkgconf-pkg-config`
- Added logic to set version based on GitHub event type - Use short SHA for PRs and branches - Maintain existing behavior for workflow dispatch and tags
- Updated version in Cargo.toml for akon package - Updated version in Cargo.toml for akon-core package
- Increased retention days for Debian packages from 90 to 120 - Increased retention days for RPM packages from 90 to 120
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.