-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update develop-ref after dtcenter/MET#3036 (#2867)
- Loading branch information
1 parent
97aef7f
commit 31e0e44
Showing
117 changed files
with
1,198 additions
and
929 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#!/bin/bash | ||
|
||
# Must specify 3 arguments: | ||
# - username | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#!/bin/bash | ||
|
||
# Must specify 2 arguments: | ||
# - username | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
Checkout the Main Branch | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Checkout the main branch for the X.Y release. If you are creating | ||
the |projectRepo|-X.Y.Z official or bugfix release, checkout main_vX.Y. | ||
.. dropdown:: Instructions | ||
|
||
.. parsed-literal:: | ||
Checkout the main branch for the X.Y release. If you are creating | ||
the |projectRepo|-X.Y.Z official or bugfix release, checkout main_vX.Y. | ||
|
||
git checkout main_vX.Y | ||
.. parsed-literal:: | ||
git checkout main_vX.Y |
22 changes: 13 additions & 9 deletions
22
docs/Release_Guide/release_steps/checkout_source_branch.rst
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
Checkout the Source Branch | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* If creating a **beta** (betaN) or **first release candidate** (rc1) release, | ||
checkout the develop branch: | ||
Checkout the source branch based on the type of release to be created. | ||
|
||
.. parsed-literal:: | ||
.. dropdown:: If creating a beta or rc1 release | ||
|
||
git checkout develop | ||
* If creating a **beta** (betaN) or **first release candidate** (rc1) release, | ||
checkout the develop branch: | ||
|
||
**OR** | ||
.. parsed-literal:: | ||
* If creating a **later release candidate** (rc2+) release, | ||
checkout the appropriate main branch: | ||
git checkout develop | ||
.. parsed-literal:: | ||
.. dropdown:: If creating an rc2+ release | ||
|
||
git checkout main_vX.Y | ||
* If creating a **later release candidate** (rc2+) release, | ||
checkout the appropriate main branch: | ||
|
||
.. parsed-literal:: | ||
git checkout main_vX.Y |
32 changes: 18 additions & 14 deletions
32
docs/Release_Guide/release_steps/clone_project_repository.rst
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,34 @@ | ||
Clone the Project Repository | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* Create and work in a new directory to ensure a fresh environment: | ||
Clone the repository onto your local machine. | ||
|
||
.. parsed-literal:: | ||
.. dropdown:: Instructions | ||
|
||
mkdir release-X.Y.Z | ||
cd release-X.Y.Z | ||
* Create and work in a new directory to ensure a fresh environment: | ||
|
||
* Run the clone command to obtain the repository. | ||
.. parsed-literal:: | ||
Using SSH: | ||
mkdir release-X.Y.Z | ||
cd release-X.Y.Z | ||
.. parsed-literal:: | ||
* Run the clone command to obtain the repository. | ||
|
||
git clone [email protected]:dtcenter/|projectRepo| | ||
Using SSH: | ||
|
||
Using HTTP: | ||
.. parsed-literal:: | ||
.. parsed-literal:: | ||
git clone [email protected]:dtcenter/|projectRepo| | ||
git clone https://github.com/dtcenter/|projectRepo| | ||
Using HTTP: | ||
|
||
* Enter the project repository directory: | ||
.. parsed-literal:: | ||
.. parsed-literal:: | ||
git clone https://github.com/dtcenter/|projectRepo| | ||
cd |projectRepo| | ||
* Enter the project repository directory: | ||
|
||
.. parsed-literal:: | ||
cd |projectRepo| | ||
Oops, something went wrong.