]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
make-debs.sh: use ID instead of NAME for workdir
authorDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 03:50:17 +0000 (20:50 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 7 Oct 2025 19:05:24 +0000 (12:05 -0700)
commitd6f023850c7f50ff486a1841a76860f1c75150a9
treee5595baa5b640d8f564eb59c52314e8f2a0bc88a
parent34b497c2f3652e7d30c7b7476b711fd9f1f4ecac
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>
make-debs.sh