Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test if we can apply patches for composer_site.json #41

Open
kylehuynh205 opened this issue Sep 10, 2024 · 0 comments
Open

Test if we can apply patches for composer_site.json #41

kylehuynh205 opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@kylehuynh205
Copy link

kylehuynh205 commented Sep 10, 2024

In our composer.json, We have composer_site which refer to https://github.com/digitalutsc/dsu_sites_config/blob/main/composer_site.json. This composer_site.json contains the list of modules which specifics for each site we have.

In our composer.json we have patch https://github.com/digitalutsc/islandora-lite-site/blob/2.x/composer.json#L302-L325,

TODO

  • Git clone this repo.
  • run composer install
  • Download the composer_site.json into the /path/islandora-lite-site https://raw.githubusercontent.com/digitalutsc/dsu_sites_config/main/composer_site.json
  • run composer update
  • Can we have the same "patches": {} in the composer_site.json. ?

Test it with the following:

 "drupal/form_mode_control":{
            "form_mode_control-string_permission-3409223-6.patch": "https://www.drupal.org/files/issues/2023-12-20/form_mode_control-string_permission-3409223-6.patch"
         }

OR

 "drupal/csvfile_formatter": {
            "csvfile_formatter_accordians_truncatedtext.patch": "https://raw.githubusercontent.com/digitalutsc/dsu_sites_config/main/all/patches/csvfile_formatter_accordians_truncatedtext.patch"
         }
@kylehuynh205 kylehuynh205 added the good first issue Good for newcomers label Sep 10, 2024
@kylehuynh205 kylehuynh205 changed the title Test if can Test if we can apply patches for composer_site.json Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

3 participants