mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 18:18:57 +02:00
[Nostromo] Issuws with Tar and large filenames
This commit is contained in:
@@ -41,7 +41,7 @@ class PrepareTask extends AbstractTask
|
||||
$this->runtime->setVar('tar_local', $tarLocal);
|
||||
|
||||
$excludes = $this->getExcludes();
|
||||
$flags = $this->runtime->getEnvOption('tar_create', 'cfzop');
|
||||
$flags = $this->runtime->getEnvOption('tar_create', 'cfzp');
|
||||
$cmdTar = sprintf('tar %s %s %s ./', $flags, $tarLocal, $excludes);
|
||||
|
||||
/** @var Process $process */
|
||||
|
||||
Reference in New Issue
Block a user