diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-09 14:24:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-09 14:24:17 -0400 |
commit | adb0cccb6c438145c53b0a8ebfff168522692e87 (patch) | |
tree | e42cfd5e0a237cbda24809319bca605426a55e3c /Assistant/Pairing | |
parent | c56c0554643cf64d1083ef2693ecff787a4731c3 (diff) |
webapp automatic grouping
webapp: Adds newly created repositories to one of these groups:
clients, drives, servers
This is heuristic, but it's a pretty good heuristic, and can always be
configured.
Diffstat (limited to 'Assistant/Pairing')
-rw-r--r-- | Assistant/Pairing/MakeRemote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Pairing/MakeRemote.hs b/Assistant/Pairing/MakeRemote.hs index fae8c5ee3..ab0bef13c 100644 --- a/Assistant/Pairing/MakeRemote.hs +++ b/Assistant/Pairing/MakeRemote.hs @@ -46,7 +46,7 @@ finishedPairing st dstatus scanremotes msg keypair = do , "git-annex-shell -c configlist " ++ T.unpack (sshDirectory sshdata) ] "" - makeSshRemote st dstatus scanremotes False sshdata + void $ makeSshRemote st dstatus scanremotes False sshdata {- Mostly a straightforward conversion. Except: - * Determine the best hostname to use to contact the host. |