Skip to content

Commit 6014f3a

Browse files
authored
Merge pull request ceph#65222 from dmick/make-debs-remove-git-clean
Remove git clean -fdx
2 parents b9cc9e0 + ad529cc commit 6014f3a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

make-debs.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ set -xe
2020
base=${1:-/tmp/release}
2121
releasedir=$base/$NAME/WORKDIR
2222
rm -fr $(dirname $releasedir)
23-
#
24-
# remove all files not under git so they are not
25-
# included in the distribution.
26-
27-
[ -e .git ] && git clean -dxf
2823

2924
# git describe provides a version that is
3025
# a) human readable

0 commit comments

Comments
 (0)