Commit graph

11578 commits

Author SHA1 Message Date
http://hands.com/~phil/
1d7c3b6221 typo 2013-05-30 18:14:33 +00:00
Joey Hess
581562f032 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-30 13:57:36 -04:00
Joey Hess
4cc803c733 android dupped stderr workaround
Avoid using dupped stderr, since
http://git-annex.branchable.com/bugs/warning_-_WebApp_crashed:___60__file_descriptor_15__62__:_hPutStr:_illegal_operation___40__handle_is_closed__41___on_Android/#comment-a24c73803fb10bd35afdc10d50e071c8
seems to involve that handle not being dupped originally, or perhaps
getting closed when the web browser is started on Android.

Using the dupped stdout is known to work before starting the web browser,
so it should work after -- unless perhaps starting it closes both handles.

In any case, there's no real need to write to stderr here.
2013-05-30 13:55:22 -04:00
Joey Hess
f3888c272d update 2013-05-30 13:37:03 -04:00
Joey Hess
273798c8bd remove debug prints 2013-05-30 13:36:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
83f20a1174 Added a comment: Some errors after the build 2013-05-30 16:38:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
b0a8ec5558 Added a comment 2013-05-30 16:30:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
1f132810a2 Added a comment: Re: Comment 3 2013-05-30 16:29:12 +00:00
http://joeyh.name/
a0010430a3 Added a comment 2013-05-30 16:07:59 +00:00
http://joeyh.name/
ad53bd6936 Added a comment 2013-05-30 15:57:41 +00:00
http://joeyh.name/
70e677451d Added a comment 2013-05-30 15:49:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
bc63a5be57 Added a comment: Re: Comment 3 2013-05-30 15:48:44 +00:00
http://joeyh.name/
a18ff3defc Added a comment 2013-05-30 15:25:29 +00:00
http://joeyh.name/
1ce80e229c Added a comment 2013-05-30 15:20:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
fb0a917e01 Added a comment: E: Unable to locate package libghc-libxml-sax-dev 2013-05-30 15:05:47 +00:00
Joey Hess
79e080c120 close 2013-05-30 11:01:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
ae990e55c9 Added a comment: Samba works 2013-05-30 14:22:46 +00:00
ka7
b2961fd72d 2013-05-30 13:29:35 +00:00
http://aap.liquidid.net/
aa33a0c8ec Added a comment 2013-05-30 11:23:58 +00:00
http://a-or-b.myopenid.com/
0a76db034d Added a comment 2013-05-30 00:08:52 +00:00
Joey Hess
24d40b9cb4 make webapp menu item be visible in all languages 2013-05-29 19:22:16 -04:00
Joey Hess
bd183136b5 Merge branch 'master' of ssh://git-annex.branchable.com 2013-05-29 19:22:16 -04:00
robconnolly
b0b86e2b0b Added a comment 2013-05-29 23:18:23 +00:00
Joey Hess
aef6d84e40 make webapp menu item be visible in all languages 2013-05-29 18:59:40 -04:00
http://lj.rossia.org/users/imz/
1bd48d03c1 Added tiny info&link about this service (for those who hear this name the first time) 2013-05-29 20:39:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
a91e52558e Added a comment 2013-05-29 18:48:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
f318d23001 Added a comment 2013-05-29 18:08:51 +00:00
http://joeyh.name/
7fce8f18f5 Added a comment 2013-05-29 17:54:11 +00:00
Joey Hess
88d2d59f83 glacier: Better handling of the glacier inventory, which avoids duplicate uploads to the same glacier repository by git annex copy.
The checkpresent hook can return either True or, False, or fail with a message
if it cannot successfully check the remote. Currently for glacier, when
--trust-glacier is not set, it always returns False. Crucially, in the case
when a file is in glacier, this is telling git-annex it's not there, so copy
re-uploads it. This is not desirable; it breaks using glacier-cli to retreive
that file later, and it wastes money/bandwidth.

What if it instead, when the glacier inventory is missing a
file, it returns False. And when the glacier inventory has a file, unless
--trust-glacier is set, it *fails*.

The result would be:

* `git annex copy --to glacier` would only send things not listed in inventory. If a file is listed in the inventory, `copy`
  would complain that --trust-glacier` is not set, and not re-upload the file.
* `git annex drop` would only trust that glacier has a file when --trust-glacier is set. Behavior unchanged.
* `git annex move --to glacier`, when the file is not listed in inventory, would send the file, and delete it locally. Behavior unchanged.
* `git annex move --to glacier`, when the file is listed in inventory, would only trust that glacier has the file when --trust-glacier is set
* `git annex copy --from glacier` / `git annex get`, when the file is located in glacier, would trust the location log, and attempt to get the file from glacier.
2013-05-29 13:52:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
3c1007c539 2013-05-29 17:44:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
9ad9b28289 Added a comment 2013-05-29 17:41:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
16daa24d96 Added a comment 2013-05-29 17:20:40 +00:00
http://joeyh.name/
3bf3eb57e5 Added a comment 2013-05-29 17:01:55 +00:00
http://joeyh.name/
025ae1a7f7 Added a comment 2013-05-29 16:56:37 +00:00
Joey Hess
a0ab3dc3c4 add skydrive 2013-05-29 12:51:54 -04:00
http://joeyh.name/
c25df98ece Added a comment 2013-05-29 16:50:35 +00:00
http://joeyh.name/
8c8d635753 Added a comment 2013-05-29 16:45:03 +00:00
http://joeyh.name/
7209645213 Added a comment 2013-05-29 16:30:20 +00:00
http://joeyh.name/
a358dc8206 Added a comment 2013-05-29 16:23:12 +00:00
Joey Hess
623c4503ca close 2013-05-29 12:18:57 -04:00
http://joeyh.name/
b06bf5f118 Added a comment 2013-05-29 16:18:35 +00:00
Joey Hess
1190f348bd close 2013-05-29 12:13:48 -04:00
http://joeyh.name/
906446db68 Added a comment 2013-05-29 16:13:10 +00:00
http://joeyh.name/
2c5e6b21d8 Added a comment 2013-05-29 16:11:46 +00:00
http://joeyh.name/
d437079c16 Added a comment 2013-05-29 15:39:48 +00:00
Joey Hess
3c9ccee1cd close 2013-05-29 11:37:08 -04:00
http://joeyh.name/
dc7ddeec9b Added a comment 2013-05-29 15:36:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
cfad8e999a Added a comment 2013-05-29 11:33:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
5beec9b4ad 2013-05-29 11:23:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
2928c167e4 2013-05-29 10:13:15 +00:00