From 769f618650cc5907b421de15619f3c746e549d9d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 9 Jul 2011 14:15:06 -0800 Subject: [PATCH] Document renaming of scripts in the Build document Signed-off-by: Tom Eastep --- docs/Build.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/docs/Build.xml b/docs/Build.xml index 26c9feacb..82e3fe524 100644 --- a/docs/Build.xml +++ b/docs/Build.xml @@ -130,6 +130,15 @@ The files from the web site that are maintained in HTML format. are kept in this directory. + +
+ release + + Added in Shorewall 4.4.22, this directory contains the files that + contain release-dependent information (change.txt, releasenotes.txt, + .spec files, etc). This is actually a symbolic link to ../release which + has it's own Git repository. +
@@ -156,7 +165,7 @@
- build44 + build This is the script that builds Shorewall 4.4 packages from Git. @@ -270,8 +279,8 @@ The general form of the build command is:
- build44 [ -options - ] release [ prior + build [ -options ] + release [ prior release ]
@@ -383,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 @@ -474,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