As per the custom installation options, I should be able to do the following:
- sudo apt install debconf-utils
- echo "aegir3-hostmaster aegir/working-copy boolean true" | sudo debconf-set-selections
- echo "aegir3-provision aegir/working-copy boolean true" | sudo debconf-set-selections
- sudo apt install aegir3
...and end up with Git repositories for both
- /var/aegir/hostmaster-7.x-X.Y
- /usr/share/drush/commands/provision
However, this isn't happening. Is the documentation wrong, or did this stop working?
Comments
Comment #2
colanI discussed this with ergonlogic. Looks like there's no way to get a git clone for Provision.
I tried the following as per his recommendations, requiring the makefile:
This leads to the following, breaking the installation:
This makefile appears to break things.
Comment #3
colanComment #4
colanSo the following, as suggested above, seemed to work, but as expected, only for the front-end:
Would it be possible to enable a similar set-up for the back-end so that Provision can also be deployed as a Git clone in
/usr/share/drush/commands/provision?I updated the documentation to reflect all of this.