@@ -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"
@@ -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());