You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`files` is a list of patches to apply. Each item on the list has the following properties (all are mandatory):
39
43
40
44
-`name`: the file name
41
-
-`base`: the directory containing an original copy of the file (before the patch). The patch happens only if the content of the file to be patched (`destination/name`) is identical to the content of the base file (`base/name`). Otherwise, a repair issue is raised. In such a case, a rebase of the patch is required along with updating the content of the files `base/name` and `patch/name`.
45
+
-`base`: the directory containing an original copy of the file (before the patch). The patch happens only if the content of the file to be patched (`destination/name`) is identical to the content of the base file (`base/name`). Otherwise, a repair issue is raised. In such a case, a rebase of the patch is required along with updating the content of the files `base/name` and `patch/name`. This parameter can be provided as a local path or as a URL.
42
46
-`destination`: the local directory with the file to be patched.
43
-
-`patch`: the directory containing the file with the change.
47
+
-`patch`: the directory containing the file with the change. It can be provided as a local path or as a URL.
44
48
45
-
All files must exist (e.g. `base/name`, etc') inside the Home Assistant Core environment. It’s convenient to mount `base` and `patch` directories as [network shares](https://www.home-assistant.io/common-tasks/os#network-storage).
49
+
All files must exist (e.g. `base/name`, etc') inside the Home Assistant Core environment. It’s convenient to mount `base` and `patch` directories as [network shares](https://www.home-assistant.io/common-tasks/os#network-storage), or provide them as URLs.
46
50
47
51
The `destination` directory can use the following variables as a prefix:
0 commit comments