mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 23:08:56 +02:00
[Nostromo] TarGz, do not preserve owner but do preserve modes
This commit is contained in:
@@ -41,7 +41,7 @@ class PrepareTask extends AbstractTask
|
||||
$this->runtime->setVar('targz_local', $tarGzLocal);
|
||||
|
||||
$excludes = $this->getExcludes();
|
||||
$cmdTarGz = sprintf('tar cfz %s %s ./', $tarGzLocal, $excludes);
|
||||
$cmdTarGz = sprintf('tar cfzop %s %s ./', $tarGzLocal, $excludes);
|
||||
|
||||
/** @var Process $process */
|
||||
$process = $this->runtime->runLocalCommand($cmdTarGz, 300);
|
||||
|
||||
Reference in New Issue
Block a user