Fix typo in Packaging script#2495
Merged
yadvr merged 1 commit intoapache:masterapache/cloudstack:masterfrom Mar 19, 2018
Merged
Fix typo in Packaging script#2495yadvr merged 1 commit intoapache:masterapache/cloudstack:masterfrom
yadvr merged 1 commit intoapache:masterapache/cloudstack:masterfrom
Conversation
rafaelweingartner
approved these changes
Mar 18, 2018
Contributor
|
Code LGTM. |
RodrigoDLopez
pushed a commit
to RodrigoDLopez/cloudstack
that referenced
this pull request
May 25, 2020
CLOUDSTACK-10268: Fix and enhance package script (apache#2433) - new flag `-T, --use-timestamp` to use `timestamp` when POM version contains SNAPSHOT - in the final artifacts (jar) name - in the final package (rpm, deb) name - in `/etc/cloudstack-release` file of SystemVMs - in the Management Server > About dialog - if there's a "branding" string in the POM version (e.g. `x.y.z.a-NAME[-SNAPSHOT]`), the branding name will be used in the final generated pacakge name such as following: - `cloudstack-management-x.y.z.a-NAME.NUMBER.el7.centos.x86_64` - `cloudstack-management_x.y.z.a-NAME-NUMBER~xenial_all.deb` - branding string can be overriden with newly added `-b, --brand` flag - handle the new format version for VR version - fix long opts (they were broken) - tolerate and show a warning message for unrecognized flags - usage help reformat * Deprecate Version class in favor or CloudStackVersion CLOUDSTACK-10268: Fix typo (apache#2495) This fixes typo introduced in PR apache#2433 packaging: Catch error in packaging script and fail the build (apache#2627) This is to fix the regression added in apache#2433. In this fix we're going to fail the build early if --use-timestamp is provided and working directory is *not* clean. chrry pick packaging: Catch error in packaging script and fail the build (apache#2627) This is to fix the regression added in apache#2433. In this fix we're going to fail the build early if --use-timestamp is provided and working directory is *not* clean. fix patch delete unused files
RodrigoDLopez
pushed a commit
to RodrigoDLopez/cloudstack
that referenced
this pull request
May 25, 2020
CLOUDSTACK-10268: Fix and enhance package script (apache#2433) - new flag `-T, --use-timestamp` to use `timestamp` when POM version contains SNAPSHOT - in the final artifacts (jar) name - in the final package (rpm, deb) name - in `/etc/cloudstack-release` file of SystemVMs - in the Management Server > About dialog - if there's a "branding" string in the POM version (e.g. `x.y.z.a-NAME[-SNAPSHOT]`), the branding name will be used in the final generated pacakge name such as following: - `cloudstack-management-x.y.z.a-NAME.NUMBER.el7.centos.x86_64` - `cloudstack-management_x.y.z.a-NAME-NUMBER~xenial_all.deb` - branding string can be overriden with newly added `-b, --brand` flag - handle the new format version for VR version - fix long opts (they were broken) - tolerate and show a warning message for unrecognized flags - usage help reformat * Deprecate Version class in favor or CloudStackVersion CLOUDSTACK-10268: Fix typo (apache#2495) This fixes typo introduced in PR apache#2433 packaging: Catch error in packaging script and fail the build (apache#2627) This is to fix the regression added in apache#2433. In this fix we're going to fail the build early if --use-timestamp is provided and working directory is *not* clean. packaging: Catch error in packaging script and fail the build (apache#2627) This is to fix the regression added in apache#2433. In this fix we're going to fail the build early if --use-timestamp is provided and working directory is *not* clean. fix patch delete unused files create version 4.11.3.0-scclouds1
nicoschmdt
pushed a commit
to scclouds/cloudstack
that referenced
this pull request
Feb 3, 2025
Correções na UI do Usage Closes apache#2495 See merge request scclouds/scclouds!1068
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.