summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 15:10:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 15:10:44 -0400
commit509440848d4e7fce8a27804267dff598edcef715 (patch)
tree737f5c36d799353f913a6816306a6f671cc7da28
parent77a9c2779057d491cd7c23b678bd4fb70fe994a3 (diff)
devblog
-rw-r--r--doc/devblog/day_314__pre_trip_catchup.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_314__pre_trip_catchup.mdwn b/doc/devblog/day_314__pre_trip_catchup.mdwn
new file mode 100644
index 000000000..15546aa23
--- /dev/null
+++ b/doc/devblog/day_314__pre_trip_catchup.mdwn
@@ -0,0 +1,13 @@
+Did some work on Friday and Monday to let external special remotes be used
+in a readonly mode. This lets files that are stored in the remote be
+downloaded by git-annex without the user needing to install the
+external special remote program. For this to work, the external special
+remote just has to tell git-annex the urls to use. This was developed in
+collaboration with Benjamin Gilbert, who is developing
+[gcsannex](https://github.com/bgilbert/gcsannex), a Google Cloud Storage
+special remote.
+
+Today, got caught up with recent traffic, including fixing a couple of
+bugs. The backlog remains in the low 90's, which is a good place to be as I
+prepare for my August vacation week in the SF Bay Area, followed by a week
+for ICFP and the Haskell Symposium in Vancouver.