summaryrefslogtreecommitdiffstats
path: root/dist.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-08-20 15:36:02 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2019-08-20 15:36:02 +0200
commit883afaa9194ad86c6015f9af6880810709c3d691 (patch)
treeaebaf5da5521f1d586e4c4160dfb69ef30944569 /dist.sh
parent557d840b5b886b34b89437e9b374113e13861964 (diff)
Add the .git repo to the tarball as we now depend on the git info in the build scripts.
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 aee7a20c8fe..d1ecbeb886b 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/," * .*
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.