zeshuai007 commented on pull request #2185:
URL: https://github.com/apache/thrift/pull/2185#issuecomment-660004094
```
tardir=thrift-0.14.0 && tar --hard-dereference --format=ustar -chf -
"$tardir" | eval GZIP= gzip --best -c >thrift-0.14.0.tar.gz
make[1]: Leaving directory '/thrift/src'
if test -d "thrift-0.14.0"; then find "thrift-0.14.0" -type d ! -perm -200
-exec chmod u+w {} ';' && rm -rf "thrift-0.14.0" || { sleep 5 && rm -rf
"thrift-0.14.0"; }; else :; fi
tar xvf thrift-*.tar.gz
thrift-0.14.0/
thrift-0.14.0/README.md
......
```
@Jens-G , I look through the CI log , I found that `thrift-*.tar.gz` doesn't
contains the file which I new added, but I don't know how to cram them into
`thrift-*.tar.gz`, and why this CI doesn't use the content from `git clone`
directly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]