diff mbox series

package/qt5: change upstream location

Message ID 22558_1564482970_5D401D9A_22558_273_1_a7cd5c93-0be9-438c-b5b5-7c5a2dc7a274@OPEXCNORM3C.corporate.adroot.infra.ftgroup
State Accepted
Commit 675d38dd65ddbbe8607bb2b3e43e0dc9b0c00e89
Headers show
Series package/qt5: change upstream location | expand

Commit Message

Yann E. MORIN July 30, 2019, 10:36 a.m. UTC
From: "Yann E. MORIN" <yann.morin@orange.com>

Upstream pushes their delivery archives in to places:
    https://download.qt.io/official_releases/
    https://download.qt.io/archive/

After a while, only the latter remains, whith the former being pruned
actively to contain only officially supported versions.

Switch to using the archive location, as it has everything, even the
latest versions.

Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
---
 package/qt5/qt5.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard July 30, 2019, 3:56 p.m. UTC | #1
>>>>>   <yann.morin@orange.com> writes:

 > From: "Yann E. MORIN" <yann.morin@orange.com>
 > Upstream pushes their delivery archives in to places:
 >     https://download.qt.io/official_releases/
 >     https://download.qt.io/archive/

 > After a while, only the latter remains, whith the former being pruned
 > actively to contain only officially supported versions.

 > Switch to using the archive location, as it has everything, even the
 > latest versions.

 > Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>

Committed, thanks.

I take it this is also for 2019.02.x?
Yann E. MORIN July 31, 2019, 5:16 a.m. UTC | #2
Peter, All,

On 2019-07-30 17:56 +0200, Peter Korsgaard spake thusly:
> >>>>>   <yann.morin@orange.com> writes:
> 
>  > From: "Yann E. MORIN" <yann.morin@orange.com>
>  > Upstream pushes their delivery archives in to places:
>  >     https://download.qt.io/official_releases/
>  >     https://download.qt.io/archive/
> 
>  > After a while, only the latter remains, whith the former being pruned
>  > actively to contain only officially supported versions.
> 
>  > Switch to using the archive location, as it has everything, even the
>  > latest versions.
> 
>  > Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
> 
> Committed, thanks.

Thanks. :-)

> I take it this is also for 2019.02.x?

Yes, this is valid for 2019.02.x amd 2019.05.x.

Regards,
Yann E. MORIN.

> -- 
> Bye, Peter Korsgaard
Peter Korsgaard Aug. 20, 2019, 2:29 p.m. UTC | #3
>>>>>   <yann.morin@orange.com> writes:

 > Peter, All,
 > On 2019-07-30 17:56 +0200, Peter Korsgaard spake thusly:
 >> >>>>>   <yann.morin@orange.com> writes:
 >> 
 >> > From: "Yann E. MORIN" <yann.morin@orange.com>
 >> > Upstream pushes their delivery archives in to places:
 >> >     https://download.qt.io/official_releases/
 >> >     https://download.qt.io/archive/
 >> 
 >> > After a while, only the latter remains, whith the former being pruned
 >> > actively to contain only officially supported versions.
 >> 
 >> > Switch to using the archive location, as it has everything, even the
 >> > latest versions.
 >> 
 >> > Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
 >> 
 >> Committed, thanks.

 > Thanks. :-)

 >> I take it this is also for 2019.02.x?

 > Yes, this is valid for 2019.02.x amd 2019.05.x.

Committed to 2019.02.x and 2019.05.x, thanks.
diff mbox series

Patch

diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk
index 88ba1958dd..c8c07a9881 100644
--- a/package/qt5/qt5.mk
+++ b/package/qt5/qt5.mk
@@ -13,7 +13,7 @@  QT5_VERSION_MAJOR = 5.6
 QT5_VERSION = $(QT5_VERSION_MAJOR).3
 QT5_SOURCE_TARBALL_PREFIX = opensource-src
 endif
-QT5_SITE = https://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
+QT5_SITE = https://download.qt.io/archive/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
 
 include $(sort $(wildcard package/qt5/*/*.mk))