-
Notifications
You must be signed in to change notification settings - Fork 3
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
Makefile: Compress binaries & use static filenames #470
Labels
builds
dependencies
enhancement
New feature or request
packages
Related to generated packages for this project (e.g., RPM, DEB)
Milestone
Comments
atc0005
changed the title
Update Makefile: compress binaries & use static filenames
Update Makefile: Compress binaries & use static filenames
Feb 2, 2023
atc0005
added
the
packages
Related to generated packages for this project (e.g., RPM, DEB)
label
Feb 2, 2023
atc0005
added a commit
that referenced
this issue
Feb 7, 2023
- split arch/os-specific recipes into separate tasks - building assets - creating checksum files for assets - compressing assets (NEW) - formatting tweaks to output - lowercase subtasks - minor tweaks to "completed" messages to better match specific recipe (e.g., don't say "build" for non-build tasks) - rework package build and release-build recipes to share work - don't rebuild assets - postpone generating download links until all assets are available - update README - note replacement Makefile recipes to achieve previous functionality (sans checksum files) - note need to decompress (compressed) binaries before deploying them - note optional DEB and RPM packages in lieu of manually deploying binaries refs GH-470
atc0005
added a commit
that referenced
this issue
Feb 7, 2023
- split arch/os-specific recipes into separate tasks - building assets - creating checksum files for assets - compressing assets (NEW) - formatting tweaks to output - lowercase subtasks - minor tweaks to "completed" messages to better match specific recipe (e.g., don't say "build" for non-build tasks) - rework package build and release-build recipes to share work - don't rebuild assets - postpone generating download links until all assets are available - update README - note replacement Makefile recipes to achieve previous functionality (sans checksum files) - note need to decompress (compressed) binaries before deploying them - note optional DEB and RPM packages in lieu of manually deploying binaries refs GH-470
atc0005
changed the title
Update Makefile: Compress binaries & use static filenames
Makefile: Compress binaries & use static filenames
Feb 9, 2023
This was referenced Mar 5, 2023
This was referenced Apr 9, 2023
This was referenced Apr 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
builds
dependencies
enhancement
New feature or request
packages
Related to generated packages for this project (e.g., RPM, DEB)
Overview
Instead of generating files with this filename format when running
make all
:Generate in this format instead when running
make all
:Changes:
xz
This is a step towards release automation and simplifying the deployment process.
The text was updated successfully, but these errors were encountered: