]> 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)
committerDan Mick <dan.mick@redhat.com>
Tue, 26 Aug 2025 00:45:21 +0000 (17:45 -0700)
commitad529cce49c466daa02bb3b90804ff6a6ec548e8
treeca793d61839b6e89ab11bd568e794652bc9f20a6
parent2aeeeb5b453289047c262973aed3c11a29a8d2f9
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>
make-debs.sh