From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6672F138334 for ; Sun, 24 Feb 2019 08:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F2E6E0101; Sun, 24 Feb 2019 08:40:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FA6AE0101 for ; Sun, 24 Feb 2019 08:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4916E33BF0F for ; Sun, 24 Feb 2019 08:40:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA91326 for ; Sun, 24 Feb 2019 08:40:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550997597.0c5ffc8bc9d1816b6a6880e112a664faddcd3cce.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0c5ffc8bc9d1816b6a6880e112a664faddcd3cce X-VCS-Branch: master Date: Sun, 24 Feb 2019 08:40:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b200302-3fae-4b7c-a968-7467f2aa1e0d X-Archives-Hash: 467d9a25e1d525ed95030d92d802d28a commit: 0c5ffc8bc9d1816b6a6880e112a664faddcd3cce Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 24 08:39:57 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 24 08:39:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0c5ffc8b gnome2-live.eclass: Update repo URI to gitlab Closes: https://bugs.gentoo.org/678106 Signed-off-by: Mart Raudsepp gentoo.org> eclass/gnome2-live.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 4140e27c..80a72852 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -50,7 +50,7 @@ ELTCONF=${ELTCONF:-} # @ECLASS-VARIABLE: EGIT_REPO_URI # @DESCRIPTION: # git URI for the project, uses GNOME_LIVE_MODULE by default -: "${EGIT_REPO_URI:="git://git.gnome.org/${GNOME_LIVE_MODULE}"}" +: "${EGIT_REPO_URI:="https://gitlab.gnome.org/GNOME/${GNOME_LIVE_MODULE}.git"}" # @ECLASS-VARIABLE: PATCHES # @DESCRIPTION: