All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] jquery-ui: switch to sources.buildroot.net
@ 2014-04-15 12:53 Gustavo Zacarias
  2014-04-15 13:29 ` Thomas Petazzoni
  2014-04-15 19:55 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2014-04-15 12:53 UTC (permalink / raw)
  To: buildroot

Switch to sources.buildroot.net cached zipfile.
Upstream changed the zipfile and the internal directory structure
without notifying anyone or changing the filename thus causing breakage.
And we can't use github release tarballs since they are not minified.
And we shouldn't reflect this in the install hook since an old cached
tarball wouldn't work, and we'd break anyone using the old package file
with the new one too. Thanks upstream! Fixes:
http://autobuild.buildroot.net/results/43a/43a16a44a26b38f4c6a2f352d8bfe5e07af6b2e3/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/jquery-ui/jquery-ui.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/jquery-ui/jquery-ui.mk b/package/jquery-ui/jquery-ui.mk
index 5eadf53..deadf20 100644
--- a/package/jquery-ui/jquery-ui.mk
+++ b/package/jquery-ui/jquery-ui.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 JQUERY_UI_VERSION = 1.10.4
-JQUERY_UI_SITE = http://jqueryui.com/resources/download
+JQUERY_UI_SITE = http://sources.buildroot.net
 JQUERY_UI_SOURCE = jquery-ui-$(JQUERY_UI_VERSION).zip
 JQUERY_UI_LICENSE = MIT
 JQUERY_UI_LICENSE_FILES = MIT-LICENSE.txt
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] jquery-ui: switch to sources.buildroot.net
  2014-04-15 12:53 [Buildroot] [PATCH] jquery-ui: switch to sources.buildroot.net Gustavo Zacarias
@ 2014-04-15 13:29 ` Thomas Petazzoni
  2014-04-15 19:55 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-04-15 13:29 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue, 15 Apr 2014 09:53:03 -0300, Gustavo Zacarias wrote:
> Switch to sources.buildroot.net cached zipfile.
> Upstream changed the zipfile and the internal directory structure
> without notifying anyone or changing the filename thus causing breakage.
> And we can't use github release tarballs since they are not minified.
> And we shouldn't reflect this in the install hook since an old cached
> tarball wouldn't work, and we'd break anyone using the old package file
> with the new one too. Thanks upstream! Fixes:
> http://autobuild.buildroot.net/results/43a/43a16a44a26b38f4c6a2f352d8bfe5e07af6b2e3/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/jquery-ui/jquery-ui.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/jquery-ui/jquery-ui.mk b/package/jquery-ui/jquery-ui.mk
> index 5eadf53..deadf20 100644
> --- a/package/jquery-ui/jquery-ui.mk
> +++ b/package/jquery-ui/jquery-ui.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  JQUERY_UI_VERSION = 1.10.4
> -JQUERY_UI_SITE = http://jqueryui.com/resources/download
> +JQUERY_UI_SITE = http://sources.buildroot.net

Could you replicate the commit log explanation here above this line, in
a comment?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] jquery-ui: switch to sources.buildroot.net
  2014-04-15 12:53 [Buildroot] [PATCH] jquery-ui: switch to sources.buildroot.net Gustavo Zacarias
  2014-04-15 13:29 ` Thomas Petazzoni
@ 2014-04-15 19:55 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-04-15 19:55 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue, 15 Apr 2014 09:53:03 -0300, Gustavo Zacarias wrote:
> Switch to sources.buildroot.net cached zipfile.
> Upstream changed the zipfile and the internal directory structure
> without notifying anyone or changing the filename thus causing breakage.
> And we can't use github release tarballs since they are not minified.
> And we shouldn't reflect this in the install hook since an old cached
> tarball wouldn't work, and we'd break anyone using the old package file
> with the new one too. Thanks upstream! Fixes:
> http://autobuild.buildroot.net/results/43a/43a16a44a26b38f4c6a2f352d8bfe5e07af6b2e3/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/jquery-ui/jquery-ui.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-15 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 12:53 [Buildroot] [PATCH] jquery-ui: switch to sources.buildroot.net Gustavo Zacarias
2014-04-15 13:29 ` Thomas Petazzoni
2014-04-15 19:55 ` Thomas Petazzoni

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.