Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
provision
Commits
0b06b56c
Commit
0b06b56c
authored
Oct 27, 2017
by
helmo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2917495-ignore-modules-drush' into 7.x-3.x
parents
52b159a7
7dcfe1b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Provision/Config/Drushrc/provision_drushrc_aegir.tpl.php
Provision/Config/Drushrc/provision_drushrc_aegir.tpl.php
+3
-0
No files found.
Provision/Config/Drushrc/provision_drushrc_aegir.tpl.php
View file @
0b06b56c
...
...
@@ -16,6 +16,9 @@ print "\$options['hosting_features'] = ". var_export($hosting_features, TRUE) .
print
"# A list of modules to be excluded because the hosting feature is not enabled.
\n
"
;
print
"
\$
options['exclude'] = "
.
var_export
(
$drush_exclude
,
TRUE
)
.
";
\n\n
"
;
print
"# Drush 8 looks at ignored-modules instead of exclude.
\n
"
;
print
"
\$
options['ignored-modules'] =
\$
options['exclude'];
\n\n
"
;
print
"# A list of paths that drush should include even when working outside
\n
"
;
print
"# the context of the hostmaster site.
\n
"
;
print
"
\$
options['include'] = "
.
var_export
(
$drush_include
,
TRUE
)
.
";
\n
"
;
...
...
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