Re: [Qemu-devel] [PATCH v3] scripts/make-release: Don't archive .git files

2018-01-30 Thread Thomas Huth
On 30.01.2018 20:33, Cole Robinson wrote: > As was last done in 379e21c25, we don't want .git files for > submodules here, which we aren't presently doing for capstone and > keycodemapdb. > > Rather than delete the offending files before archiving, ask tar > to --exclude=.git > > Signed-off-by: C

[Qemu-devel] [PATCH v3] scripts/make-release: Don't archive .git files

2018-01-30 Thread Cole Robinson
As was last done in 379e21c25, we don't want .git files for submodules here, which we aren't presently doing for capstone and keycodemapdb. Rather than delete the offending files before archiving, ask tar to --exclude=.git Signed-off-by: Cole Robinson --- v2: Use armbru's --exclude suggestio