-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add rpm/deb to s3 release #7202
Conversation
var links = grunt.config.get('s3.release.upload').reduce((t, {dest}) => { | ||
var link = url.format({ | ||
protocol: 'https', | ||
hostname: grunt.config.get('s3.release.bucket'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should probably be download.elastic.co, bucket is download.elasticsearch.org
jenkins, test it |
Can you rebase or merge master? |
The net-effect of this change would be that |
Pretty much. release won't build the packages or do anything with --os-packages, but if the deb/rpms exist (as in previously grunt build --os-packages |
But |
Whoops, yeah you're right. I was testing individual grunt tasks and hadn't realized release does build as well |
This works great if I'm on Ubuntu and specify
|
ah right, should be fixed now. I was checking for build files before the build task had run. |
@jbudz Was this ever backported? |
It was not. I'll get it done. |
--------- **Commit 1:** [build] Release packages to s3 * Original sha: d0c835d * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-05-13T16:45:41Z **Commit 2:** [build] Check for release files after build task * Original sha: 032de94 * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-05-19T18:16:11Z
--------- **Commit 1:** [build] Release packages to s3 * Original sha: d0c835d * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-05-13T16:45:41Z **Commit 2:** [build] Check for release files after build task * Original sha: 032de94 * Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-05-19T18:16:11Z
Depends on #6676.
This updates the s3 task to look for rpm/deb packages, and if they exist push them to the downloads bucket.