Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Aug 2011 at 19:37 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent
Comments
Comment #1
joestewart commentedTry this patch for drush_make to be able to specify the options in the makefile. Seemed better all around - http://drupal.org/node/1206340#comment-4800440
Comment #2
steven jones commentedYes, but not having to change the make file would still be useful, so I think having an option in the front-end would be useful, and not a huge amount of effort, though we would need to pass another bit of data from the front-end to the back-end.
Comment #3
anarcat commentedNote that I tried to make hostmaster-install respect --working-copy, but I am not sure it's ever worked.
Comment #4
steven jones commentedComment #5
steven jones commentedWe should be able to do this in contrib for 1.x I reckon.
Comment #6
steven jones commentedIndeed we can:
https://github.com/computerminds/aegir_make_working_copy
Comment #7
mxmilkiib commentedThe aegir_make_working_copy module is not currently working with Aegir via the latest BOA. No extra option appears on the platform node create form.
Comment #8
mxmilkiib commentedEdit: The above is incorrect - the option only appears after a make file address is entered. But the module causes problems - the Aegir queue stops processing
Comment #9
steven jones commented@milkmiruku you will need to install it into the same directory as provision, which is why your task is failing I think, because provision is elsewhere, or you're not using 1.x.
Going to get this merged into 6.x-2.x because it's a super nice feature.
Comment #10
steven jones commentedPushed the github module into the 6.x-2.x branches for Provision and Hostmaster.