From 1dbacff7dc36a41d5ec67f27524b437cb67d6bd1 Mon Sep 17 00:00:00 2001
From: Gunnar Wrobel
Date: Sun, 3 Oct 2010 21:50:57 +0200
Subject: [PATCH] Use rsync to copy packages from the framework. Add new
required options.
---
components/data/hudson-component-config.xml.template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/data/hudson-component-config.xml.template b/components/data/hudson-component-config.xml.template
index 092cbaf59..e64119100 100644
--- a/components/data/hudson-component-config.xml.template
+++ b/components/data/hudson-component-config.xml.template
@@ -18,10 +18,10 @@
false
- rsync -avz ${WORKSPACE}/../../%2$s/workspace/%1$s/* ${WORKSPACE}/ --exclude="build.xml" --delete-after
-mkdir ${WORKSPACE}/deps
+ rsync -avz --exclude="build.xml" --delete-after ${WORKSPACE}/../../%2$s/workspace/%1$s/* ${WORKSPACE}/
+mkdir -p ${WORKSPACE}/deps
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
+php -d include_path=".:${WORKSPACE}/../../%3$s/php" ${WORKSPACE}/../../%3$s/horde-components --ciprebuild=${WORKSPACE} --pearrc=${WORKSPACE}/../../%3$s/../.pearrc ${WORKSPACE}/../../%2$s/workspace/%1$s
--
2.11.0