From: Joey Hess Date: Fri, 16 Jul 2021 20:28:22 +0000 (-0400) Subject: close X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c9b9a935090365134b0644e22ba6943fb3f197a7;p=git-annex.git close --- diff --git a/doc/todo/make_glacier-cli_executable_path_configurable.mdwn b/doc/todo/make_glacier-cli_executable_path_configurable.mdwn index 4c4028dc04..4c0234d5cb 100644 --- a/doc/todo/make_glacier-cli_executable_path_configurable.mdwn +++ b/doc/todo/make_glacier-cli_executable_path_configurable.mdwn @@ -6,3 +6,7 @@ Whilst the `glacier-cli` project should resolve this conflict, it would be good if git-annex could be made to use a configurable path for this executable, rather than just assuming that it has been installed as `glacier`. After all, its installation procedure is simply telling the user to run `ln -s`, so there's no reason why the user couldn't make the target of this command `~/bin/glacier-cli` rather than `~/bin/glacier` - it's really irrelevant what the source file inside the git repo is called. Of course, [`checkSaneGlacierCommand`](https://github.com/joeyh/git-annex/blob/master/Remote/Glacier.hs#L307) is still very much worth having, for safety. + +> Well, it never got renamed, and checkSaneGlacierCommand does check for +> the conflict, so I don't see any point in making the name configurable. +> [[done]] --[[Joey]]