summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-23 16:54:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-23 16:54:31 -0400
commit9c465ca7767523d02429e2221e89b538bb72cdac (patch)
treec5ecdbebddb439baa45dfc15327a8a2689b2dd14
parent86466c88e6b0d504f14821f38e22e65d6465fe9d (diff)
todo
-rw-r--r--doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4.mdwn3
-rw-r--r--doc/todo/add_magicmime_support_to_OSX_dmg.mdwn3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4.mdwn b/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4.mdwn
index 25fab9299..5c72b0095 100644
--- a/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4.mdwn
+++ b/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4.mdwn
@@ -36,3 +36,6 @@ error: git-annex died of signal 4
[[!meta author=yoh]]
+> [[done]]; this was indeed due to libmagic, and I've fixed it using brew
+> --build-bottle to make a portable one. Then had to disable the build
+> flag. --[[Joey]]
diff --git a/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn b/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn
new file mode 100644
index 000000000..9e4e8f387
--- /dev/null
+++ b/doc/todo/add_magicmime_support_to_OSX_dmg.mdwn
@@ -0,0 +1,3 @@
+The OSX .dmg is built without the MagicMime build flag. Turning it on will
+take some work to ship a copy of the magic database inside the dmg.
+--[[Joey]]