lein-tar icon indicating copy to clipboard operation
lein-tar copied to clipboard

Create tarballs from Leiningen projects.

Results 3 lein-tar issues
Sort by recently updated
recently updated
newest added

[`git pack-refs --all`](https://git-scm.com/docs/git-pack-refs) changes the `.git` internal structure, placing all refs in `.git/packed-refs` and deletes the individual files in `.git/refs/`. This can also be done implicitly by other commands like...

Use .getCannonicalPath instead of .getAbsolutePath Fixes https://github.com/technomancy/lein-tar/issues/17

- tar xzf target/samza-streaming-0.1.1.tgz -C deploy/samza lib//Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre/../lib/tools.jar: Path contains '..' tar: Error exit delayed from previous errors Should use .getCanonicalPath instead of .getAbsolutePath