]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Remove git clean -fdx
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:06:37 +0000 (16:06 -0400)
commit1415151eb665156fffffc324fc2769f90f54483b
tree6c69870f7e2c24694e7a2c2a74a3432c75445955
parent1d8d726cce1b2940882250be6a81a2c809bb40ee
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