diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/management.rst | 6 | ||||
-rw-r--r-- | doc/todo.rst | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/management.rst b/doc/management.rst index 85427b8..e927337 100644 --- a/doc/management.rst +++ b/doc/management.rst @@ -31,4 +31,8 @@ all the needed repositories and configurations to a local folder :: - hydra example init ~/file/example git@admin.example.org:example.git + hydra example init ~/file/example git@admin.example.org: + +This will try to fetch a superproject from git@admin.example.org:example.git +-- if exists, plus submodules -- or each git repository used by a network +previously created by the `init` action (`config.git`, `puppet.git`, etc). diff --git a/doc/todo.rst b/doc/todo.rst index 5914024..607a4f4 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -1,6 +1,5 @@ TODO ==== -- init: version control in the superproject? - metrics and alarms subsystem. - deploy: lockfile. |