Last 12 weeks · 0 commits
4 of 6 standards met
hej, I am using gulp-tar within a auto-deploy build chain for an express application, and it works fine when using it on linux machines => unfortunately i also have to make it run on windows boxes: when i create a tarball on my windows box via: ..... return gulp.src(_src) .pipe(tar(PACKAGE+'.tar')) .pipe(gzip()) .pipe(gulp.dest(DIST)); it creates a fine PACKAGE.tar.gz file when i ship/scp this to the prudction (linux) server and run the deploy script there .... tar -zxvf PACKAGE.tar.gz it starts to unpack but fails with "..Cannot open: Permission denied.." which roots from the fact that all directories are also set with 644 permission instead of 755 ! any advice ? greetings from vienna/austria gerold.
Repository: sindresorhus/gulp-tar. Description: Create tarball from files Stars: 31, Forks: 16. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Topics: compress, gulp-plugin, javascript, nodejs, tar, tarball. Latest release: v5.0.0 (9mo ago). Open PRs: 0, open issues: 0. Last activity: 9mo ago. Community health: 71%. Top contributors: sindresorhus, JohanvdWest, yorch, kevva, Blaimi, Mike-Neto, Richienb, zentron, ntwb, chocolateboy and others.