Author: nickboldt
Date: 2010-10-05 02:19:36 -0400 (Tue, 05 Oct 2010)
New Revision: 25481
Modified:
trunk/build/target-platform/publish.sh
Log:
revert to rsync'ing REPO/* instead of REPO
Modified: trunk/build/target-platform/publish.sh
===================================================================
--- trunk/build/target-platform/publish.sh 2010-10-05 06:09:45 UTC (rev 25480)
+++ trunk/build/target-platform/publish.sh 2010-10-05 06:19:36 UTC (rev 25481)
@@ -11,12 +11,12 @@
du -sh ${repoPath} ${destinationPath}/${targetFile}
# copy/update into central place for reuse by local downstream build jobs
- date; rsync -arzq --delete ${repoPath} ${destinationPath}/${targetFile}
+ date; rsync -arzq --delete ${repoPath}/* ${destinationPath}/${targetFile}/
du -sh ${repoPath} ${destinationPath}/${targetFile}
# upload to
http://download.jboss.org/jbossotools/updates/target-platform/latest/ for
public use
- date; rsync -arzq --delete --rsh=ssh ${repoPath} ${DESTINATION}/latest
+ date; rsync -arzq --delete --rsh=ssh ${repoPath}/* ${DESTINATION}/latest/
# create zip, then upload to
http://download.jboss.org/jbossotools/updates/target-platform/${targetFil... for public
use
cd ${repoPath}