diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-22 23:33:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-22 23:33:06 -0200 |
commit | e79ec3f9a66268e86efee7a14607101c9fb4275b (patch) | |
tree | 59b2bd906dbe1081b31e3d088ee90d7b9586cf70 | |
parent | c1b1da08b36e9780de59f3bd5c22a584fdb84e09 (diff) | |
download | hydra-e79ec3f9a66268e86efee7a14607101c9fb4275b.tar.gz hydra-e79ec3f9a66268e86efee7a14607101c9fb4275b.tar.bz2 |
TODO
-rw-r--r-- | README | 7 | ||||
-rwxr-xr-x | share/hydra/init | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -7,3 +7,10 @@ This suite is made of three commands: - hydra: issues commands on multiple hosts. - hydras: issues commands to multiple sets of hosts. +TODO +---- + +Hydra: + + - Split between init (complete new hydra) and register (for an existing hydra) + - Git clone URL recommendation which support for both git-annex and non-standard port. diff --git a/share/hydra/init b/share/hydra/init index 8170603..5ac6f82 100755 --- a/share/hydra/init +++ b/share/hydra/init @@ -48,5 +48,5 @@ if [ ! -z "$REMOTE" ]; then echo "PRIVATE_REPOS=$REMOTE" >> $PREFERENCES fi -# Setup or clone initial repositories +# Sync repositories hydra $HYDRA sync |