Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tagger
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-09-06 10:28:28 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-09-06 10:28:28 +0300
commit202ed6deb6eb4825a34a8ffe4ad4aa496c7eaf69 (patch)
treee59d5472e716965632158126d3ca7b6bf7d6416d /tagger
parentb341ca1156d50081dbb7433d481d61900b251608 (diff)
Add stable14 branch
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tagger')
-rw-r--r--tagger/tag.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/tagger/tag.php b/tagger/tag.php
index 3478df4..fd88a13 100644
--- a/tagger/tag.php
+++ b/tagger/tag.php
@@ -120,6 +120,29 @@ switch($branch) {
'nextcloud_announcements',
];
break;
+ case 'stable14':
+ // keep them in sync with the ones from brancher/branch.php
+ $repositories = [
+ 'server',
+ '3rdparty',
+ 'apps',
+ 'files_pdfviewer',
+ 'files_texteditor',
+ 'files_videoplayer',
+ 'gallery',
+ 'apps',
+ 'firstrunwizard',
+ 'activity',
+ 'notifications',
+ 'password_policy',
+ 'serverinfo',
+ 'survey_client',
+ 'example-files',
+ 'logreader',
+ 'updater',
+ 'nextcloud_announcements',
+ ];
+ break;
case 'master':
// keep them in sync with the ones from brancher/branch.php
$repositories = [