Commit: a652d1b4bf24a42840b559cb2d09fdcac2e36811 Author: Anatol Belski <[email protected]> Sat, 13 May 2017 23:27:19 +0200 Parents: ed093b00beedca0fa5f73e7d98a6e87f5522debd Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=a652d1b4bf24a42840b559cb2d09fdcac2e36811 Log: don't create backups after dep upgrades Changed paths: M include/BuildVC.php Diff: diff --git a/include/BuildVC.php b/include/BuildVC.php index 889226f..55667c0 100644 --- a/include/BuildVC.php +++ b/include/BuildVC.php @@ -101,7 +101,7 @@ class BuildVC { { $branch = $this->branch->config->getBranch(); $compiler = $this->branch->config->getCompiler(); - $cmd = "phpsdk_deps -u -s $stability -b $branch -t $compiler -d " . dirname($this->build_dir) . "/deps"; + $cmd = "phpsdk_deps -fun -s $stability -b $branch -t $compiler -d " . dirname($this->build_dir) . "/deps"; $ret = exec_single_log($cmd, $this->build_dir, $this->env); if (!$ret) { throw new \Exception('dependencies update failed'); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
