yandex / tartifacts

:package: Create artifacts for your assemblies
MIT License
20 stars 9 forks source link

Error unpacking file created by tartifacts #37

Closed arikon closed 8 years ago

arikon commented 8 years ago
arikon@arikonsand:~$ tar --overwrite --strip-components=1 -xzf /home/arikon/runtime_data/tasks/2/6/62/unit-tests.tar.gz -C /home/arikon/tmp
tar: automake/.gitignore: Cannot open: Not a directory
tar: automake/README.md: Cannot open: Not a directory
tar: automake/automake: Cannot open: Not a directory
tar: automake/automake.c: Cannot open: Not a directory
tar: automake/automake.js: Cannot open: Not a directory
tar: automake/cache-cleaner.js: Cannot open: Not a directory
tar: automake/test/test.js: Cannot open: Not a directory
tar: automake/test/ext-sources/.gitignore: Cannot open: Not a directory
tar: automake/test/ext-sources/append-include.css: Cannot open: Not a directory
tar: automake/test/ext-sources/append-include.js: Cannot open: Not a directory
tar: automake/test/ext-sources/append-include.priv.js: Cannot open: Not a directory
tar: automake/test/ext-sources/tmp-with-static.priv.js: Cannot open: Not a directory
tar: Exiting with failure status due to previous errors
arikon commented 8 years ago

My fault, should not specify --strip-components=1.