Author: nickboldt
Date: 2011-01-04 10:54:02 -0500 (Tue, 04 Jan 2011)
New Revision: 27868
Modified:
trunk/build/target-platform/publish.sh
Log:
explicitly include .blobstore
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2011-01-04 15:51:47 UTC (rev 27867)
+++ trunk/build/target-platform/publish.sh 2011-01-04 15:54:02 UTC (rev 27868)
@@ -6,7 +6,7 @@
repoPath=/home/hudson/static_build_env/jbds/tools/sources/REPO
destinationPath=/home/hudson/static_build_env/jbds/target-platform
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform
-exclude="--exclude '.blobstore'"
+exclude="--exclude '.blobstore'" # exclude the .blobstore
while [ "$#" -gt 0 ]; do
case $1 in
@@ -20,7 +20,7 @@
repoPath=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO
destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform
DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform
- exclude=""
+ exclude="'.blobstore'" # include the .blobstore
shift 1;;
esac
done
Show replies by date