Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added a comment | http://joeyh.name/ | 2012-10-18 |
| | |||
* | (no commit message) | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-17 |
| | |||
* | Added a comment: Doesn't quite work | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-17 |
| | |||
* | Added a comment: uname on OpenIndiana | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-17 |
| | |||
* | Added a comment: libncurses on 10.7 | https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e7 | 2012-10-17 |
| | |||
* | Added a comment: finding data that isn't unused, but should be. | bremner | 2012-10-17 |
| | |||
* | blog for the day | Joey Hess | 2012-10-17 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-10-17 |
|\ | |||
* | | Preferred content path matching bugfix. | Joey Hess | 2012-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 comment | http://joeyh.name/ | 2012-10-17 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-10-17 |
|/ | |||
* | Fix handling of GIT_DIR when it refers to a git submodule. | Joey Hess | 2012-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 comment | http://joeyh.name/ | 2012-10-17 |
| | |||
* | avoid building watch or assistant on Solaris | Joey Hess | 2012-10-17 |
| | | | | Solaris does not use kqueue, it has some other poll interface. | ||
* | Added a comment | http://joeyh.name/ | 2012-10-17 |
| | |||
* | Added a comment | http://joeyh.name/ | 2012-10-17 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc | 2012-10-17 |
| | |||
* | Added a comment: Arch Linux | https://www.google.com/accounts/o8/id?id=AItOawlwYMdU0H7P7MMlD0v_BcczO-ZkYHY4zuY | 2012-10-17 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo | 2012-10-17 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng | 2012-10-17 |
| | |||
* | (no commit message) | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-17 |
| | |||
* | (no commit message) | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-17 |
| | |||
* | better fix for zombie problem, which turns out to be a zombie ssh started by ↵ | Joey Hess | 2012-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 builds | Joey Hess | 2012-10-16 |
| | | | | This seemed to be causing too much load on the autobuilder. | ||
* | add news item for git-annex 3.20121017 | Joey Hess | 2012-10-16 |
| | |||
* | releasing version 3.201210173.20121017 | Joey Hess | 2012-10-16 |
| | |||
* | close | Joey Hess | 2012-10-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-10-16 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2012-10-17 |
| | | |||
* | | Fix zombie cleanup reversion introduced in 3.20121009. | Joey Hess | 2012-10-16 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2012-10-17 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-17 |
|/ | |||
* | don't continue with missing bin | Joey Hess | 2012-10-16 |
| | | | | | We want the standalone builds to be complete and reproducible, so a missing bin is an error. | ||
* | cleanup | Joey Hess | 2012-10-16 |
| | |||
* | blog for the day | Joey Hess | 2012-10-16 |
| | |||
* | add news item for git-annex 3.20121016 | Joey Hess | 2012-10-16 |
| | |||
* | releasing version 3.201210163.20121016 | Joey Hess | 2012-10-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-10-16 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2012-10-16 |
| | | |||
* | | ensure that gitdir is absolute | Joey Hess | 2012-10-16 |
| | | | | | | | | | | | | | | | | calcGitLink turns out to need it to be absolute, and it normally is, but not if it's read from a .git file in a submodule, or perhaps from GIT_DIR. I should look into dropping this invariant. | ||
* | | remove unused function | Joey Hess | 2012-10-16 |
|/ | |||
* | Added a comment: What about... | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo | 2012-10-16 |
| | |||
* | fixed | Joey Hess | 2012-10-16 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-10-16 |
|\ | |||
| * | (no commit message) | https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 | 2012-10-16 |
| | | |||
* | | Temporarily disable use of dbus, as the haskell dbus library blows up when ↵ | Joey Hess | 2012-10-16 |
| | | | | | | | | losing connection, which will need to be fixed upstream. | ||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng | 2012-10-16 |
| | | |||
| * | (no commit message) | EskildHustvedt | 2012-10-16 |
| | | |||
| * | removed | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM | 2012-10-16 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM | 2012-10-16 |
| | |