Author: nickboldt
Date: 2012-10-12 02:53:13 -0400 (Fri, 12 Oct 2012)
New Revision: 44466
Modified:
trunk/build/target-platforms/publish.sh
Log:
new TP generation does not include .blobstore when building JBDS TP, so don't include
it when publishing
Modified: trunk/build/target-platforms/publish.sh
===================================================================
--- trunk/build/target-platforms/publish.sh 2012-10-12 06:47:22 UTC (rev 44465)
+++ trunk/build/target-platforms/publish.sh 2012-10-12 06:53:13 UTC (rev 44466)
@@ -39,8 +39,8 @@
repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR1a
destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1a
DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1a
- include=".blobstore *" # include the .blobstore
- exclude=""
+ include="*"
+ exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
'-jbosstools-JunoSR0c')
@@ -59,8 +59,8 @@
repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR0c
destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR0c
DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR0c
- include=".blobstore *" # include the .blobstore
- exclude=""
+ include="*"
+ exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
*)