git-annex/Remote
Joey Hess d1da9cf221 switch from System.Cmd.Utils to System.Process
Test suite now passes with -threaded!

I traced back all the hangs with -threaded to System.Cmd.Utils. It seems
it's just crappy/unsafe/outdated, and should not be used. System.Process
seems to be the cool new thing, so converted all the code to use it
instead.

In the process, --debug stopped printing commands it runs. I may try to
bring that back later.

Note that even SafeSystem was switched to use System.Process. Since that
was a modified version of code from System.Cmd.Utils, it needed to be
converted too. I also got rid of nearly all calls to forkProcess,
and all calls to executeFile, which I'm also doubtful about working
well with -threaded.
2012-07-18 18:00:24 -04:00
..
Helper pass associatedfile and remoteuuid to git-annex-shell 2012-07-02 10:57:51 -04:00
Bup.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
Directory.hs record transfer information on local git remotes 2012-07-01 17:15:11 -04:00
Git.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
Hook.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
List.hs use LANGUAGE CPP pragma, avoids running cpp on all the other sources 2012-04-17 18:37:40 -04:00
Rsync.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
S3.hs record transfer information on local git remotes 2012-07-01 17:15:11 -04:00
Web.hs record transfer information on local git remotes 2012-07-01 17:15:11 -04:00