From: Gunnar Wrobel
Date: Sun, 3 Oct 2010 17:39:06 +0000 (+0200)
Subject: Rsync when extracting a package from the framework. Use nocolor on build output.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b4e9ecc03f24fd54effd6cc6d8631c3210b505cf;p=horde.git
Rsync when extracting a package from the framework. Use nocolor on build output.
---
diff --git a/components/data/hudson-component-config.xml.template b/components/data/hudson-component-config.xml.template
index 98a062b0d..092cbaf59 100644
--- a/components/data/hudson-component-config.xml.template
+++ b/components/data/hudson-component-config.xml.template
@@ -18,10 +18,9 @@
false
- cp -r ${WORKSPACE}/../../%2$s/workspace/%1$s/* ${WORKSPACE}/
-rm -rf ${WORKSPACE}/deps
+ rsync -avz ${WORKSPACE}/../../%2$s/workspace/%1$s/* ${WORKSPACE}/ --exclude="build.xml" --delete-after
mkdir ${WORKSPACE}/deps
-php -d include_path=".:${WORKSPACE}/../../%3$s/php" ${WORKSPACE}/../../%3$s/horde-components --install=${WORKSPACE}/deps ${WORKSPACE}/../../%2$s/workspace/%1$s
+php -d include_path=".:${WORKSPACE}/../../%3$s/php" ${WORKSPACE}/../../%3$s/horde-components --install=${WORKSPACE}/deps -N ${WORKSPACE}/../../%2$s/workspace/%1$s
php -d include_path=".:${WORKSPACE}/../../%3$s/php" ${WORKSPACE}/../../%3$s/horde-components --ciprebuild=${WORKSPACE} ${WORKSPACE}/../../%2$s/workspace/%1$s