From 202ed6deb6eb4825a34a8ffe4ad4aa496c7eaf69 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 6 Sep 2018 09:28:28 +0200 Subject: Add stable14 branch Signed-off-by: Roeland Jago Douma --- tagger/tag.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'tagger') 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 = [ -- cgit v1.2.3