diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-01 17:56:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-01 17:56:31 -0400 |
commit | da82afd7a41f72c03b2719d26335edfe403699ae (patch) | |
tree | fc58cfb31504f8d51424a5d6b526f751dc2be17f | |
parent | a2626b6b247eaa6fa24e9f8fe1166ccd0a19b079 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_208__testremote.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_208__testremote.mdwn b/doc/devblog/day_208__testremote.mdwn new file mode 100644 index 000000000..87c497fcc --- /dev/null +++ b/doc/devblog/day_208__testremote.mdwn @@ -0,0 +1,10 @@ +Built `git annex testremote` today. + +That took a little bit longer than expected, because it actually found +several fence post bugs in the chunking code. + +It also found a bug in the sample external special remote script. + +I am very pleased with this command. Being able to run 640 tests against +any remote, without any possibility of damaging data already stored in the +remote, is awesome. Should have written it a looong time ago! |