From 1dcada08d02e258bd2898c85e1007cf7a5c6baac Mon Sep 17 00:00:00 2001 From: "https://adamspiers.wordpress.com/" Date: Fri, 24 Apr 2015 15:33:22 +0000 Subject: --- doc/todo/make_glacier-cli_executable_path_configurable.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/make_glacier-cli_executable_path_configurable.mdwn diff --git a/doc/todo/make_glacier-cli_executable_path_configurable.mdwn b/doc/todo/make_glacier-cli_executable_path_configurable.mdwn new file mode 100644 index 000000000..fc60e0261 --- /dev/null +++ b/doc/todo/make_glacier-cli_executable_path_configurable.mdwn @@ -0,0 +1,8 @@ +[glacier-cli](https://github.com/basak/glacier-cli) rather stupidly calls its own command `glacier` rather than `glacier-cli` or something else. This conflicts with [boto](https://github.com/boto/boto/)'s own `glacier` executable, as noted here: + +* +* + +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. -- cgit v1.2.3