aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/osx64
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-03-28 20:15:59 +0100
committerMemphiz <memphis@machzwo.de>2013-03-28 20:15:59 +0100
commit7c2ffd8d8c8519a66d2f0ffb2bcf9d38d6d1b986 (patch)
tree5c5f6f003ef8e84ea5ca1eda0a36d12c400024bd /tools/buildsteps/osx64
parent465dd9369868980fae409db1c35a5ff4c4c03c8e (diff)
[jenkins] - don't clean the pvr addons in first place - when skipping depends build they wouldn't get reinstalled and we would ship without them
Diffstat (limited to 'tools/buildsteps/osx64')
-rwxr-xr-xtools/buildsteps/osx64/prepare-depends3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildsteps/osx64/prepare-depends b/tools/buildsteps/osx64/prepare-depends
index 8fed8fd084..81403fadda 100755
--- a/tools/buildsteps/osx64/prepare-depends
+++ b/tools/buildsteps/osx64/prepare-depends
@@ -3,7 +3,8 @@ XBMC_PLATFORM_DIR=osx64
. $WORKSPACE/tools/buildsteps/defaultenv
#clean without depends for skipping depends build if possible
-cd $WORKSPACE;git clean -xfd -e "tools/depends"
+#also skip pvraddons as long as they are deployed in tree
+cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*"
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then