public function packLog(Interfaces\Package\Build $build = null) { if (!$build) { $build = $this->build; } $path = $this->getZipBaseName($build) . '-logs.zip'; $build->packLog($path); return realpath($path); }