NCIOCPL / cgov-digital-platform

The Cancer.gov Digital Communications Platform
GNU General Public License v2.0
11 stars 33 forks source link

Enabler: Store Drupal patches locally #4425

Open blairlearn opened 3 months ago

blairlearn commented 3 months ago

Store Drupal patches as part of the platform's code base.

We presently retrieve patches to Drupal packages by referencing the patch's URL in composer.json and downloading it as part of running composer install.

The current guidance from Drupal.org is that patches be downloaded and stored as part of the code base.

Key advice (emphasis added)

Also note that if more commits are added to the merge request, the patch that you can download from that URL will change. You must, download the patch file and save it locally.

Description of what is to be accomplished.

ESTIMATE TBD

Resources:

Prerequisites

Sub-Tasks

Notes