I am trying to host a site that itself, has the hosting modules.

It was breaking my aegir! After much trial and error I discovered it was the verify process on the hosted site.

I tracked it down to verify.provision.inc:


    if (function_exists('hosting_get_features')) {
      // We're verifying the hostmaster site, so record a list of enabled
      // Hosting Features.
      $aegir_drushrc = new Provision_Config_Drushrc_Aegir();
      $aegir_drushrc->write();
    }

I am going to attempt to use

d('@hostmaster')

to detect a running "hostmaster" site instead.

CommentFileSizeAuthor
#3 2704291-check-hostmaster.patch722 bytesJon Pugh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jon Pugh created an issue. See original summary.

Jon Pugh’s picture

Issue summary: View changes
Jon Pugh’s picture

Status: Needs work » Needs review
FileSize
722 bytes

Patch attached. Branch push pending.

  • Jon Pugh committed ecec86b on 2704291-check-hostmaster
    Issue #2704291 by Jon Pugh: When checking if the site being verified is...

  • helmo committed 6992939 on 7.x-3.x authored by Jon Pugh
    Issue #2704291 by Jon Pugh: Verify of a site with function "...
helmo’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.