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

[backport] PR #7317 to 4.x - Apply -snapshot suffix during build task #7803

Merged
merged 1 commit into from
Jul 22, 2016

Conversation

elastic-jasper
Copy link
Contributor

Backport PR #7317

Commit 1:
Apply -snapshot suffix during build task

The default behavior of the build task is to now apply the -snapshot
suffix dynamically rather than us manually hardcoding and managing it
within the source code itself. The --release flag will drop the
-snapshot suffix on a build, which should be used for any release
candidate.

The default behavior of the build task has also changed to create
rpm/deb packages as well. Since we've only confirmed that this works on
linux, you can override that behavior by passing skip-os-packages.

If you do not want to create any zip or tar.gz archives, you can pass
--skip-archives.

---------

**Commit 1:**
Apply -snapshot suffix during build task

The default behavior of the build task is to now apply the -snapshot
suffix dynamically rather than us manually hardcoding and managing it
within the source code itself. The `--release` flag will drop the
-snapshot suffix on a build, which should be used for any release
candidate.

The default behavior of the build task has also changed to create
rpm/deb packages as well. Since we've only confirmed that this works on
linux, you can override that behavior by passing `skip-os-packages`.

If you do not want to create any zip or tar.gz archives, you can pass
`--skip-archives`.

* Original sha: 834f563
* Authored by Court Ewing <court@epixa.com> on 2016-05-27T20:40:57Z
@epixa epixa force-pushed the jasper/backport/7317/4.x branch from 9655813 to 720a7ef Compare July 22, 2016 18:26
@epixa epixa changed the title [backport] PR #7317 to 4.x [backport] PR #7317 to 4.x - Apply -snapshot suffix during build task Jul 22, 2016
@epixa epixa merged commit cea7dae into 4.x Jul 22, 2016
@epixa epixa deleted the jasper/backport/7317/4.x branch July 22, 2016 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants