From 4a0626d0c617c33f84ad3948c49e86aa3f3568e6 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 16 Mar 2019 12:29:48 +1100 Subject: [PATCH] Remove amavisd now that it is removed from the packages repository --- 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 1ad546ef5b..2b12fa2a02 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -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 PHP/CodeCoverage ; do + for exclude in .git .svn _ORIGINAL_ SeleniumRC PHPUnit PhpDocumentor SymfonyComponents git-footnote PHP/CodeCoverage ; do excludes_rsync="--exclude=${exclude} ${excludes_rsync}" done -- 2.25.1