Skip to content

Commit

Permalink
10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Nov 8, 2023
2 parents 63959a5 + 3937cbe commit 10b3e5a
Show file tree
Hide file tree
Showing 50 changed files with 7,845 additions and 321 deletions.
2 changes: 2 additions & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
update:
- rm -rf vendor
- composer install --no-ansi
- mysql -h mysql -P 3306 -u tugboat -ptugboat -e 'SET GLOBAL max_allowed_packet=67108864;'
# Sync to hs_colorful and hs_colorful database & files.
- blt drupal:sync:files --site=hs_colorful
- drush @hs_colorful.local user:create tugboat --password=tugboat || true
Expand All @@ -51,6 +52,7 @@ services:
build:
- rm -rf vendor
- composer install --no-ansi
- mysql -h mysql -P 3306 -u tugboat -ptugboat -e 'SET GLOBAL max_allowed_packet=67108864;'

- drush @hs_colorful.local cr
- blt drupal:update --site=hs_colorful
Expand Down
2 changes: 1 addition & 1 deletion blt/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ modules:
multisites:
- aaas
- aarc
- aarcs
- africanstudies
- amstudies
- anthropology
Expand Down Expand Up @@ -149,7 +150,6 @@ multisites:
- mediterraneanstudies
- memorylab
- morrisoninstitute
- mrc
- mtl
- music
- oconnell
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@
"https://www.drupal.org/project/paragraphs/issues/2895561": "https://www.drupal.org/files/issues/2021-05-06/paragraphs-2895561-32.patch"
},
"drupal/paragraphs_browser": {
"https://www.drupal.org/project/paragraphs_browser/issues/3381981": "https://www.drupal.org/files/issues/2023-08-22/3381981-sort-by-weight-4.patch"
"https://www.drupal.org/project/paragraphs_browser/issues/3381981": "https://www.drupal.org/files/issues/2023-08-22/3381981-sort-by-weight-4.patch",
"https://www.drupal.org/project/paragraphs_browser/issues/3340467": "https://www.drupal.org/files/issues/2023-02-09/replace_jquery_once_with_core_once.patch"
},
"drupal/path_redirect_import": {
"https://www.drupal.org/project/path_redirect_import/issues/3373025": "https://www.drupal.org/files/issues/2023-07-06/path_redirect_import-3373025.patch"
Expand Down
Loading

0 comments on commit 10b3e5a

Please sign in to comment.