diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-11 08:19:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-08 21:55:40 +0200 |
commit | 3d108a02869e08e9e51098813e90921ef7b74815 (patch) | |
tree | f9132ed15abf24bce32a01aed9428f08dcd16069 /eclass | |
parent | ecm.eclass: Drop duplicate local lang declaration (diff) | |
download | gentoo-3d108a02869e08e9e51098813e90921ef7b74815.tar.gz gentoo-3d108a02869e08e9e51098813e90921ef7b74815.tar.bz2 gentoo-3d108a02869e08e9e51098813e90921ef7b74815.zip |
kde.org.eclass: Switch EGIT_MIRROR to https://invent.kde.org/kde
Upstream did a mass-import to KDE group first, and those links persist even
after the move into subgroups, so for now we can use it as flat structure
fallback URI, coming from cgit.kde.org.
See also: https://mail.kde.org/pipermail/kde-community/2020q2/006241.html
See also: https://mail.kde.org/pipermail/kde-cvs-announce/2020/000198.html
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 634833ab2e32..37a631499e14 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -174,7 +174,7 @@ _kde.org_calculate_live_repo() { # @DESCRIPTION: # This variable allows easy overriding of default kde mirror service # (anongit) with anything else you might want to use. - EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org} + EGIT_MIRROR=${EGIT_MIRROR:=https://invent.kde.org/kde} if [[ ${PV} == ??.??.49.9999 && ${KDE_RELEASE_SERVICE} = true ]]; then EGIT_BRANCH="release/$(ver_cut 1-2)" |