this is how the hostmaster-install command gets called in the debian package:

            su -s /bin/sh aegir -c "cd $VARLIB && drush hostmaster-install $FLAGS --backend $site_uri | drush backend-parse" <<EOF

But unfortunately, that spews out a lot of stuff like:

DRUSH_BACKEND:{"type":"bootstrap","message":"Found command: hosting-setup (commandfile=hosting)","timestamp":1369341069.9458,"memory":10989188,"error":null,"packet":"log"}

It seems that drush backend-parse (part of provision) doesn't work anymore.

Comments

anarcat’s picture

Status: Active » Fixed

fixed.

Status: Fixed » Closed (fixed)

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

  • Commit 8824de0 on dev-drupal-8, 6.x-2.x, dev-ssl-ip-allocation-refactor, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by anarcat:
    fix #2002076 - parse drush backend packets properly in package
    
    it seems...