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

Create master snapshot builds #6997

Closed
ycombinator opened this issue Apr 21, 2016 · 0 comments
Closed

Create master snapshot builds #6997

ycombinator opened this issue Apr 21, 2016 · 0 comments
Assignees
Labels

Comments

@ycombinator
Copy link
Contributor

Currently, when grunt build is run, it creates versioned snapshot builds like so in the target folder:

kibana-5.0.0-snapshot-darwin-x64.tar.gz
kibana-5.0.0-snapshot-linux-x64.tar.gz
...

These are then published to S3 and become available via download.elastic.co.

It would be nice to additionally have master snapshot builds that are named like so:

kibana-master-snapshot-darwin-x64.tar.gz
kibana-master-snapshot-linux-x64.tar.gz
...

This way there's a permalink to get the latest build of master, regardless of version.

Possibly related to #6941.

@ycombinator ycombinator self-assigned this Dec 5, 2016
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

1 participant