diff --git a/docs/Build.xml b/docs/Build.xml index b4b647436..82e3fe524 100644 --- a/docs/Build.xml +++ b/docs/Build.xml @@ -136,7 +136,8 @@ Added in Shorewall 4.4.22, this directory contains the files that contain release-dependent information (change.txt, releasenotes.txt, - .spec files, etc). + .spec files, etc). This is actually a symbolic link to ../release which + has it's own Git repository. @@ -164,7 +165,7 @@
- build44 + build This is the script that builds Shorewall 4.4 packages from Git. @@ -278,8 +279,8 @@ The general form of the build command is:
- build44 [ -options - ] release [ prior + build [ -options ] + release [ prior release ]
@@ -391,28 +392,27 @@ 4.3.6:
- build44 4.3.7 4.3.6 + build 4.3.7 4.3.6
Example 2 - Build Shorewall 4.2.7.1 Shorewall and generate patches against 4.2.7:
- build44 -trc 4.3.7.1 4.3.7 + build -trc 4.3.7.1 4.3.7
- upload44 + upload This script is used to upload a release to www1.shorewall.net. The - command is run in the build directory for the major release of the + command is run in the build directory for the minor release of the product.
- upload44 [ - -products ] - release + upload [ -products + ] release
where @@ -482,13 +482,13 @@ Example 1 - Upload release 4.3.7:
- upload44 4.3.7 + upload 4.3.7
Example 2 - Upload shorewall-4.3.7.3:
- upload44 -c 4.3.7.3 + upload -c 4.3.7.3