From: Martin Jansa <martin.jansa@gmail.com>
To: Frederico Cadete <frederico@cadete.eu>
Cc: OpenEmbedded Devel List <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] qt5-git, *qtbase*, qt5everywheredemo: Fetch from code.qt.io
Date: Tue, 10 Mar 2015 18:29:17 +0100 [thread overview]
Message-ID: <20150310172917.GF2340@jama> (raw)
In-Reply-To: <CAL5ScNV3CUbiKCgcyz2BbpSkNSuGTq=N5-CDfSThAFciTtKR7Q@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3543 bytes --]
On Tue, Mar 10, 2015 at 05:50:13PM +0100, Frederico Cadete wrote:
> Gitorious disabled the git:// protocol, breaking fetches.
> Also, this service is scheduled to stop in May 2015, so move to
> code.qt.io.
>
> Signed-off-by: Frederico Cadete <frederico@cadete.eu>
> ---
> recipes-qt/examples/qt5everywheredemo_1.0.bb | 2 +-
> recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +-
> recipes-qt/qt5/qt5-git.inc | 2 +-
> recipes-qt/qt5/qtbase-native_git.bb | 2 +-
> recipes-qt/qt5/qtbase_git.bb | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb
> b/recipes-qt/examples/qt5everywheredemo_1.0.bb
> index 4f7022c..60edaa4 100644
> --- a/recipes-qt/examples/qt5everywheredemo_1.0.bb
> +++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM =
> "file://main.cpp;md5=1187cb795a0f96bce64e63dd1a67dc2b"
There are extra line feeds probably added by your e-mail client, please
fix it or use git send-email.
This time I've applied the patch manually, thanks.
> DEPENDS = "qtdeclarative qtgraphicaleffects"
>
> SRCREV = "9a868f96ee63c21ceda890d8dfc9d33f093d1b6d"
> -SRC_URI = "git://gitorious.org/qt-labs/qt5-everywhere-demo.git"
> +SRC_URI = "git://code.qt.io/qt-labs/qt5-everywhere-demo.git"
>
> S = "${WORKDIR}/git/QtDemo"
>
> diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> index 9194a83..df80407 100644
> --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
> +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
> @@ -5,7 +5,7 @@ require ${PN}.inc
> FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:"
>
> SRC_URI = "\
> - git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> + git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> "
>
> # common for qtbase-native, qtbase-nativesdk and qtbase
> diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc
> index da962b8..84ddf49 100644
> --- a/recipes-qt/qt5/qt5-git.inc
> +++ b/recipes-qt/qt5/qt5-git.inc
> @@ -5,7 +5,7 @@ QT_MODULE_BRANCH ?= "5.4"
>
> # each module needs to define valid SRCREV
> SRC_URI += " \
> - git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> + git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> "
>
> S = "${WORKDIR}/git"
> diff --git a/recipes-qt/qt5/qtbase-native_git.bb
> b/recipes-qt/qt5/qtbase-native_git.bb
> index cebc021..5a308d4 100644
> --- a/recipes-qt/qt5/qtbase-native_git.bb
> +++ b/recipes-qt/qt5/qtbase-native_git.bb
> @@ -2,7 +2,7 @@ require qt5-git.inc
> require ${PN}.inc
>
> SRC_URI = "\
> - git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> + git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> "
>
> # common for qtbase-native, qtbase-nativesdk and qtbase
> diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
> index d33eb68..549c92a 100644
> --- a/recipes-qt/qt5/qtbase_git.bb
> +++ b/recipes-qt/qt5/qtbase_git.bb
> @@ -2,7 +2,7 @@ require qt5-git.inc
> require ${PN}.inc
>
> SRC_URI = "\
> - git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> + git://code.qt.io/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
> "
>
> # common for qtbase-native, qtbase-nativesdk and qtbase
> --
> 1.9.1
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2015-03-10 17:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 16:50 [PATCH] qt5-git, *qtbase*, qt5everywheredemo: Fetch from code.qt.io Frederico Cadete
2015-03-10 17:29 ` Martin Jansa [this message]
2015-03-10 20:37 ` [meta-qt5][PATCH v2] " Frederico Cadete
2015-03-11 18:09 ` Denys Dmytriyenko
2015-03-11 18:15 ` Martin Jansa
2015-03-12 11:48 ` Martin Jansa
2015-03-12 12:21 ` Frederico Cadete
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150310172917.GF2340@jama \
--to=martin.jansa@gmail.com \
--cc=frederico@cadete.eu \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.