Skip to content

Commit

Permalink
fix #5376:
Browse files Browse the repository at this point in the history
exclude unused stuff from source package
  • Loading branch information
abma committed Jul 7, 2017
1 parent a204584 commit 1c12875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildbot/slave/source/make_source_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ echo "${versionInfo}" > ./VERSION
rm -rf ${dir}/.git \
${dir}/.gitignore \
${dir}/.gitmodules \
${dir}/.mailmap
${dir}/.mailmap \
${dir}/tools/pr-downloader/src/lsl \
${dir}/tools/pr-downloader/src/lib/cimg

cd ..
# XXX use git-archive instead? (submodules may cause a bit trouble with it)
Expand Down

0 comments on commit 1c12875

Please sign in to comment.