diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-20 16:47:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-20 16:47:31 -0400 |
commit | 399530c772513011a0b8813f6ff892065e86d67c (patch) | |
tree | ec11991bc7992358484d351a45aa6144656b72c4 | |
parent | a4841c9c41c21ef6b1bf7f16dba9712f241f2dd7 (diff) |
blog for the day
-rw-r--r-- | doc/design/assistant/blog/day_221__this_and_that.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_221__this_and_that.mdwn b/doc/design/assistant/blog/day_221__this_and_that.mdwn new file mode 100644 index 000000000..87406547e --- /dev/null +++ b/doc/design/assistant/blog/day_221__this_and_that.mdwn @@ -0,0 +1,28 @@ +Was unsure yesterday if my transferrer pools code would just work, or +would be horribly broken and need a lot of work to get going. It was a +complex change involving both high-level STM code and low-level pipes and +fds. Well, it almost worked 100% first time, I just had a minor issue in +my fd setup to fix. Everything else seems to work perfectly. +Very happy how that went! + +---- + +Improved support and documentation for using the OSX app and Linux +standalone tarball at the command line. Now it's sufficient to just put +their directory into `PATH`, rather than using `runshell`. + +---- + +The webapp's form for adding a removable drive now allows specifying the +directory to use within the drive (default "annex"). + +When the drive's repository already exists, and it's not a repository +that git-annex knows about, it confirms that the user wants +to combine its contents into their repository. + + +(Should probably implement this same check when adding a ssh remote.) + +---- + +Off to Boston! |