summaryrefslogtreecommitdiffstats
path: root/dist.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-08-20 20:11:01 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2019-08-20 20:11:01 +0200
commit053b369ff0c24d00a4a859c6333a98c20e07ab83 (patch)
treecb699e4ed17aad58860fa0b64154e1da18f44ff6 /dist.sh
parent883afaa9194ad86c6015f9af6880810709c3d691 (diff)
Specify exactly the dir that is missing (.git).
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index d1ecbeb886b..9f32a9b8f59 100755
--- a/dist.sh
+++ b/dist.sh
@@ -9,7 +9,7 @@ fi
VERSION="$1"
mkdir -p ~/rpmbuild/{SOURCES,SPECS}
-GZIP=-1 tar -zcf ~/rpmbuild/SOURCES/vespa-$VERSION.tar.gz --exclude target --exclude cmake-build-debug --transform "flags=r;s,^,vespa-$VERSION/," * .*
+GZIP=-1 tar -zcf ~/rpmbuild/SOURCES/vespa-$VERSION.tar.gz --exclude target --exclude cmake-build-debug --transform "flags=r;s,^,vespa-$VERSION/," * .git
DIST_FILE="dist/vespa.spec"
# When checking out relase tags, the vespa.spec is in the source root folder. This is a workaround to be able to build rpms from a release tag.