diff options
-rw-r--r-- | README | 5 | ||||
-rwxr-xr-x | share/hydra/sync | 1 |
2 files changed, 3 insertions, 3 deletions
@@ -12,5 +12,6 @@ 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. + - Init: split between init (complete new hydra) and register (for an existing hydra). + - Sync: split between public and private repositories. + - Sync: Git clone URL recommendation which support for both git-annex and non-standard port. diff --git a/share/hydra/sync b/share/hydra/sync index 44f6f14..b65a95e 100755 --- a/share/hydra/sync +++ b/share/hydra/sync @@ -55,7 +55,6 @@ for req in git-annex; do hydra_install_package $req done -# TODO: split between public and private repositories hydra_sync $REPOSITORIES # Update keyring. |