Skip to content
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

Change releases to tar.gz instead of zip #16

Closed
haxorof opened this issue Jul 8, 2017 · 1 comment
Closed

Change releases to tar.gz instead of zip #16

haxorof opened this issue Jul 8, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@haxorof
Copy link
Contributor

haxorof commented Jul 8, 2017

In for example several very simple Linux installation unzip is not provided out-of-the-box which will required additional steps to install unzip. Also handling zip in combination with curl is not possible either. Delivering tar.gz would allow users which cannot use the Docker version of prometheus-sql to just do this:

curl -SL https://github.com/chop-dbhi/prometheus-sql/releases/download/1.1.0/prometheus-sql-linux-amd64.tar.gz | tar -xzvC /opt/prometheus-sql

Either change all releases to tar.gz or just leave Windows release as zip because it does not have native support for tar.gz.

@bruth: Does this change cause problems in the way you use prometheus-sql today? any thoughts on this?

@haxorof haxorof added the project label Jul 8, 2017
@bruth
Copy link
Contributor

bruth commented Jul 9, 2017

I agree keeping .zip for the Windows build and changing the others.

@haxorof haxorof self-assigned this Aug 4, 2017
@haxorof haxorof added this to the 1.2.0 milestone Aug 4, 2017
haxorof added a commit that referenced this issue Aug 5, 2017
@haxorof haxorof closed this as completed in ad22f7c Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants