pass associatedfile and remoteuuid to git-annex-shell

This *almost* works.

Along the way, I noticed that the --uuid parameter was being accidentially
passed after the --, so that has never been actually used by
git-annex-shell to verify it's running in the expected repository. Oops. Fixed.
This commit is contained in:
Joey Hess 2012-07-02 10:57:51 -04:00
parent 74f0d67aa3
commit 760e028dca
4 changed files with 38 additions and 23 deletions

View file

@ -203,7 +203,7 @@ tryScan r
Git.Config.hRead r
configlist =
onRemote r (pipedconfig, Nothing) "configlist" []
onRemote r (pipedconfig, Nothing) "configlist" [] []
manualconfiglist = do
sshparams <- sshToRepo r [Param sshcmd]
liftIO $ pipedconfig "ssh" sshparams