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

Refactor project build process #403

Merged
merged 1 commit into from
Mar 9, 2023
Merged

Refactor project build process #403

merged 1 commit into from
Mar 9, 2023

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Mar 9, 2023

Changes

  • Switch to semantic versioning (semver) compatible versioning pattern
    • filenames (where applicable)
    • embedded version metadata
  • Generate RPM/DEB packages using nFPM
    • "stable" release packages
    • "dev" release packages
      • provides binaries with _dev suffix in order to more easily test the impact of new releases
  • Drop direct build dependency tracking
    • remove dependabot/tools - tc-hib/go-winres was tracked by these files
  • Makefile: Compress binaries and use fixed filenames
  • Makefile: Refresh recipes to add "standard" set, new package-related options
  • Build dev/stable releases using go-ci Docker image
  • Add Dockerfile to provide "builder" image for Makefile-driven release builds
  • Update Dependabot configuration to add update monitoring for go-ci-oldstable-build image - tc-hib/go-winres is bundled within this image
  • Add Docker-based build recipes to Makefile
    • docker-release-build
    • docker-dev-build
    • docker-packages
  • Update README
    • note decompression step needed after downloading individual binaries or building via some Makefile recipes
    • note DEB and RPM packages as alternatives to downloading individual binaries

References

@atc0005 atc0005 added documentation Improvements or additions to documentation enhancement New feature or request builds dependencies config packages Related to generated packages for this project (e.g., RPM, DEB) labels Mar 9, 2023
@atc0005 atc0005 added this to the v0.7.0 milestone Mar 9, 2023
@atc0005 atc0005 self-assigned this Mar 9, 2023
- Switch to semantic versioning (semver) compatible versioning pattern
  - filenames (where applicable)
  - embedded version metadata
- Generate RPM/DEB packages using nFPM
  - "stable" release packages
  - "dev" release packages
    - provides binaries with `_dev` suffix in order to more easily
      test the impact of new releases
- Drop direct build dependency tracking
  - remove `dependabot/tools`
    - `tc-hib/go-winres` was tracked by these files
- Makefile: Compress binaries and use fixed filenames
- Makefile: Refresh recipes to add "standard" set, new package-related
  options
- Build dev/stable releases using go-ci Docker image
- Add Dockerfile to provide "builder" image for Makefile-driven
  release builds
- Update Dependabot configuration to add update monitoring for
  `go-ci-oldstable-build` image
    - `tc-hib/go-winres` is bundled within this image
- Add Docker-based build recipes to Makefile
  - `docker-release-build`
  - `docker-dev-build`
  - `docker-packages`
- Update README
  - note decompression step needed after downloading individual
    binaries or building via some Makefile recipes
  - note DEB and RPM packages as alternatives to downloading
    individual binaries

refs GH-387
refs GH-388
refs GH-390
refs GH-391
refs GH-392
@atc0005 atc0005 merged commit ae1f6ee into master Mar 9, 2023
@atc0005 atc0005 deleted the refactor-builds branch March 9, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builds config dependencies documentation Improvements or additions to documentation enhancement New feature or request packages Related to generated packages for this project (e.g., RPM, DEB)
Projects
None yet
1 participant