Commit:    c457daa763268f09a9dcdc5507fa8e023b8d3019
Author:    Anatol Belski <[email protected]>         Sun, 14 May 2017 01:31:36 +0200
Parents:   53b84660d98b10292401e4a9ee74da833017cc18
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=c457daa763268f09a9dcdc5507fa8e023b8d3019

Log:
ups, no backup but don't force

Changed paths:
  M  include/BuildVC.php


Diff:
diff --git a/include/BuildVC.php b/include/BuildVC.php
index 55667c0..47ee5f6 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 -fun -s $stability -b $branch -t $compiler 
-d " . dirname($this->build_dir) . "/deps";
+               $cmd = "phpsdk_deps -un -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

Reply via email to