Skip to content

Commit 3784f91

Browse files
authored
Merge pull request #150 from nextcloud/enh/ship-files_lock
enh: files_lock will be shipped as of NC 34
2 parents 486d76c + 8868ddc commit 3784f91

4 files changed

Lines changed: 36 additions & 2 deletions

File tree

brancher/branch.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'nextcloud/example-files',
1818
'nextcloud/files_downloadlimit',
1919
'nextcloud/files_pdfviewer',
20+
'nextcloud/files_lock',
2021
'nextcloud/firstrunwizard',
2122
'nextcloud/logreader',
2223
'nextcloud/nextcloud_announcements',

label-updater/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"files_downloadactivity",
1919
"files_downloadlimit",
2020
"files_pdfviewer",
21+
"files_lock",
2122
"files_retention",
2223
"files_texteditor",
2324
"firstrunwizard",

milestoneupdater/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"example-files",
1111
"files_downloadlimit",
1212
"files_pdfviewer",
13+
"files_lock",
1314
"firstrunwizard",
1415
"logreader",
1516
"nextcloud_announcements",

tagger/tag.php

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
}
2222

2323
switch($originalBranch) {
24-
case 'stable19':
25-
case 'stable20':
2624
case 'stable21':
2725
// keep them in sync with the ones from brancher/branch.php
2826
$repositories = [
@@ -171,6 +169,38 @@
171169
case 'stable31':
172170
case 'stable32':
173171
case 'stable33':
172+
$repositories = [
173+
'nextcloud/server',
174+
'nextcloud/3rdparty',
175+
'nextcloud/activity',
176+
'nextcloud/app_api',
177+
'nextcloud/bruteforcesettings',
178+
'nextcloud/circles',
179+
'nextcloud/documentation',
180+
'nextcloud/example-files',
181+
'nextcloud/files_downloadlimit',
182+
'nextcloud/files_pdfviewer',
183+
'nextcloud/firstrunwizard',
184+
'nextcloud/logreader',
185+
'nextcloud/nextcloud_announcements',
186+
'nextcloud/notifications',
187+
'nextcloud/password_policy',
188+
'nextcloud/photos',
189+
'nextcloud/privacy',
190+
'nextcloud/recommendations',
191+
'nextcloud/related_resources',
192+
'nextcloud/serverinfo',
193+
'nextcloud/survey_client',
194+
'nextcloud/suspicious_login',
195+
'nextcloud/text',
196+
'nextcloud/twofactor_nextcloud_notification',
197+
'nextcloud/twofactor_totp',
198+
'nextcloud/updater',
199+
'nextcloud/viewer',
200+
'nextcloud-gmbh/support',
201+
];
202+
break;
203+
case 'stable34':
174204
case 'master':
175205
$repositories = [
176206
'nextcloud/server',
@@ -183,6 +213,7 @@
183213
'nextcloud/example-files',
184214
'nextcloud/files_downloadlimit',
185215
'nextcloud/files_pdfviewer',
216+
'nextcloud/files_lock',
186217
'nextcloud/firstrunwizard',
187218
'nextcloud/logreader',
188219
'nextcloud/nextcloud_announcements',

0 commit comments

Comments
 (0)