Author: jfrederic.clere(a)jboss.com
Date: 2014-01-24 12:00:29 -0500 (Fri, 24 Jan 2014)
New Revision: 3184
Modified:
trunk/build/unix/build.sh
Log:
export httpd_version.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-01-24 15:50:13 UTC (rev 3183)
+++ trunk/build/unix/build.sh 2014-01-24 17:00:29 UTC (rev 3184)
@@ -476,6 +476,13 @@
if $has_cluster; then
echo "using mod_cluster: ${cluster_version}"
fi
+case ${PACKAGE} in
+ mod_cluster)
+ httpd_version=${svn_tagname}
+ export httpd_version
+ echo "using httpd: ${httpd_version}"
+ ;;
+esac
if $force_64; then
echo "Building 64 bits version"
else
Show replies by thread