]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
make-debs.sh: use ID instead of NAME for workdir 69127/head
authorDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 03:50:17 +0000 (20:50 -0700)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 27 May 2026 14:11:12 +0000 (10:11 -0400)
commit0be8e79588741a1cf7d83e4407fa6a4eebacd2df
tree21df6a679b140e210422ea3e8e7e9e438a25a104
parentbb83f6c9d166bb52985f98fda9fe75133e3ea711
make-debs.sh: use ID instead of NAME for workdir

NAME is "for the user", and as such, Debian's is "Debian GNU/Linux",
which isn't friendly for making a pathname.  ID is more like what
we want (lowercase, no spaces, limited special characters),
in the two cases we care most about, 'ubuntu' and 'debian'.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit d6f023850c7f50ff486a1841a76860f1c75150a9)
make-debs.sh