-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatches.json
More file actions
23 lines (23 loc) · 1.45 KB
/
Copy pathpatches.json
File metadata and controls
23 lines (23 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"patches": {
"drupal/core": {
"#3495988: Add redirect for incomplete install": "https://git.drupalcode.org/issue/drupal-3495988/-/compare/11.3.13...b43143a448c5c52afc37d2b39e561952fbe1be00?format=diff",
"#3499225: Fix recipe command ignoring dependencies": "https://git.drupalcode.org/project/drupal/-/commit/12031d11461bd2fddcb9052659af947be0a9defe.patch",
"#3531174: Add configuration for additional known files in project root": "https://git.drupalcode.org/issue/drupal-3531174/-/compare/eccc454363a947d3eb71a1ca7fa0e134dce002c0...96208fc1e12b4548c115d02dd80b9cfbd4e5bed7?format=diff"
},
"drupal/drupal_cms_installer": [
{
"description": "#3590051: Avoid repeating installer batch operations",
"url": "https://git.drupalcode.org/issue/drupal_cms-3590051/-/commit/d3e868802dab04fb87e348b50305dee59729c996.patch",
"depth": 2,
"extra": {
"freeform": {
"executable": "sh",
"dry_run_args": "-c \"git -C %3$s init >/dev/null 2>&1 && git -C %3$s apply --check --verbose -p%2$s --exclude=tests/* %4$s; rc=$?; rm -rf %3$s/.git; exit $rc\"",
"args": "-c \"git -C %3$s init >/dev/null 2>&1 && git -C %3$s apply --verbose -p%2$s --exclude=tests/* %4$s; rc=$?; rm -rf %3$s/.git; exit $rc\""
}
}
}
]
}
}