deb package for Launchpad and GitHub releases#105
Draft
archisman-panigrahi wants to merge 16 commits intoJoseExposito:masterfrom
Draft
deb package for Launchpad and GitHub releases#105archisman-panigrahi wants to merge 16 commits intoJoseExposito:masterfrom
archisman-panigrahi wants to merge 16 commits intoJoseExposito:masterfrom
Conversation
Author
|
Here is github action automatically building .deb package (I created a dummy release for testing): https://github.com/archisman-panigrahi/touche/releases/tag/2.0.15-new3 |
with strict minimum version
Author
|
Special thanks to #31 (comment) |
Author
Author
|
Ready from my side |
Owner
|
Thanks a lot for working on this, and sorry for the delay on my side, I have been pretty busy. There is already a "release.yml" (https://github.com/JoseExposito/touche/blob/master/.github/workflows/release.yml) automation available that used to contain the DEB package generation until, because missing dependencies in Debian, I had to comment it out. Could you move your code there to avoid duplication? Thanks! |
need to test
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.
This pull request introduces automation for building and releasing Debian packages for both x86_64 and ARM64 architectures, updates packaging scripts to include Node.js dependencies, and bumps the package version. The main changes focus on CI/CD improvements and packaging updates to streamline the release process and ensure proper cleanup of build artifacts.
CI/CD Automation:
.github/workflows/package.ymlto automatically build and upload Debian packages for x86_64 and ARM64 on release or manual trigger. This includes dependency installation, package building, artifact uploading, and release publishing.Packaging Updates:
debian/rulesto runnpm cibefore building to ensure Node.js dependencies are installed, and added cleanup ofnode_modulesduring the clean step. This ensures that Launchpad builds will work out (for example, see https://launchpad.net/~apandada1/+archive/ubuntu/touche)debian/source/lintian-overridesto include an override forappstream-metadata-invalidto suppress related lintian warnings in Launchpad (where it builds in a internet-less environment and cannot validate links)2.0.15for thenoblerelease indebian/changelog.