close; not a bug in git-annex
This commit is contained in:
parent
d1ecdd04b2
commit
3d001276df
2 changed files with 19 additions and 0 deletions
|
@ -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]]
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue