Browse Source

Se agrego el repositorio del tr069 y un sleep al tag de vendors

gabriel 7 years ago
parent
commit
de934e5168
2 changed files with 4 additions and 0 deletions
  1. 3 0
      tools/repositories.ini
  2. 1 0
      tools/src/Command/TagVendorsCommand.php

+ 3 - 0
tools/repositories.ini

@@ -64,6 +64,9 @@ repo = "ssh://git@bitbucket.org/ikflowdat/templatebundle.git"
 [webservice]
 repo = "ssh://git@bitbucket.org/ikflowdat/webservice.git"
 
+[tr069]
+repo = "ssh://igit@bitbucket.org:ikflowdat/tr069bundle.git"
+
 [workflowbundle]
 repo = "ssh://git@bitbucket.org/ikflowdat/workflowbundle.git"
 

+ 1 - 0
tools/src/Command/TagVendorsCommand.php

@@ -97,6 +97,7 @@ class TagVendorsCommand extends Command
                     }
                     // ejecuto el comando git
                     shell_exec($cmd);
+		    sleep(5);
                 } catch (GitException $e) {
                     $output->writeln($e->getTraceAsString());
                     $output->writeln($sec . ": " . $e->getMessage());