]> 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, 1 Aug 2025 12:47:27 +0000 (08:47 -0400)
commit6abbd5fe9c7a01d859c8672a2ffcda2f3c01e1e6
treeb6ba9987d4a25972ee7dd3efe9fbc3d101823d17
parentf79d820e178d1301e9b4a1cef203ad4c0e6cbe5c
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