IRC logs for #aegir, 2020-12-17 (GMT)

2020-12-16
2020-12-18
TimeNickMessage
[12:35:09]* ac has joined #aegir
[12:35:22]<ac>if anyone can point me in the right direction here it would be appreciated: https://www.drupal.org/project/provision/issues/3188197#comment-13941415
[12:35:24]<hefring>https://www.drupal.org/project/provision/issues/3188197 => Verifying a platform does not sync up codebase on remote server [#3188197] => 5 comments, 1 IRC mention
[13:25:34]<ac>So the problem is in Provision/Context/server.php on line 173 there is the following:
[13:26:10]<ac> if (is_null($path)) { $path = $this->config_path; }
[13:26:38]<ac>it seems when it is trying to sync the codebase, $path is NULL and so it is being set to the config_path
[13:26:59]<ac>it doesn't seem to be aware of the composer_git_path
[13:28:33]<ac>I don't really know the logic behind all this but hopefully that is a useful clue for someone who does
[13:35:56]<viashimo>is there anything about the paths in the .drush/server_ file or .drush/platform_ file?
[13:37:52]<ac>from the platform_file: 'composer_git_path' => '/var/aegir/platforms/platformname',
[13:38:14]<ac>'root' => '/var/aegir/platforms/platformname/web',
[13:38:31]<ac>'git_root' => NULL, 'git_remote' => NULL,
[15:32:46]* ac has quit (Remote host closed the connection)