aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* wired preferred content up to get, copy, and drop --autoGravatar Joey Hess2012-10-08
|
* update; branchGravatar Joey Hess2012-10-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-07
|\
* | uninit: Unset annex.version. Closes: #689852Gravatar Joey Hess2012-10-07
| |
| * poll vote (Google Drive)Gravatar 93.90.47.1142012-10-07
| |
| * Added a commentGravatar http://joeyh.name/2012-10-06
|/
* fix name of path to osx app directoryGravatar Joey Hess2012-10-06
|
* look for sysctl in some common sbin locations when it's not in PATHGravatar Joey Hess2012-10-06
|
* Added a comment: setup: standalone/macos/git-annex.app/Contents/Info.plist: ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY2012-10-06
| | | | does not exist
* Added a comment: Include/excludeGravatar http://meep.pl/2012-10-06
|
* typosGravatar http://lj.rossia.org/users/imz/2012-10-05
|
* really fix link..Gravatar Joey Hess2012-10-05
|
* fix linkGravatar Joey Hess2012-10-05
|
* responseGravatar Joey Hess2012-10-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-05
|\
* | blog for the dayGravatar Joey Hess2012-10-05
| |
* | add AssumeNotPresent parameter to limitsGravatar Joey Hess2012-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | Solves the issue with preferred content expressions and dropping that I mentioned yesterday. My solution was to add a parameter to specify a set of repositories where content should be assumed not to be present. When deciding whether to drop, it can put the current repository in, and then if the expression fails to match, the content can be dropped. Using yesterday's example "(not copies=trusted:2) and (not in=usbdrive)", when the local repo is one of the 2 trusted copies, the drop check will see only 1 trusted copy, so the expression matches, and so the content will not be dropped.
| * Added a comment: +1Gravatar http://m-f-k.myopenid.com/2012-10-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-05
|\
* | updateGravatar Joey Hess2012-10-05
| |
| * Added a commentGravatar http://joeyh.name/2012-10-05
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-05
|\
* | noteGravatar Joey Hess2012-10-05
| |
| * Added a comment: Ah, the barber paradoxGravatar http://meep.pl/2012-10-05
| |
| * Added a commentGravatar http://joeyh.name/2012-10-05
| |
| * poll vote (My phone (or MP3 player))Gravatar 84.186.117.82012-10-05
| |
| * Added a commentGravatar http://joeyh.name/2012-10-05
|/
* updateGravatar Joey Hess2012-10-04
|
* old bugGravatar Joey Hess2012-10-04
|
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
| | | | | Made Git.LsFiles return cleanup actions, and everything waits on processes now, except of course for Seek.
* bugfixGravatar Joey Hess2012-10-04
|
* remove now-unnecessary manual reapsGravatar Joey Hess2012-10-04
|
* more zombie fightingGravatar Joey Hess2012-10-04
| | | | | | | | | | | | | | | | | | | | I'm down to 9 places in the code that can produce unwaited for zombies. Most of these are pretty innocuous, at least for now, are only used in short-running commands, or commands that run a set of actions and explicitly reap zombies after each one. The one from Annex.Branch.files could be trouble later, since both Command.Fsck and Command.Unused can trigger it, and the assistant will be doing those eventally. Ditto the one in Git.LsTree.lsTree, which Command.Unused uses. The only ones currently affecting the assistant though, are in Git.LsFiles. Several threads use several of those. (And yeah, using pipes or ResourceT would be a less ad-hoc approach, but I don't really feel like ripping my entire code base apart right now to change a foundation monad. Maybe one of these days..)
* make a pipeReadStrict, that properly waits on the processGravatar Joey Hess2012-10-04
| | | | | | Nearly everything that's reading from git is operating on a small amount of output and has been switched to use that. Only pipeNullSplit stuff continues using the lazy version that yields zombies.
* reopening; zombies do seem to accumulate sometimesGravatar Joey Hess2012-10-04
|
* Only build-depend on libghc-clientsession-dev on arches that will have the ↵Gravatar Joey Hess2012-10-04
| | | | webapp.
* blog for the dayGravatar Joey Hess2012-10-04
|
* added preferred-content log, and allow editing it with vicfgGravatar Joey Hess2012-10-04
| | | | | | | | | | | | | | This includes a full parser for the boolean expressions in the log, that compiles them into Matchers. Those matchers are not used yet. A complication is that matching against an expression should never crash git-annex with an error. Instead, vicfg checks that the expressions parse. If a bad expression (or an expression understood by some future git-annex version) gets into the log, it'll be ignored. Most of the code in Limit couldn't fail anyway, but I did have to make limitCopies check its parameter first, and return an error if it's bad, rather than erroring at runtime.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-04
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlFUH5H4OUj9vMJIoXQs8bheiptgANQ6fU2012-10-04
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm9n2FZTQzC5wvWqgKKnU0HyuC5vgVkfbY2012-10-04
| |
| * Added a comment: The bug is actually something completely different!Gravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2012-10-04
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-03
|\|
* | tweakGravatar Joey Hess2012-10-03
| |
| * Fixed formatting.Gravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2012-10-04
| |
| * Bug description.Gravatar https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ2012-10-04
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-03
|\
* | blog for the dayGravatar Joey Hess2012-10-03
| |
* | finished vicfgGravatar Joey Hess2012-10-03
| | | | | | | | | | | | One note: Deleted lines are not currently parsed as config changes. That makes sense for trust settings. It may make sense to support deleted lines as a way to clear group settings.
* | wrote parserGravatar Joey Hess2012-10-03
| |