Our Aegir3-drush-master-dev tests are failing...

Reason seamed to be the lack of php5-readline in Wheezy.

So I've been working to get that test upgraded to Debian Jessie.

CommentFileSizeAuthor
#2 puppet_and_debian_jessie-2493451-2.patch969 byteshelmo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

helmo’s picture

My dev/jessie branch in the puppet-aegir project

I also needed #2253969: "The HOME or COMPOSER_HOME environment variable must be set for composer to run correctly" and add Package['php5-readline'] as a requirement.

helmo’s picture

Project: Hostmaster (Aegir) » Drush Puppet Module
Version: 7.x-3.x-dev »
Component: Install process » Code
FileSize
969 bytes

Here's a patch for puppet-drush ... Which I hope helps.

helmo’s picture

Patch from #2 is now on my dev branch https://git.drutch.nl/drupal-contrib/puppet-drush/commits/dev/jessie

This helps the test build a lot further.
Next step could be systemd related....

Alert: /Stage[main]/Aegir::Dev/Exec[aegir-dev login]/returns: *******************************************************************************
Alert: /Stage[main]/Aegir::Dev/Exec[aegir-dev login]/returns: * Open the link below to access your new Aegir site:
Alert: /Stage[main]/Aegir::Dev/Exec[aegir-dev login]/returns: * http://aegir3-drush-master-dev.test/user/reset/1/1432728476/NsP6-_UWLtYbzhQvT6J25QR8hNiWlag_c8hXm66hIao/login
Alert: /Stage[main]/Aegir::Dev/Exec[aegir-dev login]/returns: *******************************************************************************
Alert: /Stage[main]/Aegir::Dev/Exec[aegir-dev login]/returns: executed successfully
Error: Could not start Service[hosting-queued]: Execution of '/usr/sbin/service hosting-queued start' returned 6: Failed to start hosting-queued.service: Unit hosting-queued.service failed to load: No such file or directory.
Wrapped exception:
Execution of '/usr/sbin/service hosting-queued start' returned 6: Failed to start hosting-queued.service: Unit hosting-queued.service failed to load: No such file or directory.
Error: /Stage[main]/Aegir::Dev/Service[hosting-queued]/ensure: change from stopped to running failed: Could not start Service[hosting-queued]: Execution of '/usr/sbin/service hosting-queued start' returned 6: Failed to start hosting-queued.service: Unit hosting-queued.service failed to load: No such file or directory.
helmo’s picture

helmo’s picture