Lines Matching refs:repo
119 $repo = $this->getSourceRepo($ext);
121 if (!$repo) {
124 } elseif ($this->cloneExtension($ext, $repo)) {
147 $repo = $this->getSourceRepo($ext);
149 if (!$repo) {
156 } elseif ($this->cloneExtension($ext, $repo)) {
182 foreach ($repos as $repo) {
183 if (!@chdir($repo)) {
184 $this->error("Could not change into $repo");
188 $this->info("executing $shell in $repo");
193 $this->success("git succeeded in $repo");
195 $this->error("git failed in $repo");
206 foreach ($repos as $repo) {
207 echo "$repo\n";
252 * @param string $repo
255 private function cloneExtension($ext, $repo) argument
263 $this->info("cloning $ext from $repo to $target");
265 system("git clone $repo $target", $ret);
320 $repo = $m[2];
336 $repo = $m[2];