Author: jfrederic.clere(a)jboss.com
Date: 2008-12-09 05:58:13 -0500 (Tue, 09 Dec 2008)
New Revision: 2094
Modified:
trunk/build/build.txt
trunk/build/unix/package.list
Log:
Arrange doc about build.sh.
Modified: trunk/build/build.txt
===================================================================
--- trunk/build/build.txt 2008-12-04 10:51:58 UTC (rev 2093)
+++ trunk/build/build.txt 2008-12-09 10:58:13 UTC (rev 2094)
@@ -2,15 +2,19 @@
Configuration file:
The build.sh parses a file name pkg.list:
-jboss-native|2.0.0|1.2.9|1.2.8|0.9.8e|TOMCAT_NATIVE_1_1_11
-jboss-sight|1.0.0|1.2.9|1.2.8||trunk
+jboss-native|2.0.0|TOMCAT_NATIVE_1_1_11|apr:v:1.2.9|apu:v:1.2.8|ssl:v:0.9.8e
+jboss-sight|1.0.0|trunk|apr:v:1.2.9|apu:v:1.2.8
The first column is the package name.
The 2d the version.
-The 3d is the APR version to use for this package.
-The 4th is the APR-UTIL version to use for this package.
-The 5th is the OpenSSL version to use for this package. A SSL and non-SSL
- version of the package could be built in this case.
-The 6th is tag of the repos we are building.
+The 3d is the tag to use to get the source of the produit.
+The following are the components the product needs, for example:
+apr:v:1.2.9
+Means apr, version 1.29.
+The subcomponents apr, apu, api, ssl, zlib, jk, cluster, iconv, expat ... are
+supported.
+The type of the subcomponent could be:
+v : version
+r : tag (revision) in the svn.
Parameters:
The lastest description of the package is the one choosen to build the package.
Modified: trunk/build/unix/package.list
===================================================================
--- trunk/build/unix/package.list 2008-12-04 10:51:58 UTC (rev 2093)
+++ trunk/build/unix/package.list 2008-12-09 10:58:13 UTC (rev 2094)
@@ -16,6 +16,7 @@
# httpd
jboss-httpd|0.0.1|2.2.8|api:v:1.2.1|ssl:v:0.9.8e|zlib:v:1.2.3
jboss-httpd|2.2.10|2.2.10|api:v:1.2.1|ssl:v:0.9.8i|zlib:v:1.2.3
+# httpd based on the stack2 supported product.
rhel-httpd|2.2.3-11.el5_1.3|httpd-2_2_3-11_el5_1_3|apr:r:apr-1_2_7-11|apu:r:apr-util-1_2_7-7_el5|api:v:1.2.1|ssl:r:openssl-0_9_8b-8_3_el5_0_2|zlib:v:1.2.3|jk:v:1.2.26|iconv:v:1.11|expat:v:1.95.8
rhel-httpd|2.2.8-1.el5s2|httpd-2_2_8-1_el5s2|apr:r:apr-1_2_7-11|apu:r:apr-util-1_2_7-7_el5|api:v:1.2.1|ssl:r:openssl-0_9_8b-8_3_el5_0_2|zlib:v:1.2.3|jk:v:1.2.26|iconv:v:1.11|expat:v:1.95.8|cluster:t:trunk
rhel-httpd|2.2.8-1.el5s2|httpd-2_2_8-1_el5s2|apr:r:apr-1_2_7-11|apu:r:apr-util-1_2_7-7_el5|api:v:1.2.1|ssl:r:openssl-0_9_8b-8_3_el5_0_2|zlib:v:1.2.3|jk:v:1.2.26|iconv:v:1.11|expat:v:1.95.8|cluster:t:mod_cluster/1.0.0.Alpha
Show replies by date