Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

8.2.6 drops-8 scaffolding files #168

@RainbowArray

Description

@RainbowArray

I have Composer set up to get required scaffolding files from drops-8, like so, in the "extra" section of my composer.json:

"drupal-scaffold": {
  "source": "https://raw.githubusercontent.com/pantheon-systems/drops-8/{version}/{path}",
  "includes": [
    "sites/default/settings.pantheon.php"
  ]
}

In trying to do a composer update drupal/core for 8.2.6, I get the following error:

DrupalComposer\DrupalScaffold\Plugin::scaffold
Downloading: FailedScript DrupalComposer\DrupalScaffold\Plugin::scaffold handling the drupal-scaffold event terminated with an exception

[Composer\Downloader\TransportException]
The "https://raw.githubusercontent.com/pantheon-systems/drops-8/8.2.6/.csslin
trc" file could not be downloaded (HTTP/1.1 404 Not Found)

Since 8.2.6 was only released a couple days ago, does it take a couple days for the scaffolding files to be available at the raw.githubusercontent path? Is that something that needs to be manually generated? It would be good if that was available as soon as possible after a release. Particularly if there's a security release, being able to run this update as soon as possible would be important. Since I deploy to Pantheon with Circle CI, this error breaks my build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions