Commit graph

3708 commits

Author SHA1 Message Date
Joey Hess
18c9de5e14 Merge branch 'master' into safesemaphore
Conflicts:
	debian/changelog
2012-10-07 17:36:58 -04:00
178.83.201.90
2baa36230c poll vote (My phone (or MP3 player)) 2012-10-07 20:27:08 +00:00
93.90.47.114
e36b4bc454 poll vote (Google Drive) 2012-10-07 18:20:07 +00:00
http://joeyh.name/
4530e68c00 Added a comment 2012-10-06 21:05:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
d7289a13e5 Added a comment: setup: standalone/macos/git-annex.app/Contents/Info.plist: does not exist 2012-10-06 14:46:55 +00:00
http://meep.pl/
45f408bc3c Added a comment: Include/exclude 2012-10-06 08:40:23 +00:00
http://lj.rossia.org/users/imz/
eaac10ac1d typos 2012-10-05 22:56:48 +00:00
Joey Hess
12d1f71e9d really fix link.. 2012-10-05 17:59:34 -04:00
Joey Hess
5e1ff4263a fix link 2012-10-05 17:58:04 -04:00
Joey Hess
b577ec4a5c response 2012-10-05 17:56:15 -04:00
Joey Hess
33a2af36f2 Depend on and use the Haskell SafeSemaphore library, which provides exception-safe versions of SampleVar and QSemN. Thanks, Ben Gamari for an excellent patch set. 2012-10-05 17:50:17 -04:00
Joey Hess
b374e21118 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-05 17:09:58 -04:00
Joey Hess
d5348efeb0 blog for the day 2012-10-05 17:09:17 -04:00
http://m-f-k.myopenid.com/
ac238eccba Added a comment: +1 2012-10-05 20:00:32 +00:00
Joey Hess
51f41bad63 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-05 11:57:54 -04:00
Joey Hess
b1c28ab87e update 2012-10-05 11:57:48 -04:00
http://joeyh.name/
4c5443329a Added a comment 2012-10-05 15:08:26 +00:00
Joey Hess
e68600813e Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-05 11:00:01 -04:00
Joey Hess
094dfac9f2 note 2012-10-05 10:57:34 -04:00
http://meep.pl/
492d62ce20 Added a comment: Ah, the barber paradox 2012-10-05 06:51:12 +00:00
http://joeyh.name/
a4ffc7d155 Added a comment 2012-10-05 00:43:12 +00:00
84.186.117.8
f782c6948d poll vote (My phone (or MP3 player)) 2012-10-05 00:40:28 +00:00
http://joeyh.name/
05efde7489 Added a comment 2012-10-05 00:39:43 +00:00
Joey Hess
2faa2cdf00 update 2012-10-04 20:38:39 -04:00
Joey Hess
f84ac8141e old bug 2012-10-04 20:15:16 -04:00
Joey Hess
47314c0fad fix last zombies in the assistant
Made Git.LsFiles return cleanup actions, and everything waits on
processes now, except of course for Seek.
2012-10-04 19:56:32 -04:00
Joey Hess
046f51c93b reopening; zombies do seem to accumulate sometimes 2012-10-04 17:40:22 -04:00
Joey Hess
3567643e2a blog for the day 2012-10-04 16:55:50 -04:00
Joey Hess
bc649a35ba added preferred-content log, and allow editing it with vicfg
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.
2012-10-04 16:00:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlFUH5H4OUj9vMJIoXQs8bheiptgANQ6fU
0d8f90d91c 2012-10-04 13:26:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9n2FZTQzC5wvWqgKKnU0HyuC5vgVkfbY
8dd7fe7e41 2012-10-04 05:57:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ
9963a3a74c Added a comment: The bug is actually something completely different! 2012-10-04 03:53:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ
4c366d6a09 Fixed formatting. 2012-10-04 02:25:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ
0f682bc6fc Bug description. 2012-10-04 02:20:38 +00:00
Joey Hess
e138a514a9 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-03 19:41:26 -04:00
Joey Hess
d7898605e3 blog for the day 2012-10-03 19:39:53 -04:00
Joey Hess
7a7f63182c vicfg: New command, allows editing (or simply viewing) most of the repository configuration settings stored in the git-annex branch.
Incomplete; I need to finish parsing and saving. This will also be used
for editing transfer control expresssions.

Removed the group display from the status output, I didn't really
like that format, and vicfg can be used to see as well as edit rempository
group membership.
2012-10-03 17:04:52 -04:00
Joey Hess
949fdcb63a better example 2012-10-03 11:02:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawknpbpx4uDElXRzJ4kPXuJU1KdcslOI6go
dc5dd9f22a Added a comment: I strongly agree with Glen 2012-10-03 14:07:41 +00:00
62.93.122.86
377330f2c1 poll vote (My phone (or MP3 player)) 2012-10-03 09:35:07 +00:00
http://wiggy.net/
e7fe412a6d Added a comment: symlinks? 2012-10-03 07:15:22 +00:00
65.12.145.136
58a2e4175e poll vote (My phone (or MP3 player)) 2012-10-03 00:55:16 +00:00
65.12.145.136
ff676a1670 poll vote (Google Drive) 2012-10-03 00:54:54 +00:00
65.12.145.136
c537490c32 poll vote (Amazon Glacier) 2012-10-03 00:54:41 +00:00
Joey Hess
c696db7dd4 blog for the day 2012-10-02 18:16:58 -04:00
Joey Hess
9aab70de66 always check with ls-files before adding new files
Makes it safe to use git annex unlock with the watcher/assistant.
And also to mix use of the watcher/assistant with regular files stored in git.

Long ago, I had avoided doing this check, except during the startup scan,
because it would be slow to run ls-files repeatedly.

But then I added the lsof check, and to make that fast, got it to detect
batch file adds. So let's move the ls-files check to also occur when it'll
have a batch, and can check them all with one call.

This does slow down adding a single file by just a bit, but really only
a little bit. (The lsof check is probably more expensive.) It also
speeds up the startup scan, especially when there are lots of new files
found by the scan.

Also, fixed the sleep for annex.delayadd to not run while the threadstate
lock is held, so it doesn't unnecessarily freeze everything else.

Also, --force no longer makes it skip the lsof check, which was not
documented, and seems never a good idea.
2012-10-02 17:41:23 -04:00
Joey Hess
613e747d91 bring back default SIGINT handler
This seems to fix a problem I've recently seen where ctrl-c during rsync
leads to `git annex get` moving on to the next thing rather than exiting.

Seems likely that started happening with the switch to System.Process
(d1da9cf221), as the old code took care
to install a default SIGINT handler.

Note that since the bug was only occurring sometimes, I am not 100% sure
I've squashed it, although I seem to have.
2012-10-01 23:01:29 -04:00
Joey Hess
9770582859 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-01 18:41:12 -04:00
Joey Hess
adec96ba03 blog for the day 2012-10-01 18:39:54 -04:00
Joey Hess
3846c7ae5e terminology 2012-10-01 18:26:47 -04:00
Joey Hess
eeaa8dada8 A way to match files in repositories in a group
--copies=group:number can now be used to match files that are present in a
specified number of repositories in a group.
2012-10-01 18:25:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
7ba7ec49be Added a comment: nolock option worked 2012-10-01 20:31:19 +00:00
Joey Hess
2a96b1aab3 group, ungroup: New commands to indicate groups of repositories. 2012-10-01 15:12:04 -04:00
Joey Hess
cf858190a5 add news item for git-annex 3.20121001 2012-10-01 14:14:05 -04:00
Joey Hess
bd1d9b52b4 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-01 14:13:06 -04:00
Joey Hess
3504fd13a8 document new --copies=trustlevel:number 2012-10-01 13:52:39 -04:00
Joey Hess
915c1e531f typo 2012-10-01 13:41:05 -04:00
Joey Hess
f159cda450 tweak 2012-10-01 12:11:03 -04:00
Joey Hess
f5022e77be notes on possibilities 2012-10-01 11:30:51 -04:00
http://lj.rossia.org/users/imz/
bbba59aa03 Wikilink to the command in question. 2012-10-01 11:33:51 +00:00
http://joeyh.name/
659855efef Added a comment 2012-09-30 17:11:13 +00:00
http://rjc.pip.verisignlabs.com/
4e69098f52 Added a comment: assistant in Debian 2012-09-30 09:10:18 +00:00
Joey Hess
0ccfb3bbb2 let's not -DOSX, that results in unwanted mangling 2012-09-29 14:49:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
6ef547717c 2012-09-29 18:27:13 +00:00
Joey Hess
cc0e5b7c52 use getAddrInfo, to support ipv6 2012-09-29 12:50:12 -04:00
Joey Hess
ee38e56403 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-29 12:28:23 -04:00
Joey Hess
3f70dafcd4 sanitize all git remote names 2012-09-29 12:27:43 -04:00
http://joeyh.name/
6532b1ed0c Added a comment 2012-09-29 16:03:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e58832be53 2012-09-29 11:25:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e5de30512d Added a comment 2012-09-29 09:01:12 +00:00
199.180.99.38
8f7c1daefe poll vote (My phone (or MP3 player)) 2012-09-29 03:05:36 +00:00
Joey Hess
791d33dfb3 add warning 2012-09-28 21:00:59 -04:00
Joey Hess
53795a7edc tweak 2012-09-28 20:59:00 -04:00
Joey Hess
98da868457 remove download link from sidebar; install link is the key one 2012-09-28 20:58:01 -04:00
Joey Hess
3d6c35866e Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-28 20:57:08 -04:00
Joey Hess
cb30f7956c simpler links to prebuilt tarballs 2012-09-28 20:56:26 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
65acdaa357 2012-09-28 23:37:29 +00:00
Joey Hess
b98de9391b fix link 2012-09-28 19:35:54 -04:00
Joey Hess
6e182a9f09 blog for the day 2012-09-28 19:18:32 -04:00
Joey Hess
e88e3ba85b standalone linux app nearly ready
also made several fixes that apply to the OSX app
2012-09-28 19:08:13 -04:00
Joey Hess
115f05db25 building linux standalone tarballs 2012-09-28 18:21:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d20cd192cc 2012-09-28 20:39:40 +00:00
http://ciffer.net/~svend/
faf4164fdb Report IPv6 bug with webapp 2012-09-28 18:52:28 +00:00
http://www.dominik-george.de/
a59e261b23 2012-09-28 18:38:59 +00:00
Joey Hess
121a7f00e9 close old bugs 2012-09-28 12:59:15 -04:00
Joey Hess
64514a3db3 close unreproducible bug and remove expensive code added to debug it 2012-09-28 12:56:58 -04:00
Joey Hess
d437a7708f close 2012-09-28 12:48:37 -04:00
Joey Hess
1f67d9c0e3 update 2012-09-28 12:16:25 -04:00
Joey Hess
651b499e1c reopen 2012-09-28 11:02:17 -04:00
82.74.121.83
8fdbbf3a38 poll vote (My phone (or MP3 player)) 2012-09-28 13:42:45 +00:00
83.175.83.68
fc76fd1962 poll vote (My phone (or MP3 player)) 2012-09-28 12:45:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3fa657a82f 2012-09-28 09:00:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3f8a188b2f 2012-09-28 09:00:09 +00:00
Joey Hess
827f7073bf foo 2012-09-27 20:28:28 -04:00
Joey Hess
013bcabdb8 link 2012-09-27 19:00:32 -04:00
Joey Hess
dc8b8d1607 tweak 2012-09-27 18:58:23 -04:00
Joey Hess
abae9ea340 link 2012-09-27 18:54:15 -04:00
Joey Hess
de22ee5093 add links to git-annex.app builds 2012-09-27 18:52:42 -04:00
Joey Hess
d9f8aad4f1 add a tip 2012-09-27 18:39:45 -04:00
Joey Hess
929a178136 misc 2012-09-27 17:26:09 -04:00
Joey Hess
98160fc67e try a table 2012-09-27 17:25:08 -04:00
Joey Hess
9e75071e16 update install page 2012-09-27 17:19:06 -04:00
Joey Hess
796ec5c9da blog for the day 2012-09-27 16:55:48 -04:00
Joey Hess
6f78ecb24f update 2012-09-27 16:51:15 -04:00
Joey Hess
ac5a49c7d0 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-27 16:49:14 -04:00
Joey Hess
a02d6b36d8 Add OSX standalone app license bundle, and arrange for the About page
to link to it.
2012-09-27 16:47:52 -04:00
130.226.70.142
aecda85df0 poll vote (Amazon Glacier) 2012-09-27 20:07:56 +00:00
http://joeyh.name/
a41210ece6 Added a comment 2012-09-27 18:44:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
ab674ec8ea Added a comment 2012-09-27 15:42:19 +00:00
http://joeyh.name/
974b63f82f Added a comment 2012-09-27 15:29:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
83a25b7840 Added a comment 2012-09-27 10:17:18 +00:00
https://launchpad.net/~gdr-go2
9681797213 Added a comment: Maybe a DEB?2 2012-09-27 09:44:14 +00:00
89.70.2.165
74a7524a76 poll vote (Tahoe-LAFS) 2012-09-27 09:36:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlFd2EbAmGD0FjHmuoerXfT0GO_jPcgvQA
0d6bd1c142 Added a comment: Single bucket for S3 2012-09-27 09:17:24 +00:00
152.66.253.77
b35b4c0310 poll vote (Google Drive) 2012-09-27 08:56:30 +00:00
84.194.180.65
bd53aa0302 poll vote (Google Drive) 2012-09-27 08:10:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
3bc8108e86 Added a comment 2012-09-27 00:08:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
46e00d1c0d Added a comment 2012-09-27 00:06:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
14b5b572ac Added a comment 2012-09-26 23:57:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
ec389704a8 Added a comment 2012-09-26 23:52:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
3c4f7de684 Added a comment 2012-09-26 23:50:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
12d8803060 Added a comment 2012-09-26 23:38:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
f61d63fa13 removed 2012-09-26 23:38:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
0de6fef5f8 Added a comment 2012-09-26 23:37:24 +00:00
Joey Hess
6d7c8338f9 close 2012-09-26 19:18:43 -04:00
90.197.190.56
48cadc21a6 poll vote (My phone (or MP3 player)) 2012-09-26 22:07:09 +00:00
192.17.249.244
ad7b85fbf2 poll vote (My phone (or MP3 player)) 2012-09-26 21:45:09 +00:00
192.17.249.244
62f97cb8ff poll vote (Google Drive) 2012-09-26 21:44:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
63ba4abcd2 2012-09-26 21:40:08 +00:00
89.70.160.102
c69e87c8eb poll vote (Tahoe-LAFS) 2012-09-26 21:06:08 +00:00
Joey Hess
521b64f7ee blog for the day 2012-09-26 16:45:53 -04:00
Joey Hess
f9237df144 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-26 15:25:07 -04:00
Joey Hess
e4bf74a965 store S3 creds in a 600 mode file inside the local git repo 2012-09-26 14:42:32 -04:00
http://lj.rossia.org/users/imz/
2f19908461 Any URN is different from a hash in that it isn't computable. It must be known. 2012-09-26 18:28:31 +00:00
http://lj.rossia.org/users/imz/
0573a3426d Cf. URNs -- what about extendings keys to URNs? The there's no guarantee that will get the identified content in always the same format. 2012-09-26 18:20:07 +00:00
http://lj.rossia.org/users/imz/
8c990762bc A different view: extend the key-value backends with ways to look for the content in other content-addressable storage systems 2012-09-26 17:37:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk
3ff6110f9a 2012-09-26 00:16:36 +00:00
http://lj.rossia.org/users/imz/
0a3949ec80 For more clarity, link to the git-annex's cmds that the menu should be an interface for. 2012-09-26 00:10:33 +00:00
http://lj.rossia.org/users/imz/
316129023f removed 2012-09-26 00:07:27 +00:00
http://lj.rossia.org/users/imz/
072cd641cc Added a comment: the scheme to follow to use the addurl command is longer 2012-09-26 00:07:11 +00:00
http://lj.rossia.org/users/imz/
63bc17fe07 Added a comment: the scheme to follow to use the addurl command is longer 2012-09-26 00:04:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
cdd25f830d Added a comment 2012-09-25 23:55:44 +00:00
Joey Hess
84d431a679 rename option 2012-09-25 19:43:33 -04:00
Joey Hess
7d2d600a11 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 19:38:13 -04:00
Joey Hess
3e297e99a3 fsck: New --incremental-restart option which is nice for scheduling eg, monthly incremental fsck runs in cron jobs. 2012-09-25 19:37:34 -04:00
http://lj.rossia.org/users/imz/
f843e78c0a Added a comment 2012-09-25 23:33:23 +00:00
http://lj.rossia.org/users/imz/
b87b652daa Added a comment 2012-09-25 23:29:49 +00:00
http://lj.rossia.org/users/imz/
eebba8d72e 2012-09-25 23:20:07 +00:00
http://joeyh.name/
6a259e4e4a Added a comment 2012-09-25 22:57:19 +00:00
http://joeyh.name/
9b4122d12b Added a comment 2012-09-25 22:56:22 +00:00
http://lj.rossia.org/users/imz/
052c0296b6 convert a link into an internal one, so that the connections can be tracked by ikiwiki and displayed. 2012-09-25 22:55:24 +00:00
http://lj.rossia.org/users/imz/
071aad8925 Added a comment: sorta why git-annex exists in the first place -- not only the slow index 2012-09-25 22:04:01 +00:00
http://lj.rossia.org/users/imz/
ded4ab1e57 The backends for real strorage seem to be called "special remotes", so correcting myself. 2012-09-25 21:47:48 +00:00
http://lj.rossia.org/users/imz/
35b412808f rename todo/wishlist:_backends_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn to todo/wishlist:_spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn 2012-09-25 21:44:41 +00:00
http://lj.rossia.org/users/imz/
6b137ac511 typo and a wikilink to the type of the thing that is requested 2012-09-25 21:42:54 +00:00
http://lj.rossia.org/users/imz/
adcee1304c rename todo/wishlist:_a_remote_for_netwrok_directories_that_would_mount_them_whenever_needed___40__e.g.__44___with_WebDAV__41__.mdwn to todo/wishlist:_a_spec.remote_for_network_directories_that_would_mount_them_whenever_needed___40__e.g.__44___with_WebDAV__41__.mdwn 2012-09-25 21:40:20 +00:00
http://lj.rossia.org/users/imz/
3ac30fc512 poll vote (Tahoe-LAFS) 2012-09-25 21:35:47 +00:00
http://lj.rossia.org/users/imz/
f53e8d72f7 2012-09-25 21:20:01 +00:00
Joey Hess
3246ee7ac8 blog for the day 2012-09-25 16:51:17 -04:00
Joey Hess
85f8a456ef Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 16:48:51 -04:00
Joey Hess
f0e0d17440 New --time-limit option, makes long git-annex commands stop after a specified amount of time. 2012-09-25 16:48:24 -04:00
http://lj.rossia.org/users/imz/
4d6f6637a2 A scenario of how this would be useful. 2012-09-25 20:39:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
5a2eabab74 2012-09-25 20:29:40 +00:00
http://lj.rossia.org/users/imz/
803058a4bb +a wikilink (!and there is a bug that leads to a broken wikilink!) 2012-09-25 20:23:52 +00:00
http://lj.rossia.org/users/imz/
025e210e7d typo 2012-09-25 20:19:48 +00:00
http://lj.rossia.org/users/imz/
6735b06537 2012-09-25 20:19:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
e8d854b26f clarify desired behavior of --max-age 2012-09-25 19:53:07 +00:00
Joey Hess
7fa916b975 notes 2012-09-25 15:32:13 -04:00
Joey Hess
c0fc441703 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 15:08:05 -04:00
Joey Hess
ed93d662d3 use --more rather than --new to continue incremental fsck 2012-09-25 15:07:20 -04:00
Joey Hess
9e54a29546 add --incremental and --new options
Not yet used..
2012-09-25 13:19:05 -04:00
http://joeyh.name/
910c3fc381 Added a comment 2012-09-25 16:13:08 +00:00
sauluskahn
bdb25be4aa 2012-09-25 15:49:29 +00:00
http://joeyh.name/
ccef2cfb43 Added a comment 2012-09-25 14:49:31 +00:00
Joey Hess
b7724825d4 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-25 10:12:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc
d7dd41e120 Added a comment 2012-09-25 00:59:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc
6c863a71f3 Added a comment: A few OS X bugs 2012-09-25 00:50:57 +00:00
Joey Hess
4867602164 add lost comment 2012-09-24 19:59:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
97f87f2178 Added a comment 2012-09-24 21:21:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc
c4c40509ad Added a comment: Haskell on MacPorts 2012-09-24 21:09:39 +00:00
Joey Hess
a40fe3a5d8 add brew section to osx page and move away comments obsoleted by this change 2012-09-24 17:08:22 -04:00
Joey Hess
be268184e9 blog for the day 2012-09-24 15:24:30 -04:00
Joey Hess
3bad57f573 fix link 2012-09-24 15:22:41 -04:00
Joey Hess
772406bf63 link to assistant 2012-09-24 15:22:02 -04:00
Joey Hess
37d80c001c add news item for git-annex 3.20120924 2012-09-24 15:20:53 -04:00
Joey Hess
cb3c9340f8 license the webapp under the AGPL 3+
This means that anyone serving up the webapp to users as a service
(ie, without providing any git-annex binary at all to the user) still needs
to provide a link to the source code for it, including any modifications
they may make.

This may make git-annex be covered by the AGPL as a whole when it is built
with the webapp. If in doubt, you should ask a lawyer.

When git-annex is built with the webapp disabled, no AGPLed code is used.
Even building in the assistant does not pull in AGPLed code.
2012-09-24 14:48:47 -04:00
Joey Hess
dd502bdae1 add errata page for release 2012-09-24 14:25:49 -04:00
Joey Hess
2edf15b677 remove blaze-markup 2012-09-24 14:25:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q
0900fd22dd Added a comment 2012-09-24 18:00:17 +00:00
http://joeyh.name/
ecf080d316 Added a comment 2012-09-24 17:24:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q
bf850222f0 2012-09-24 04:48:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q
0b4a25f237 2012-09-24 04:47:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmG8L2pP-i6QATf6pK9WCSGpl0O9twwh8Q
91d43c2393 2012-09-24 04:46:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
79bd2b1d5b Added a comment 2012-09-23 21:58:08 +00:00
Joey Hess
90eea19ea2 blog for the day 2012-09-23 15:21:44 -04:00
Joey Hess
8b0f53e088 tweak 2012-09-23 15:16:57 -04:00
Joey Hess
5adad13590 added new transfer control page to webapp
I have a preliminary design that looks pretty good
2012-09-23 15:15:01 -04:00
Joey Hess
39e946c4a5 reorder glacier
easier with glacier-cli
2012-09-23 14:32:49 -04:00
Joey Hess
e875974f15 typo 2012-09-23 14:07:48 -04:00
Joey Hess
c2eea9c01a Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-23 14:07:25 -04:00
http://joeyh.name/
a3fa57a6a8 Added a comment 2012-09-23 18:02:46 +00:00
Joey Hess
4849808449 update 2012-09-23 13:47:25 -04:00
http://joeyh.name/
5b68f558a3 Added a comment 2012-09-23 16:29:27 +00:00
Joey Hess
52b2fbd121 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-23 12:05:05 -04:00
Joey Hess
deadbe82aa add osx app icon 2012-09-23 12:04:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
da16b29c74 Added a comment 2012-09-23 16:00:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d45a558fc4 Added a comment 2012-09-23 15:52:31 +00:00
Joey Hess
4a324eebc9 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-23 11:44:19 -04:00
27.82.94.188
12c62ead13 poll vote (Google Drive) 2012-09-23 15:24:04 +00:00
27.82.94.188
dc569516e0 poll vote (Amazon S3) 2012-09-23 15:23:53 +00:00
http://joeyh.name/
3d137f2f9d Added a comment 2012-09-23 15:17:42 +00:00
http://joeyh.name/
32e7d42269 Added a comment 2012-09-23 15:14:20 +00:00
Joey Hess
226526ff4a Merge remote-tracking branch 'jcftang/master' 2012-09-23 11:09:23 -04:00
79.215.46.250
88f460401a poll vote (My phone (or MP3 player)) 2012-09-23 12:06:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
abcfac0e63 2012-09-23 09:39:50 +00:00
95.34.39.27
87ff27f588 poll vote (Box.com) 2012-09-22 21:52:58 +00:00
95.34.39.27
400e77f877 poll vote (My phone (or MP3 player)) 2012-09-22 21:52:51 +00:00
http://joeyh.name/
cd35769b81 Added a comment 2012-09-22 12:40:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE
bd9291d324 2012-09-22 08:27:33 +00:00
Joey Hess
52b8158277 done 2012-09-21 23:58:05 -04:00
Joey Hess
553d0d321e Merge remote branch 'origin/master' 2012-09-22 03:36:44 +00:00
Joey Hess
c048add74d hooked up git-annex-shell transferinfo
Finally done with progressbars!
2012-09-21 23:25:06 -04:00
sauluskahn
ad6d3e2a5b Added a comment 2012-09-22 03:02:15 +00:00
sauluskahn
70832b6419 Added a comment 2012-09-22 03:01:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
8d8e727ed0 2012-09-22 01:01:55 +00:00
Joey Hess
a8e1b3ad42 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-21 19:44:12 -04:00
Joey Hess
2840105ec4 default annex.delayadd to 1 on OSX 2012-09-21 19:43:15 -04:00
89.103.120.52
b297b3c665 poll vote (Amazon Glacier) 2012-09-21 23:40:37 +00:00
http://joeyh.name/
29b9621758 Added a comment 2012-09-21 23:23:52 +00:00
http://joeyh.name/
e4b55b5243 Added a comment 2012-09-21 23:23:04 +00:00
Joey Hess
0b2b67e809 add nimbus.io 2012-09-21 19:19:15 -04:00
basak
da7b333557 Added a comment 2012-09-21 22:21:04 +00:00
sauluskahn
80906edc20 Added a comment 2012-09-21 21:40:30 +00:00
sauluskahn
94cab96914 2012-09-21 21:37:21 +00:00
Joey Hess
d3b0f7c012 blog for the day 2012-09-21 17:21:44 -04:00
Joey Hess
77af38ec6c git-annex-shell transferinfo command
TODO: Use this when running sendkey, to feed back transfer info from the
client side rsync.
2012-09-21 16:23:25 -04:00
Joey Hess
ff32ee5152 upload progress tracking for the directory special remote 2012-09-21 14:54:24 -04:00
24.52.233.135
6873d785f0 poll vote (Tahoe-LAFS) 2012-09-21 14:34:33 +00:00
http://www.davidhaslem.com/
1cd96c120a Added a comment 2012-09-21 14:06:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlu-fdXIt_RF9ggvg4zP0yBbtjWQwHAMS4
f78957ebb5 Added a comment: Mount detection 2012-09-21 09:23:34 +00:00
http://joeyh.name/
29a5424344 Added a comment 2012-09-21 05:25:53 +00:00
Joey Hess
86214edc98 update 2012-09-21 01:25:02 -04:00
https://id.koumbit.net/anarcat
d8d608fa6e Added a comment: you rock! & roadmap update? 2012-09-21 04:25:59 +00:00
http://joeyh.name/
240711d1ae Added a comment 2012-09-21 04:12:54 +00:00
http://www.davidhaslem.com/
f4b9afd33a Added a comment 2012-09-21 04:05:20 +00:00
Joey Hess
a12f43c0d4 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-20 23:46:17 -04:00
Joey Hess
d0681f7e45 alernate, less crazy idea 2012-09-20 23:44:46 -04:00
Joey Hess
f49c0f22bf a much crazier, but also more feasable idea 2012-09-20 23:42:34 -04:00
http://joeyh.name/
f896a447b8 Added a comment 2012-09-20 21:55:57 +00:00
Joey Hess
a6202ffe1b idea 2012-09-20 17:48:10 -04:00
Joey Hess
7456e9f68c Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-20 17:40:08 -04:00
Joey Hess
d7c8b60e6b blog for the day 2012-09-20 17:39:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlc1og3PqIGudOMkFNrCCNg66vB7s-jLpc
66e6ffe3d3 Added a comment: can addurl use hashing once the file is downloaded? 2012-09-20 21:01:30 +00:00
Joey Hess
2ae38325d5 hook rsync special remote up to the progress reporting
Easy!

Note that with an encrypted remote, rsync will be sending a little more
data than the key size, so displayed progress may get to 100% slightly
quicker than it should. I doubt this is a big enough effect to worry about.
2012-09-20 13:51:51 -04:00
Joey Hess
66d092dc7c update 2012-09-20 13:46:07 -04:00
http://joeyh.name/
d67e322184 Added a comment 2012-09-20 16:21:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlu-fdXIt_RF9ggvg4zP0yBbtjWQwHAMS4
7bb0ee9d85 Added a comment: Multiple annexes? 2012-09-20 16:10:29 +00:00
193.22.163.2
b8979793fa poll vote (Amazon S3) 2012-09-20 14:17:29 +00:00
193.22.163.2
b8b4388c80 poll vote (Amazon Glacier) 2012-09-20 14:17:12 +00:00
193.22.163.2
30f387e396 poll vote (Google Drive) 2012-09-20 14:17:05 +00:00
193.22.163.2
1c865472eb poll vote (My phone (or MP3 player)) 2012-09-20 14:16:58 +00:00
193.22.163.2
ba7d784ccd poll vote (Amazon S3) 2012-09-20 14:16:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
9f102331ef Added a comment 2012-09-20 14:11:57 +00:00
92.207.74.149
084863251c poll vote (My phone (or MP3 player)) 2012-09-20 03:26:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlup4hyZo4eCjF8T85vfRXMKBxGj9bMdl0
bddeaa6416 Added a comment 2012-09-19 23:32:35 +00:00
Joey Hess
3d98326763 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-19 17:06:49 -04:00
Joey Hess
3d62a09e53 blog for the day 2012-09-19 17:05:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
fbfc42ed03 Added a comment 2012-09-19 20:17:00 +00:00
Joey Hess
0608a2e748 reorg 2012-09-19 14:28:57 -04:00
http://joeyh.name/
ab1a0c0656 Added a comment 2012-09-19 17:33:20 +00:00
http://joeyh.name/
08d61295a8 Added a comment 2012-09-19 17:32:13 +00:00
Joey Hess
355ef8f3ea add annex.delayadd configuration 2012-09-19 13:30:25 -04:00
http://joeyh.name/
da8c8c3ccd Added a comment 2012-09-19 17:02:47 +00:00
Joey Hess
08fa128c2a Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-19 12:01:26 -04:00
Joey Hess
e79890664d idea 2012-09-19 12:00:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn-KDr_Z4CMkjS0v_TxQ08SzAB5ecHG3K0
e79cd19c4c 2012-09-19 14:36:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn-KDr_Z4CMkjS0v_TxQ08SzAB5ecHG3K0
123bd31a6c 2012-09-19 14:34:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn-KDr_Z4CMkjS0v_TxQ08SzAB5ecHG3K0
481adaaffe Added a comment: Modifying files in a folder watched by assistant 2012-09-19 14:18:55 +00:00
79.97.135.214
d95c4cff8a poll vote (Tahoe-LAFS) 2012-09-19 08:24:09 +00:00
98.108.200.80
efe26d2919 poll vote (Google Drive) 2012-09-19 06:46:40 +00:00
85.165.7.40
cbcd208d15 poll vote (My phone (or MP3 player)) 2012-09-18 23:07:43 +00:00
http://www.davidhaslem.com/
b4297f0a97 Added a comment 2012-09-18 22:49:09 +00:00
Joey Hess
2da6da9a8e Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-18 17:51:52 -04:00
Joey Hess
b2396535de blog for the day 2012-09-18 17:51:18 -04:00
Joey Hess
3a0cffcfed when a Download finishes, queue Uploads
This ensures file propigate takes place in situations such as: Usb drive A
is connected to B. A's master branch is already in sync with B, but it is
being used to sneakernet some files around, so B downloads those. There is no
master branch change, so C does not request these files. B needs to upload
the files it just downloaded on to C, etc.

My first try at this, I saw loops happen. B uploaded to C, which then
tried to upload back to B (because it had not received the updated
git-annex branch from B yet). B already had the file, but it still created
a transfer info file from the incoming transfer, and its watcher saw
that be removed, and tried to upload back to C.

These loops should have been fixed by my previous commit. (They never
affected ssh remotes, only local ones, it seemed.) While C might still try
to upload to B, or to some other remote that already has the file, the
extra work dies out there.
2012-09-18 14:10:33 -04:00
Joey Hess
e9238e9588 avoid starting a download for a local transfer when the remote already has the key
Turns out that recvkey already does this same check. This avoids a transfer
file being created for the download that never happened, which in turn
will avoid the assistant seeing that the download has finished, when no
transfer actually took place.
2012-09-18 13:59:03 -04:00
http://joeyh.name/
402c86c448 Added a comment 2012-09-18 16:35:37 +00:00
http://ertai.myopenid.com/
ac365b954a Added a comment: +1 2012-09-18 08:52:22 +00:00
http://www.davidhaslem.com/
e949f9c00b 2012-09-18 05:12:10 +00:00
Joey Hess
e6d4108fad Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-17 22:37:23 -04:00
Joey Hess
9a2533cf02 blog for the day 2012-09-17 22:36:23 -04:00
Joey Hess
3c22977e44 deferred downloads
Now when a download is queued and there's no known remote to get it from,
it's added to a deferred download list, which will be retried later.

The Merger thread tries to queue any deferred downloads when it receives
a push to the git-annex branch.

Note that the Merger thread now also forces an update of the git-annex
branch. The assistant was not updating this branch before, and it saw a
(mostly) correct view of state, but now that incoming pushes go to
synced/git-annex, it needs to be merged in.
2012-09-17 21:05:50 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo
ba35a10a1e Added a comment 2012-09-18 00:11:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn4bbuawnh-nSo9pAh8irYAcV4MQCcfdHo
1778fa3a79 Added a comment 2012-09-17 23:00:10 +00:00
93.218.139.22
714cf46171 poll vote (My phone (or MP3 player)) 2012-09-17 19:01:43 +00:00
Joey Hess
1e37c0c5fc note 2012-09-17 13:43:08 -04:00
174.127.226.162
a4c062151d poll vote (Google Drive) 2012-09-17 17:36:16 +00:00
http://joeyh.name/
1939093e73 Added a comment 2012-09-17 15:32:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
5d4b1bd868 Added a comment 2012-09-17 14:12:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM
641c4cef0d 2012-09-17 12:49:44 +00:00