Author: nickboldt
Date: 2012-10-01 15:12:18 -0400 (Mon, 01 Oct 2012)
New Revision: 44190
Modified:
trunk/build/publish/promote.sh
Log:
work one folder up, in PARENT_FOLDER instead of PARENT_FOLDER/PROJECT_NAME
Modified: trunk/build/publish/promote.sh
===================================================================
--- trunk/build/publish/promote.sh 2012-10-01 19:09:51 UTC (rev 44189)
+++ trunk/build/publish/promote.sh 2012-10-01 19:12:18 UTC (rev 44190)
@@ -46,5 +46,5 @@
# JBIDE-12662: regenerate composite metadata in
updates/${BUILD_TYPE}/${TARGET_PLATFORM}/${PARENT_FOLDER}/${PROJECT_NAME} folder for all
children
wget
http://anonsvn.jboss.org/repos/jbosstools/trunk/build/util/cleanup/jbosst...
--no-check-certificate
chmod +x jbosstools-cleanup.sh
-./jbosstools-cleanup.sh --dirs-to-scan
"updates/${BUILD_TYPE}/${TARGET_PLATFORM}/${PARENT_FOLDER}/${PROJECT_NAME}"
--regen-metadata-only
+./jbosstools-cleanup.sh --dirs-to-scan
"updates/${BUILD_TYPE}/${TARGET_PLATFORM}/${PARENT_FOLDER}/"
--regen-metadata-only
rm -f jbosstools-cleanup.sh