https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
8b025c59a5
Added a comment: uname on OpenIndiana
2012-10-17 22:19:04 +00:00
https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e7
036dcda99f
Added a comment: libncurses on 10.7
2012-10-17 21:24:24 +00:00
bremner
c2a2d226af
Added a comment: finding data that isn't unused, but should be.
2012-10-17 20:32:12 +00:00
Joey Hess
9762d26f81
blog for the day
2012-10-17 16:21:34 -04:00
Joey Hess
dd88888b28
Merge branch 'master' of ssh://git-annex.branchable.com
2012-10-17 16:01:24 -04:00
Joey Hess
e7780a39f5
Preferred content path matching bugfix.
...
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.
2012-10-17 16:01:09 -04:00
Joey Hess
59170c4187
hyperlink to repository edit form from transfer display
2012-10-17 14:45:58 -04:00
http://joeyh.name/
76987b849f
Added a comment
2012-10-17 18:31:58 +00:00
http://joeyh.name/
d78d5b596a
Added a comment
2012-10-17 18:29:24 +00:00
Joey Hess
e6b1f36e1d
Fix handling of GIT_DIR when it refers to a git submodule.
...
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.
2012-10-17 14:28:05 -04:00
http://joeyh.name/
19371138cc
Added a comment
2012-10-17 17:42:30 +00:00
Joey Hess
baad8829c8
avoid building watch or assistant on Solaris
...
Solaris does not use kqueue, it has some other poll interface.
2012-10-17 13:41:09 -04:00
http://joeyh.name/
788051802a
Added a comment
2012-10-17 17:35:11 +00:00
http://joeyh.name/
3a9639226f
Added a comment
2012-10-17 17:32:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlZvtBCVyJw4O71OPsdwGpVh6iJ1W-xaPc
551596fb2c
Added a comment
2012-10-17 14:39:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlwYMdU0H7P7MMlD0v_BcczO-ZkYHY4zuY
249ef6078c
Added a comment: Arch Linux
2012-10-17 13:21:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
89efb55da2
Added a comment
2012-10-17 12:54:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng
4b3e0c6537
Added a comment
2012-10-17 11:41:54 +00:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
eb25a0573e
2012-10-17 07:48:21 +00:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
355c2cbab4
2012-10-17 07:21:36 +00:00
Joey Hess
919fec85cd
better fix for zombie problem, which turns out to be a zombie ssh started by 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>
2012-10-17 00:47:52 -04:00
Joey Hess
b70aaa1891
remove the make clean for standalone builds
...
This seemed to be causing too much load on the autobuilder.
2012-10-16 21:43:14 -04:00
Joey Hess
83c01c44ab
add news item for git-annex 3.20121017
2012-10-16 21:24:49 -04:00
Joey Hess
45201f78a7
releasing version 3.20121017
2012-10-16 21:24:33 -04:00
Joey Hess
ccf76ec29d
close
2012-10-16 21:07:58 -04:00
Joey Hess
9ec33396cc
Merge branch 'master' of ssh://git-annex.branchable.com
2012-10-16 21:07:10 -04:00
http://joeyh.name/
fbb394daeb
Added a comment
2012-10-17 01:07:00 +00:00
Joey Hess
9200a02af5
Fix zombie cleanup reversion introduced in 3.20121009.
2012-10-16 21:06:33 -04:00
http://joeyh.name/
a70e92b8e4
Added a comment
2012-10-17 00:41:03 +00:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
e2335c6688
2012-10-17 00:14:34 +00:00
Joey Hess
053e72cbfa
don't continue with missing bin
...
We want the standalone builds to be complete and reproducible, so a missing
bin is an error.
2012-10-16 17:02:24 -04:00
Joey Hess
1da89079f2
cleanup
2012-10-16 16:58:04 -04:00
Joey Hess
7d4f1358f9
blog for the day
2012-10-16 16:49:29 -04:00
Joey Hess
6fb08f2112
add news item for git-annex 3.20121016
2012-10-16 16:48:30 -04:00
Joey Hess
634b870240
releasing version 3.20121016
2012-10-16 16:47:59 -04:00
Joey Hess
a0c05bfa55
Merge branch 'master' of ssh://git-annex.branchable.com
2012-10-16 16:29:05 -04:00
http://joeyh.name/
549204c8a4
Added a comment
2012-10-16 20:28:04 +00:00
Joey Hess
4f95cc8ef1
ensure that gitdir is absolute
...
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.
2012-10-16 16:25:45 -04:00
Joey Hess
509692847a
remove unused function
2012-10-16 15:39:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
8fbcb23eb1
Added a comment: What about...
2012-10-16 16:43:29 +00:00
Joey Hess
5af5e50475
fixed
2012-10-16 12:34:22 -04:00
Joey Hess
0806b8bfb3
Merge branch 'master' of ssh://git-annex.branchable.com
2012-10-16 12:32:45 -04:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
fdca690900
2012-10-16 16:30:57 +00:00
Joey Hess
d7c19ef307
Temporarily disable use of dbus, as the haskell dbus library blows up when losing connection, which will need to be fixed upstream.
2012-10-16 11:56:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng
148f7ee1f3
Added a comment
2012-10-16 12:02:27 +00:00
EskildHustvedt
e9387aee5c
2012-10-16 07:58:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM
6996d834cb
removed
2012-10-16 06:01:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM
44050301c2
Added a comment
2012-10-16 06:01:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM
87dd423d79
Added a comment
2012-10-16 06:01:38 +00:00
http://joeyh.name/
70a15660de
Added a comment
2012-10-16 05:56:10 +00:00