Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
ebcdd418
Commit
ebcdd418
authored
Oct 13, 2016
by
Christopher Gervais
Committed by
Herman van Rink
Oct 13, 2016
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2737785
by ergonlogic: Provide a stable location for Drush overrides
parent
e7fe5d4d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Provision/Config/Drushrc/provision_drushrc_aegir.tpl.php
+8
-0
8 additions, 0 deletions
Provision/Config/Drushrc/provision_drushrc_aegir.tpl.php
with
8 additions
and
0 deletions
Provision/Config/Drushrc/provision_drushrc_aegir.tpl.php
+
8
−
0
View file @
ebcdd418
...
@@ -5,6 +5,11 @@
...
@@ -5,6 +5,11 @@
*/
*/
print
"<?php
\n\n
"
;
print
"<?php
\n\n
"
;
print
"# !!!WARNING!!! This file is re-generated on each verify of the hostmaster site.
\n
"
;
print
"# Any changes tou make to this file will thus soon be lost. Instead, create a
\n
"
;
print
"# file called 'local.drushrc.php' in the same directory as this one (i.e.
\n
"
;
print
"# '/var/aegir/.drush/'), and add any custom configuration there.
\n
"
;
print
"# A list of Aegir features and their enabled status.
\n
"
;
print
"# A list of Aegir features and their enabled status.
\n
"
;
print
"
\$
options['hosting_features'] = "
.
var_export
(
$hosting_features
,
TRUE
)
.
";
\n\n
"
;
print
"
\$
options['hosting_features'] = "
.
var_export
(
$hosting_features
,
TRUE
)
.
";
\n\n
"
;
...
@@ -14,4 +19,7 @@ print "\$options['exclude'] = ". var_export($drush_exclude, TRUE) . ";\n\n";
...
@@ -14,4 +19,7 @@ print "\$options['exclude'] = ". var_export($drush_exclude, TRUE) . ";\n\n";
print
"# A list of paths that drush should include even when working outside
\n
"
;
print
"# A list of paths that drush should include even when working outside
\n
"
;
print
"# the context of the hostmaster site.
\n
"
;
print
"# the context of the hostmaster site.
\n
"
;
print
"
\$
options['include'] = "
.
var_export
(
$drush_include
,
TRUE
)
.
";
\n
"
;
print
"
\$
options['include'] = "
.
var_export
(
$drush_include
,
TRUE
)
.
";
\n
"
;
print
"# Local non-aegir-generated additions."
;
print
"@include_once(dirname(__FILE__) . '/local.drushrc.php');"
;
?>
?>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment