All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cherokee: use cherokee-project.de mirror
@ 2013-11-07 16:13 Eric Bénard
  2013-11-07 16:24 ` Javier Viguera
  2014-02-11  3:49 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Bénard @ 2013-11-07 16:13 UTC (permalink / raw)
  To: javier.viguera; +Cc: openembedded-devel, Eric Bénard

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
index 8cfe58f..37c0791 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
@@ -9,7 +9,7 @@ PR = "r9"
 
 DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
-SRC_URI = "ftp://ftp.osuosl.org/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \
+SRC_URI = "http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2/${PV}/cherokee-${PV}.tar.gz \
            file://cherokee.init \
            file://cherokee.service \
 "
-- 
1.8.3.1



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

* Re: [PATCH] cherokee: use cherokee-project.de mirror
  2013-11-07 16:13 [PATCH] cherokee: use cherokee-project.de mirror Eric Bénard
@ 2013-11-07 16:24 ` Javier Viguera
  2013-11-07 16:35   ` Eric Bénard
  2014-02-11  3:49 ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Javier Viguera @ 2013-11-07 16:24 UTC (permalink / raw)
  To: Eric Bénard; +Cc: openembedded-devel@lists.openembedded.org

Eric,

On 07/11/13 17:13, Eric Bénard wrote:
> -SRC_URI = "ftp://ftp.osuosl.org/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \
> +SRC_URI = "http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2/${PV}/cherokee-${PV}.tar.gz \

The German mirror of cherokee-project seems to have a copy of the 
tarball (hopefully it will last) but in your patch there is an extra 
*1.2* that it should not be. The correct URL:

<http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2.98/cherokee-1.2.98.tar.gz>

-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.


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

* Re: [PATCH] cherokee: use cherokee-project.de mirror
  2013-11-07 16:24 ` Javier Viguera
@ 2013-11-07 16:35   ` Eric Bénard
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Bénard @ 2013-11-07 16:35 UTC (permalink / raw)
  To: Javier Viguera; +Cc: openembedded-devel@lists.openembedded.org

Le Thu, 7 Nov 2013 17:24:55 +0100,
Javier Viguera <javier.viguera@digi.com> a écrit :

> Eric,
> 
> On 07/11/13 17:13, Eric Bénard wrote:
> > -SRC_URI = "ftp://ftp.osuosl.org/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \
> > +SRC_URI = "http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2/${PV}/cherokee-${PV}.tar.gz \
> 
> The German mirror of cherokee-project seems to have a copy of the 
> tarball (hopefully it will last) but in your patch there is an extra 
> *1.2* that it should not be. The correct URL:
> 
> <http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2.98/cherokee-1.2.98.tar.gz>
> 
yes I tested with wget but not the patch ;-)
Now fixing it.

Eric


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

* Re: [PATCH] cherokee: use cherokee-project.de mirror
  2013-11-07 16:13 [PATCH] cherokee: use cherokee-project.de mirror Eric Bénard
  2013-11-07 16:24 ` Javier Viguera
@ 2014-02-11  3:49 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2014-02-11  3:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: javier.viguera, Eric Bénard


On Nov 7, 2013, at 8:13 AM, Eric Bénard <eric@eukrea.com> wrote:

> Signed-off-by: Eric Bénard <eric@eukrea.com>
> ---
> meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
> index 8cfe58f..37c0791 100644
> --- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
> +++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
> @@ -9,7 +9,7 @@ PR = "r9"
> 
> DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> 
> -SRC_URI = "ftp://ftp.osuosl.org/.1/cherokee/1.2/${PV}/cherokee-${PV}.tar.gz \
> +SRC_URI = "http://www.cherokee-project.de/mirrors/cherokee/1.2/1.2/${PV}/cherokee-${PV}.tar.gz \

wouldn’t it be better to just update the recipe to 1.2.103(which is latest atm)

>            file://cherokee.init \
>            file://cherokee.service \
> "
> -- 
> 1.8.3.1
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2014-02-11  3:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 16:13 [PATCH] cherokee: use cherokee-project.de mirror Eric Bénard
2013-11-07 16:24 ` Javier Viguera
2013-11-07 16:35   ` Eric Bénard
2014-02-11  3:49 ` Khem Raj

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.