]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerZack Cerza <zack@cerza.org>
Thu, 10 Apr 2025 19:08:57 +0000 (13:08 -0600)
commit0db48b230391b68878481ac0464de998a4e38800
treef1cfc46e351d312362d245da5e12c94fe2bba8d6
parent4cfdbcfee085f4013cb9f70153634940d8eeb067
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>
make-debs.sh