Skip to content

Commit

Permalink
Merge pull request #18528 from GordonSmith/TAGGING_DOCS
Browse files Browse the repository at this point in the history
HPCC-31623 Update tagging documentation 

Reviewed-by: Jake Smith <[email protected]>
Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Apr 18, 2024
2 parents d48ce3f + 003ce6f commit 3366167
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tools/tagging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ to initialize the common environment variables.
The following repositories should be checked out in a directory reserved for merging and tagging (default for scripts is ~/git):

```
git clone https://github.com/hpcc-systems/eclide.git
git clone https://github.com/hpcc-systems/HPCC-JAPIs.git
git clone https://github.com/hpcc-systems/Spark-HPCC.git
git clone https://github.com/hpcc-systems/LN.git ln
git clone https://github.com/hpcc-systems/HPCC-Platform.git hpcc
git clone https://github.com/hpcc-systems/helm-chart.git
git clone git@github.com:hpcc-systems/eclide.git
git clone git@github.com:hpcc-systems/hpcc4j.git HPCC-JAPIs
git clone git@github.com:hpcc-systems/Spark-HPCC.git
git clone git@github.com:hpcc-systems/LN.git ln
git clone git@github.com:hpcc-systems/HPCC-Platform.git hpcc
git clone git@github.com:hpcc-systems/helm-chart.git
```

The following are required for builds prior to 8.12.x
```
git clone https://github.com/hpcc-systems/nagios-monitoring.git
git clone https://github.com/hpcc-systems/ganglia-monitoring.git
git clone git@github.com:hpcc-systems/nagios-monitoring.git
git clone git@github.com:hpcc-systems/ganglia-monitoring.git
```

The files git-fixversion and git-unupmerge can copied so they are on your default path, and then they will be available as git commands.
Expand Down

0 comments on commit 3366167

Please sign in to comment.