2024-11-14 14:21:41 +01:00
|
|
|
|
|
|
|
{
|
|
|
|
"new script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "added",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"update script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "modified",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
2025-02-10 11:15:28 +01:00
|
|
|
"excludeGlobs": ["misc/build.func", "misc/install.func", "misc/api.func"]
|
2024-11-14 14:21:41 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"delete script": [
|
|
|
|
{
|
|
|
|
"fileStatus": "removed",
|
|
|
|
"includeGlobs": ["ct/**", "install/**", "misc/**", "turnkey/**", "vm/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
2025-02-26 15:38:35 +02:00
|
|
|
"maintenance": [
|
2024-11-14 14:21:41 +01:00
|
|
|
{
|
2025-02-26 15:38:35 +02:00
|
|
|
"fileStatus": null,
|
|
|
|
"includeGlobs": ["*.md", ".github/**", "misc/*.func", "ct/create_lxc.sh", "api/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"core": [
|
|
|
|
{
|
|
|
|
"fileStatus": null,
|
|
|
|
"includeGlobs": ["misc/*.func", "ct/create_lxc.sh"],
|
2024-11-14 14:21:41 +01:00
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
2024-11-17 11:31:13 +01:00
|
|
|
"website": [
|
2024-11-14 14:21:41 +01:00
|
|
|
{
|
|
|
|
"fileStatus": null,
|
2024-11-17 11:31:13 +01:00
|
|
|
"includeGlobs": ["frontend/**", "json/**"],
|
2024-11-14 14:21:41 +01:00
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
2025-02-26 15:38:35 +02:00
|
|
|
"api": [
|
2024-11-14 14:21:41 +01:00
|
|
|
{
|
|
|
|
"fileStatus": null,
|
2025-02-26 15:38:35 +02:00
|
|
|
"includeGlobs": ["api/**", "misc/api.func"],
|
|
|
|
"excludeGlobs": []
|
2025-02-10 11:15:28 +01:00
|
|
|
}
|
|
|
|
],
|
2025-02-26 15:38:35 +02:00
|
|
|
"github": [
|
2025-02-10 11:15:28 +01:00
|
|
|
{
|
|
|
|
"fileStatus": null,
|
2025-02-26 15:38:35 +02:00
|
|
|
"includeGlobs": [".github/**"],
|
2024-11-14 14:21:41 +01:00
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
2025-02-26 15:38:35 +02:00
|
|
|
"json": [
|
|
|
|
{
|
|
|
|
"fileStatus": "modified",
|
|
|
|
"includeGlobs": ["json/**"],
|
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
2024-11-14 14:21:41 +01:00
|
|
|
"high risk": [
|
|
|
|
{
|
|
|
|
"fileStatus": null,
|
2025-02-10 11:15:28 +01:00
|
|
|
"includeGlobs": ["misc/build.func", "misc/install.func", "ct/create_lxc.sh"],
|
2024-11-14 14:21:41 +01:00
|
|
|
"excludeGlobs": []
|
|
|
|
}
|
2025-02-26 15:38:35 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
}
|