]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
make-debs.sh: Optionally take debian version
authorZack Cerza <zack@cerza.org>
Fri, 7 Mar 2025 20:53:23 +0000 (13:53 -0700)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 15 Aug 2025 17:06:44 +0000 (13:06 -0400)
commitdb2467095b905daa73b6bca27866e534b5cb1704
tree10f5817b4b00d7b3ebeb72312ea93829fcfa2fa4
parentf1491c8dd53f2de602680ef297d87ad2ba272941
make-debs.sh: Optionally take debian version

Our existing CI builds have names like:
  ceph-base_20.0.0-194-g6efaea33-1jammy_amd64.deb
Before this change, they are like:
  ceph-base_20.0.0-158-gb0de3a42-1_amd64.deb
This way we can pass e.g. "jammy" to end up with names compatible with our CI
builds.

Signed-off-by: Zack Cerza <zack@cerza.org>
(cherry picked from commit 0db48b230391b68878481ac0464de998a4e38800)
make-debs.sh