From: Thomas Walker Lynch
Date: Sun, 8 Mar 2026 14:49:26 +0000 (+0000)
Subject: doc tweak
X-Git-Url: https://git.reasoningtechnology.com/%5B%5E?a=commitdiff_plain;h=3c90241ea7a340f19d00bef0d638d167464f6782;p=Harmony
doc tweak
---
diff --git a/document/Introduction_to_Harmony.html b/document/Introduction_to_Harmony.html
index f46885c..531f62e 100644
--- a/document/Introduction_to_Harmony.html
+++ b/document/Introduction_to_Harmony.html
@@ -74,7 +74,7 @@
- > . setup <role>
+ > . setup <role>
@@ -237,7 +237,7 @@
Releases
- As a first step, a developer creates a release candidate inside of the consumer/release/. This is typically done by running make to stage the release, where it can be experimented on, followed by running release write. The developer will often modify the versions of one or both of those tools that come with the Harmony skeleton.
+ As a first step, a developer creates a release candidate inside of the consumer/release/ directory. This is typically done by running make to stage the release, where it can be experimented on, followed by running release write. The developer will often modify the versions of one or both of those tools that come with the Harmony skeleton.
The release candidate remains stable until the next developer release.
@@ -247,21 +247,7 @@
It is common for a developer to open a second window on his desktop, and then enter the project as a tester in that second window. The developer can then make a release candidate, run the tests, edit source code, and perhaps tests, and then quickly spin through the test-debug-fix-release cycle repeatedly.
- When the product manager determines the work product to be sufficiently reliable and feature rich, the administrator will make a project release. He will do this by creating a branch called release_v<major> and tagging it. The major release numbers go up incrementally.
-
-
- Modifying the setup
-
-
- For project wide setup modifications create or edit shared/authored/setup. Note that the shared/authored/setup file is sourced after the inherited shared/tool/setup file, and before the <role>/tool/setup file.
-
-
-
- For role specific setup modifications edit the appropriate <role>/tool/setup file.
-
-
- If these approaches are not sufficient, then edit the setup scripts directly. Note however, that such changes
- will appear when the Harmony sync tool is run.
+ When the product manager determines the work product to be sufficiently reliable and feature rich, the administrator will make a project release. He will do this by creating a branch called release_v<major> and tagging it. The major release numbers go up incrementally.
The version 2.2 Harmony directory tree