Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 May 2016 at 20:37 UTC
Updated:
28 Oct 2016 at 18:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ergonlogicPatch attached, and pushed to
dev/2737785branch.Comment #3
ergonlogicMoving to proper queue and status.
Comment #4
helmo commentedI've used /etc/drushrc.php in a few such occasions.
Moving our generated rc to aegir.drushrc.php and then on installation adding an include line to drushrc.php might be an even nicer way ... but probably more a change for 4.x
Comment #5
helmo commentedmoved dev branch to github as 'dev/2737785-local-drushrc' - https://github.com/aegir-project/provision/pull/4
And I added one commit to make '/var/aegir' a variable as we do on more places.
PS: the branch should probably have been named 'feature/2737785-local-drushrc'
Comment #7
helmo commentedcommitted
Comment #8
memtkmcc commented@helmo
Not sure why there is this line:
$this->data['aegir_root'] = DRUPAL_ROOT;As far as I know,
aegir_root != DRUPAL_ROOT?/var/aegiralready has its variable:aegir_root, but it is neverDRUPAL_ROOT..Maybe I have missed something?
Comment #9
colanAgreed; that looks strange.
Comment #10
helmo commentedGood catch ... Reverted ... As it was not really related to this issue I'll set the status back to fixed.