diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-03-13 16:32:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-03-13 16:32:12 -0400 |
commit | 31b1360a70e2b5179557dce05630e935cb637033 (patch) | |
tree | 5bfa722851bfaf44b4bf2c0b3335017e033b07b7 | |
parent | c1eaab9192a1808d3acc13bfdaf094a28346d909 (diff) |
close; not a bug in git-annex
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work.mdwn b/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work.mdwn index 539cdc527..5a5bf61c9 100644 --- a/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work.mdwn +++ b/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work.mdwn @@ -85,3 +85,5 @@ FAIL ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) Just starting but have high hopes :-) + +> [[done]] per my comment --[[Joey]] diff --git a/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work/comment_1_66f4f2e9e674b02b2a7dee77690d26fd._comment b/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work/comment_1_66f4f2e9e674b02b2a7dee77690d26fd._comment new file mode 100644 index 000000000..67c339b40 --- /dev/null +++ b/doc/bugs/git_annex_testremote_fails_on_OSX_because_native___39__mktemp_-d__39___doesn__39__t_work/comment_1_66f4f2e9e674b02b2a7dee77690d26fd._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2017-03-13T20:29:21Z" + content=""" +git-annex does not contain any calls to the "mktemp" command. + +So, it must be your external special remote that uses that command. +It's up to the authors of external special remotes to make them run +portably on whatever OS's they want to support. Probably if you mention +this to the author of whatever external special remote you're using (you +neglected to say what one it is in your bug report!), they will easily be +able to fix it. + +git-annex is not going to get in the business of bundling a bunch of stuff +that it does not depend on, sorry. +"""]] |