Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Development
Core
Commits
4a0626d0
Commit
4a0626d0
authored
Mar 16, 2019
by
Seamus Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove amavisd now that it is removed from the packages repository
parent
939fd7f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
distmaker/dists/common.sh
distmaker/dists/common.sh
+1
-1
No files found.
distmaker/dists/common.sh
View file @
4a0626d0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment