vaticle / bazel-distribution

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)
https://bazel.build
Apache License 2.0
155 stars 53 forks source link

Add version to uploaded apt package filename #405

Closed krishnangovindraj closed 3 months ago

krishnangovindraj commented 3 months ago

What is the goal of this PR?

The version is added to the uploaded filename of apt packages when being deployed. Without this, Cloudsmith's APT fetch ends up corrupted and downloads the wrong package, when multiple packages share the same file name across different versions.

What are the changes implemented in this PR?

vaticle-bot commented 3 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture