]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Remove git clean -fdx 65248/head
authorDan Mick <dan.mick@redhat.com>
Tue, 26 Aug 2025 00:45:21 +0000 (17:45 -0700)
committerDavid Galloway <david.galloway@ibm.com>
Tue, 26 Aug 2025 20:01:20 +0000 (16:01 -0400)
commit1d43e69c6e9f80768e727c1c07dcc99e4b485c40
tree190446db98658b3352c8b14685563e91a1c2a195
parent431e48ff3a1167ec44ffe503e6640e3eff09885a
Remove git clean -fdx

either
1) a source tarball is supplied, in which case the local dir is
   irrelevant, or
2) make-debs calls make-dist, which doesn't care about a dirty cwd

so it just punishes the unaware by removing things that they may
have wanted to keep.

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