-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glacier
binary is in conflict with boto's glacier
binary
#30
Comments
Right. I filed boto/boto#1548, but that's as far as I got. It seems a bit onerous to use a different name in this project since it's designed for direct command line use and users will have to deal with a different/longer name constantly, particularly because the glacier command supplied by boto isn't particularly useful. Suggestions appreciated. |
Can we rename glacier.py to glacier-cli.py? |
😕 There is no enigma here. Boto's package came first, however I will suggest a two ideas to break this "stalemate":
|
I like |
I like |
OK cool. But like I said, I don't think |
I have no issue with that. But we should have a single well-known name that everything that expects the "glacier-cli interface" defaults to. |
Totally agree :) |
It doesn't matter which of the two is updated first - there will be an inevitable period of breakage. |
git-annex will not be making the name of the program configurable. Pick a name and I'll use it. |
You can have symlink one to the other during transition period (I would recommend that). |
boto is a requirement to run glacier-cli, but when boto is installed, boto creates a
glacier
script.https://github.com/boto/boto/blob/develop/setup.py#L59
In the README examples,
glacier.py
is referred to as justglacier
and in this case it won't work because boto will override it.The text was updated successfully, but these errors were encountered: