From 48cd94bb6cb73dcbc98c7f20732c76d9cb9f69ae Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 14 Sep 2020 19:58:36 -0700 Subject: [PATCH] dev/core#1393, dev/core#1990 - Exclude README.rst symlink --- distmaker/dists/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index dc2cd9a65a..0b7e42ed5d 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -200,7 +200,7 @@ function dm_install_vendor() { local excludes_rsync="" ## CRM-21729 - .idea test-cases unit-test come from phpquery package. - for exclude in .git .svn {T,t}est{,s} {D,d}oc{,s} {E,e}xample{,s} .idea test-cases unit-test; do + for exclude in .git .svn {T,t}est{,s} {D,d}oc{,s} {E,e}xample{,s} .idea test-cases unit-test README.rst; do excludes_rsync="--exclude=${exclude} ${excludes_rsync}" done -- 2.25.1