Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diffusion/ssh/DiffusionGitUploadPackSSHWorkflow.php
| Show All 9 Lines | $this->setArguments( | ||||
| 'name' => 'dir', | 'name' => 'dir', | ||||
| 'wildcard' => true, | 'wildcard' => true, | ||||
| ), | ), | ||||
| )); | )); | ||||
| } | } | ||||
| protected function executeRepositoryOperations() { | protected function executeRepositoryOperations() { | ||||
| $repository = $this->getRepository(); | $repository = $this->getRepository(); | ||||
| $viewer = $this->getUser(); | $viewer = $this->getSSHUser(); | ||||
| $device = AlmanacKeys::getLiveDevice(); | $device = AlmanacKeys::getLiveDevice(); | ||||
| $skip_sync = $this->shouldSkipReadSynchronization(); | $skip_sync = $this->shouldSkipReadSynchronization(); | ||||
| $is_proxy = $this->shouldProxy(); | $is_proxy = $this->shouldProxy(); | ||||
| if ($is_proxy) { | if ($is_proxy) { | ||||
| $command = $this->getProxyCommand(); | $command = $this->getProxyCommand(); | ||||
| ▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines | |||||