diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-22 23:41:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-22 23:41:13 -0200 |
commit | e3e931a70458ad7134dbc619af070ed0ccc6a288 (patch) | |
tree | e4470a3e1ad42d5abb07203005271b95c371d883 | |
parent | e79ec3f9a66268e86efee7a14607101c9fb4275b (diff) | |
download | hydra-e3e931a70458ad7134dbc619af070ed0ccc6a288.tar.gz hydra-e3e931a70458ad7134dbc619af070ed0ccc6a288.tar.bz2 |
TODO update
-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. |