CRM-16785, exclude code coverage
authorKurund Jalmi <kurund@yahoo.com>
Fri, 9 Oct 2015 14:59:50 +0000 (15:59 +0100)
committerKurund Jalmi <kurund@yahoo.com>
Fri, 9 Oct 2015 14:59:50 +0000 (15:59 +0100)
----------------------------------------
* CRM-16785: non-free file "packages/PHP/CodeCoverage/Report/HTML/Renderer/Template/highcharts.js"
  https://issues.civicrm.org/jira/browse/CRM-16785

distmaker/dists/common.sh

index df08ca022be7cccb095fba45aa87b65c3289da0a..e7831ca48ac2dfe152f38272463cf03d2b2af46b 100644 (file)
@@ -96,7 +96,7 @@ function dm_install_packages() {
   local to="$2"
 
   local excludes_rsync=""
-  for exclude in .git .svn _ORIGINAL_ SeleniumRC PHPUnit PhpDocumentor SymfonyComponents amavisd-new git-footnote ; do
+  for exclude in .git .svn _ORIGINAL_ SeleniumRC PHPUnit PhpDocumentor SymfonyComponents amavisd-new git-footnote PHP/CodeCoverage ; do
     excludes_rsync="--exclude=${exclude} ${excludes_rsync}"
   done