Author: nickboldt
Date: 2011-01-04 10:38:14 -0500 (Tue, 04 Jan 2011)
New Revision: 27866
Modified:
trunk/build/target-platform/publish.sh
Log:
reverse logic of .blobstore keep/trash
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2011-01-04 15:23:19 UTC (rev 27865)
+++ trunk/build/target-platform/publish.sh 2011-01-04 15:38:14 UTC (rev 27866)
@@ -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="--exclude '.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'"
+ exclude=""
shift 1;;
esac
done
Show replies by date