[neon-notifications] Changes in repo-metadata

Neon CI noreply at kde.org
Sun Mar 24 18:46:29 GMT 2019


commit 9d7edc7bde31c09b9bf94f60cffa1c07a3654260
Author: Volker Krause <vkrause at kde.org>
Date:   Sun Mar 24 11:51:48 2019 +0100

    Generate htttps URLs for HTTP-base Git and tarball downloads
    
    Reviewers: bcooksley
    
    Reviewed By: bcooksley
    
    Differential Revision: https://phabricator.kde.org/D20002

diff --git a/config/urls_gitrepo.json b/config/urls_gitrepo.json
index be36206..5913508 100644
--- a/config/urls_gitrepo.json
+++ b/config/urls_gitrepo.json
@@ -1,6 +1,6 @@
 {
     "git" : { "access" : "read-only", "url" : "git://anongit.kde.org/{0}" },
-    "http" : { "access" : "read-only", "url" : "http://anongit.kde.org/{0}" },
+    "http" : { "access" : "read-only", "url" : "https://anongit.kde.org/{0}" },
     "ssh" : { "access" : "read+write", "url" : "git at git.kde.org:{0}" },
-    "tarball" : { "access" : "read-only", "url" : "http://anongit.kde.org/{0}/{0}-latest.tar.gz" }
+    "tarball" : { "access" : "read-only", "url" : "https://anongit.kde.org/{0}/{0}-latest.tar.gz" }
 }

commit 656367a8bdbe527965b2f4d3d886afecc552d528
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Mar 24 11:37:11 2019 +0100

    trunk -> trunk_kf5
    
    Ben can you please update whatever template you use?
    
    CCMAIL: bcooksley at kde.org

diff --git a/projects/playground/base/cutehmi-doxygen/i18n.json b/projects/playground/base/cutehmi-doxygen/i18n.json
index 542ef17..529de84 100644
--- a/projects/playground/base/cutehmi-doxygen/i18n.json
+++ b/projects/playground/base/cutehmi-doxygen/i18n.json
@@ -1 +1 @@
-{"trunk": "master", "stable": "none"}
\ No newline at end of file
+{"trunk_kf5": "master", "stable": "none"}
diff --git a/projects/playground/base/cutehmi/i18n.json b/projects/playground/base/cutehmi/i18n.json
index 542ef17..529de84 100644
--- a/projects/playground/base/cutehmi/i18n.json
+++ b/projects/playground/base/cutehmi/i18n.json
@@ -1 +1 @@
-{"trunk": "master", "stable": "none"}
\ No newline at end of file
+{"trunk_kf5": "master", "stable": "none"}

commit 28b40efe7f80d4b8b8fb2dd6b2495a16161f845b
Author: Nicolas Fella <nicolas.fella at gmx.de>
Date:   Sun Mar 24 11:36:54 2019 +0100

    Disable stable translations for kdeconnect-android

diff --git a/projects/extragear/network/kdeconnect-android/i18n.json b/projects/extragear/network/kdeconnect-android/i18n.json
index 9d071ee..31dfafe 100644
--- a/projects/extragear/network/kdeconnect-android/i18n.json
+++ b/projects/extragear/network/kdeconnect-android/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "1.x", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}

commit 66ba9163b51cee326871a0ea5380fa65e8948446
Author: Nicolas Fella <nicolas.fella at gmx.de>
Date:   Sun Mar 24 00:03:09 2019 +0100

    Revert "kdeconnect doesn't use a separate stable branch"
    
    This reverts commit 5a656399be1ace45ca88e299e05c7696c710a43c.

diff --git a/projects/extragear/network/kdeconnect-android/i18n.json b/projects/extragear/network/kdeconnect-android/i18n.json
index 31dfafe..9d071ee 100644
--- a/projects/extragear/network/kdeconnect-android/i18n.json
+++ b/projects/extragear/network/kdeconnect-android/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "1.x", "trunk_kf5": "master"}
diff --git a/projects/extragear/network/kdeconnect-kde/i18n.json b/projects/extragear/network/kdeconnect-kde/i18n.json
index 31dfafe..9d071ee 100644
--- a/projects/extragear/network/kdeconnect-kde/i18n.json
+++ b/projects/extragear/network/kdeconnect-kde/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "1.x", "trunk_kf5": "master"}



More information about the neon-notifications mailing list