Page MenuHomePhorge

PhageLocalAction.php
No OneTemporary

PhageLocalAction.php

<?php
final class PhageLocalAction
extends PhageAgentAction {
protected function newAgentFuture(PhutilCommandString $command) {
$arcanist_src = phutil_get_library_root('arcanist');
$bin_dir = Filesystem::concatenatePaths(
array(
dirname($arcanist_src),
'bin',
));
$future = id(new ExecFuture('%s exec -- %C', './phage', $command))
->setCWD($bin_dir);
return $future;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 12:21 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116151
Default Alt Text
PhageLocalAction.php (432 B)

Event Timeline