aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* add news item for git-annex 3.20121016Gravatar Joey Hess2012-10-16
|
* releasing version 3.201210163.20121016Gravatar 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-16
| |
* | ensure that gitdir is absoluteGravatar Joey Hess2012-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 functionGravatar Joey Hess2012-10-16
|/
* Added a comment: What about...Gravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-10-16
|
* fixedGravatar Joey Hess2012-10-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
| * (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-16
| |
* | Temporarily disable use of dbus, as the haskell dbus library blows up when ↵Gravatar Joey Hess2012-10-16
| | | | | | | | losing connection, which will need to be fixed upstream.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng2012-10-16
| |
| * (no commit message)Gravatar EskildHustvedt2012-10-16
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
| * Added a comment: I can confirm the fixGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |