diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 15:12:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-24 15:12:17 -0300 |
commit | cbc1885cf22182952d0a1b31779c89cff26decd4 (patch) | |
tree | a41659187dfb60643e157a36bbb189ea6c6d36cd /doc | |
parent | 30529ff43974ce04ddbe6cc801564b79e75bcc1d (diff) | |
download | hydra-cbc1885cf22182952d0a1b31779c89cff26decd4.tar.gz hydra-cbc1885cf22182952d0a1b31779c89cff26decd4.tar.bz2 |
Support networks both with and without superprojects
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. |