We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9cc9e0 + ad529cc commit 6014f3aCopy full SHA for 6014f3a
make-debs.sh
@@ -20,11 +20,6 @@ set -xe
20
base=${1:-/tmp/release}
21
releasedir=$base/$NAME/WORKDIR
22
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
28
29
# git describe provides a version that is
30
# a) human readable
0 commit comments