Commit 052a94da6ba232702042a44aa522a935efc5cdf9
1 parent
998f9ac0
Exists in
master
and in
3 other branches
[ieeeSW] Review Packaging
Removed the "In the normal case" because it might require us to explain the not normal cases.
Showing
1 changed file
with
4 additions
and
5 deletions
Show diff stats
ieeeSW/releaseEng3/IEEE_ThemeIssue_ReleaseEng_CD.md
@@ -145,14 +145,13 @@ reasons: | @@ -145,14 +145,13 @@ reasons: | ||
145 | outdated; | 145 | outdated; |
146 | * Packaging makes it easy to manage the software on a given distribution; | 146 | * Packaging makes it easy to manage the software on a given distribution; |
147 | * It simplifies the deployment; | 147 | * It simplifies the deployment; |
148 | -* Packaging follows the distribution’s best practices and, | 148 | +* Packaging follows the distribution's best practices and, |
149 | * Allows configurations and permissions control. | 149 | * Allows configurations and permissions control. |
150 | 150 | ||
151 | After creating a new tag for one component, the DevOps team was notified and | 151 | After creating a new tag for one component, the DevOps team was notified and |
152 | -the packaging process began. In the normal case, the three packaging steps | ||
153 | -aforementioned were fully automated by a set of scripts. With all these scripts | ||
154 | -running successfully, the new packages would be ready to use by our subsequent | ||
155 | -deployment scripts. | 152 | +the packaging process began. The three packaging steps aforementioned were fully |
153 | +automated by a set of scripts. With all these scripts running successfully, | ||
154 | +the new packages would be ready to be used by our subsequent deployment scripts. | ||
156 | 155 | ||
157 | ### Validation Environment Deployment | 156 | ### Validation Environment Deployment |
158 | 157 |