-
Notifications
You must be signed in to change notification settings - Fork 126
Conversation
…ing of the Terminus Build Tools Plugin.
…ove the '-n' flag to the front of the argument list for clarity. (#99)
``` Loading composer repositories with package information Updating dependencies Package operations: 0 installs, 5 updates, 0 removals - Updating drupal/core (8.4.0 => 8.4.2): Downloading (100%) - Updating psy/psysh (v0.8.11 => v0.8.13): Loading from cache - Updating consolidation/annotated-command (2.7.2 => 2.8.1): Loading from cache - Updating webflo/drupal-finder (1.0.0 => 1.1.0): Loading from cache Writing lock file Generating optimized autoload files Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (80%)�����������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)Downloading (connecting...)���������������������������Downloading (0%) ���������������������������Downloading (100%)> DrupalProject\composer\ScriptHandler::createRequiredFiles Symfony Security Check Report ============================= // Checked file: /private/var/folders/46/rc22cmtx3g54h2jw6w5xj68c0000gq/T/composer-update-681effb/composer.lock [OK] No packages have known vulnerabilities. ! [NOTE] This checker can only detect vulnerabilities that are referenced in the SensioLabs security advisories ! database. Execute this command regularly to check the newly discovered vulnerabilities. ```
* Use Terminus Build Tools plugin 2.0.0-alpha4 and later. * Comment out BUILD_TOOLS_VERSION so that the version installed in the docker container will be used by default.
@greg-1-anderson, here is the part you might be most interested in that allows for
|
Just two questions:
|
content_jsonapi_project has it fully committed as well. I should have said directly that I'm treating this branch as a conglomeration of That being said, I don't like the fact that dropzone is fully committed. My understanding is that it is fully committed because there is not a great way to include via composer alone. But I'd like to revisit this question with the Contenta team.
So that |
Okay. Maybe the Contenta team could consider downloading it in a post-update task.
Yes, that was the purpose of my hack as well. I was just wondering if there was some way to detect that installation was happening, as my old hack did, so that we don't fail in the Drush 9 / Drupal Console case. Do you have any insight into why the old hack does not work any more? |
I thought I had tried it unsuccessfully. But I was wrong. I just tested it again and it worked so I have brought your original settings.php hack back to this branch. |
@stevector thanks for chiming in on the contenta issue I posted -- I updated my terminus plugins to latest versions, and then ran this command:
Everything seemed to spin up correctly through the "Successfully applied pantheon.yml to the 'dev' environment" message but ended up with this error right after the "Install site on lawhelp.dev" step:
I'll give it another try but let me know if you have an idea... |
@stevector I guess I should have tried twice -- looks like the error was just a random network/app problem because on attempt number two the install went flawlessly and we now have a github+circle+pantheon contenta site. Next beer is on me :) |
@greg-1-anderson here's a PR on a PR. This is an update to the Contenta branch.
I've gotten it to install successfully via Build Tools with
Let merge this and then pick up the conversation back in #93