Skip to content

Commit 9d34530

Browse files
committed
Add new Nextcloud versions
Signed-off-by: Gary Kim <gary@garykim.dev>
1 parent 8433ea3 commit 9d34530

File tree

2 files changed

+143
-1
lines changed

2 files changed

+143
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v23.0.0
1+
v23.0.1

configs/v23.0.1.json

+142
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/gary-kim/nc-build-script/master/config.schema.json",
3+
"version": "v23.0.1",
4+
"versionString": "23.0.1, Gary Kim Personal Build",
5+
"repo": "https://github.com/nextcloud/server",
6+
"name": "nextcloud",
7+
"exclude": [
8+
"/.*.yml",
9+
".editorconfig",
10+
".git",
11+
".git*",
12+
".eslintrc.js",
13+
".jshintrc",
14+
".mailmap",
15+
".tag",
16+
"/*.md",
17+
"/composer.json",
18+
"/composer.lock",
19+
"COPYING-README",
20+
"Makefile",
21+
"*.sh",
22+
"babel.config.js",
23+
"package.json",
24+
"package-lock.json",
25+
"webpack.common.js",
26+
"webpack.dev.js",
27+
"webpack.prod.js",
28+
".github",
29+
".idea",
30+
".tx",
31+
"/build",
32+
"/contribute",
33+
"tests",
34+
".l10nignore",
35+
"/core/src",
36+
"/core/webpack.js",
37+
"/apps/*/webpack.js",
38+
"/apps/*/src",
39+
"/apps/*/*.md"
40+
],
41+
"apps": {
42+
"activity": {
43+
"repo": "https://github.com/nextcloud/activity"
44+
},
45+
"circles": {
46+
"repo": "https://github.com/nextcloud/circles",
47+
"before_cmds": [
48+
"composer install"
49+
]
50+
},
51+
"files_pdfviewer": {
52+
"repo": "https://github.com/nextcloud/files_pdfviewer"
53+
},
54+
"files_rightclick": {
55+
"repo": "https://github.com/nextcloud/files_rightclick"
56+
},
57+
"files_videoplayer": {
58+
"repo": "https://github.com/nextcloud/files_videoplayer"
59+
},
60+
"firstrunwizard": {
61+
"repo": "https://github.com/nextcloud/firstrunwizard"
62+
},
63+
"logreader": {
64+
"repo": "https://github.com/nextcloud/logreader"
65+
},
66+
"nextcloud_announcements": {
67+
"repo": "https://github.com/nextcloud/nextcloud_announcements"
68+
},
69+
"notifications": {
70+
"repo": "https://github.com/nextcloud/notifications"
71+
},
72+
"password_policy": {
73+
"repo": "https://github.com/nextcloud/password_policy"
74+
},
75+
"photos": {
76+
"repo": "https://github.com/nextcloud/photos"
77+
},
78+
"privacy": {
79+
"repo": "https://github.com/nextcloud/privacy"
80+
},
81+
"recommendations": {
82+
"repo": "https://github.com/nextcloud/recommendations"
83+
},
84+
"serverinfo": {
85+
"repo": "https://github.com/nextcloud/serverinfo"
86+
},
87+
"survey_client": {
88+
"repo": "https://github.com/nextcloud/survey_client"
89+
},
90+
"testing": {
91+
"remove": true
92+
},
93+
"text": {
94+
"repo": "https://github.com/nextcloud/text"
95+
},
96+
"viewer": {
97+
"repo": "https://github.com/nextcloud/viewer"
98+
},
99+
"updater": {
100+
"repo": "https://github.com/nextcloud/updater",
101+
"exclude": [
102+
"!updater.phar",
103+
"!index.php",
104+
"**"
105+
],
106+
"appsDir": "./"
107+
},
108+
"skeleton": {
109+
"repo": "https://github.com/nextcloud/example-files",
110+
"remove": "continue",
111+
"appsDir": "./core",
112+
"version": "stable23"
113+
}
114+
},
115+
"globalExclude": [
116+
".git",
117+
".git*",
118+
"/node_modules",
119+
"/tests",
120+
"/.*.yml",
121+
"/README.md",
122+
"/CONTRIBUTING.md",
123+
"/CHANGELOG.md",
124+
"/Makefile",
125+
"/.tx",
126+
"/.github",
127+
"/.l10nignore",
128+
"/package.json",
129+
"/package-lock.json",
130+
"/.gitattributes",
131+
".babelrc",
132+
".eslintrc.js",
133+
"build.xml",
134+
"/webpack.common.js",
135+
"/webpack.dev.js",
136+
"/webpack.prod.js",
137+
"/src",
138+
"/cypress",
139+
"/cypress.json",
140+
".editorconfig"
141+
]
142+
}

0 commit comments

Comments
 (0)