-
Notifications
You must be signed in to change notification settings - Fork 18
/
build.json
51 lines (51 loc) · 1.46 KB
/
build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "xdmod-appkernels",
"version": "11.0.0",
"release": "1.0",
"files": {
"include_paths": [
],
"exclude_paths": [
"docs"
],
"exclude_patterns": [
"#/\\.#"
]
},
"commands": {
"pre_build": [
"find . -type f -name .eslintrc.json -delete"
]
},
"file_maps": {
"data": [
"appkernel",
"classes",
"html",
{ "templates": "templates/appkernels" }
],
"bin": [
"bin/"
],
"doc": [
{"AUTHORS.md": "AUTHORS"},
{"CHANGELOG.md": "CHANGELOG"},
"LICENSE",
{"README.md": "README"}
],
"etc": {
"configuration/internal_dashboard.json": "internal_dashboard.d/appkernels.json",
"configuration/portal_settings.ini": "portal_settings.d/appkernels.ini",
"configuration/roles.json": "roles.d/appkernels.json",
"configuration/setup.json": "setup.d/appkernels.json",
"configuration/rest.d": "rest.d",
"configuration/assets.d": "assets.d",
"configuration/modules.d/appkernels.json": "modules.d/appkernels.json",
"configuration/linker.d/appkernels.json": "linker.d/appkernels.json",
"configuration/roles.d": ""
},
"etc/crond": {
"configuration/cron.conf": "xdmod-appkernels"
}
}
}