summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* splitGravatar Joey Hess2012-10-18
|
* drop unwanted content in the transfer scanGravatar Joey Hess2012-10-18
| | | | | | | | This was complicated quite a bit by needing to check numcopies. I optimised that, so it only looks up numcopies once per file, no matter how many remotes it checks to drop from. Although it did just occur to me that it might be better to first check if it wants to drop content, and only then check numcopies..
* minor transfer scanner code reworkingGravatar Joey Hess2012-10-18
| | | | Also a small optimisation using a Set
* import S3 only when enabledGravatar Nicolas Pouillard2012-10-18
|
* Relax the dependency on the base package, to accomodate with GHC 7.6Gravatar Nicolas Pouillard2012-10-18
|
* poll vote (Google Drive)Gravatar 84.204.75.22012-10-18
|
* poll vote (My phone (or MP3 player))Gravatar 84.204.75.22012-10-18
|
* Added a comment: I agreeGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-18
|
* (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-18
|
* Added a comment: Another ideaGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-18
|
* Added a comment: Works great!Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-18
|
* Added a commentGravatar http://joeyh.name/2012-10-18
|
* Added a commentGravatar http://joeyh.name/2012-10-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-17
|\
| * Added a commentGravatar http://joeyh.name/2012-10-18
| |
* | add solaris workaround to cabal file tooGravatar Joey Hess2012-10-17
| | | | | | | | uname reports SunOS, but cabal seems to use solaris.
| * (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-17
| |
| * Added a comment: Doesn't quite workGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-17
| |
| * Added a comment: uname on OpenIndianaGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-17
| |
| * Added a comment: libncurses on 10.7Gravatar https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e72012-10-17
| |
| * Added a comment: finding data that isn't unused, but should be.Gravatar bremner2012-10-17
|/
* blog for the dayGravatar Joey Hess2012-10-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-17
|\
* | Preferred content path matching bugfix.Gravatar Joey Hess2012-10-17
| | | | | | | | | | | | | | When in a subdir, both the normal filepath, and the filepath relative to the top of the git repo are needed for matching. The former for key lookup, and the latter for include/exclude to match against. Previously, key lookup didn't work in this situation.
| * Added a commentGravatar http://joeyh.name/2012-10-17
| |
| * Added a commentGravatar http://joeyh.name/2012-10-17
|/
* Fix handling of GIT_DIR when it refers to a git submodule.Gravatar Joey Hess2012-10-17
| | | | | | The old code was just wrong in taking fromPath of GIT_DIR -- that made an localUnknown location with the GIT_DIR in it, which only worked by accident, and failed in submodules.
* Added a commentGravatar http://joeyh.name/2012-10-17
|
* avoid building watch or assistant on SolarisGravatar Joey Hess2012-10-17
| | | | Solaris does not use kqueue, it has some other poll interface.
* Added a commentGravatar http://joeyh.name/2012-10-17
|
* Added a commentGravatar http://joeyh.name/2012-10-17
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc2012-10-17
|
* Added a comment: Arch LinuxGravatar https://www.google.com/accounts/o8/id?id=AItOawlwYMdU0H7P7MMlD0v_BcczO-ZkYHY4zuY2012-10-17
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-10-17
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng2012-10-17
|
* (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-17
|
* (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-17
|
* better fix for zombie problem, which turns out to be a zombie ssh started by ↵Gravatar Joey Hess2012-10-17
| | | | | | | | | | | | | | | | | | | | | rsync When rsyncProgress pipes rsync's stdout, this turns out to cause a ssh process started by rsync to be left behind as a zombie. I don't know why, but my recent zombie reaping cleanup was correct, it's just that this other zombie, that's not directly started by git-annex, was no longer reaped due to changes in the cleanup. Make rsyncProgress reap the zombie started by rsync, as a workaround. FWIW, the process tree looks like this. It seems like the rsync child is for some reason starting but not waiting on this extra ssh process. Ssh connection caching may be involved -- disabling it seemed to change the shape of the tree, but did not eliminate the zombie. 9378 pts/14 S+ 0:00 | \_ rsync -p --progress --inplace -4 -e 'ssh' '-S' ... 9379 pts/14 S+ 0:00 | | \_ ssh ... 9380 pts/14 S+ 0:00 | | \_ rsync -p --progress --inplace -4 -e 'ssh' '-S' ... 9381 pts/14 Z+ 0:00 | \_ [ssh] <defunct>
* remove the make clean for standalone buildsGravatar Joey Hess2012-10-16
| | | | This seemed to be causing too much load on the autobuilder.
* add news item for git-annex 3.20121017Gravatar Joey Hess2012-10-16
|
* releasing version 3.201210173.20121017Gravatar Joey Hess2012-10-16
|
* closeGravatar Joey Hess2012-10-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
| * Added a commentGravatar http://joeyh.name/2012-10-17
| |
* | Fix zombie cleanup reversion introduced in 3.20121009.Gravatar Joey Hess2012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-17
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-17
|/
* don't continue with missing binGravatar Joey Hess2012-10-16
| | | | | We want the standalone builds to be complete and reproducible, so a missing bin is an error.
* cleanupGravatar Joey Hess2012-10-16
|
* blog for the dayGravatar Joey Hess2012-10-16
|