Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mcrouter] adjust tarball construction
`tar cf "ARCHIVE_FILE" .` has a strange side effect that it includes a reference to the current dir (which given the syntax, isn't unexpected I guess), but in practice that mangles the paths in the archive to prefix them all with "./" and confounds the permissions on the target directory when you extract the archive.
- Loading branch information