mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] uvc-gadget: update URL
@ 2023-05-14 15:29 Roland Hieber
  2023-06-14  9:46 ` Roland Hieber
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2023-05-14 15:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

While the old gitweb is still available on the same server via HTTP,
cloning from it fails both with git and http protocol. Furthermore,
the freedesktop.org GitLab has more release tags than the old gitweb.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/uvc-gadget.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
index b13ecbf19bef..d5b33d27a12f 100644
--- a/rules/uvc-gadget.make
+++ b/rules/uvc-gadget.make
@@ -19,7 +19,7 @@ UVC_GADGET_VERSION	:= 2019-05-02-g105134f9
 UVC_GADGET_MD5		:= cd61b910844f1d95534a8773bf63f248
 UVC_GADGET		:= uvc-gadget-$(UVC_GADGET_VERSION)
 UVC_GADGET_SUFFIX	:= tar.xz
-UVC_GADGET_URL 		:= git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
+UVC_GADGET_URL 		:= https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
 UVC_GADGET_SOURCE	:= $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
 UVC_GADGET_DIR		:= $(BUILDDIR)/$(UVC_GADGET)
 UVC_GADGET_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
-- 
2.39.2




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

* Re: [ptxdist] [PATCH] uvc-gadget: update URL
  2023-05-14 15:29 [ptxdist] [PATCH] uvc-gadget: update URL Roland Hieber
@ 2023-06-14  9:46 ` Roland Hieber
  2023-06-14 11:00   ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2023-06-14  9:46 UTC (permalink / raw)
  To: ptxdist

On Sun, May 14, 2023 at 05:29:25PM +0200, Roland Hieber wrote:
> While the old gitweb is still available on the same server via HTTP,
> cloning from it fails both with git and http protocol. Furthermore,
> the freedesktop.org GitLab has more release tags than the old gitweb.
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  rules/uvc-gadget.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Did this fall through the cracks?

 - Roland

> 
> diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
> index b13ecbf19bef..d5b33d27a12f 100644
> --- a/rules/uvc-gadget.make
> +++ b/rules/uvc-gadget.make
> @@ -19,7 +19,7 @@ UVC_GADGET_VERSION	:= 2019-05-02-g105134f9
>  UVC_GADGET_MD5		:= cd61b910844f1d95534a8773bf63f248
>  UVC_GADGET		:= uvc-gadget-$(UVC_GADGET_VERSION)
>  UVC_GADGET_SUFFIX	:= tar.xz
> -UVC_GADGET_URL 		:= git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
> +UVC_GADGET_URL 		:= https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
>  UVC_GADGET_SOURCE	:= $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
>  UVC_GADGET_DIR		:= $(BUILDDIR)/$(UVC_GADGET)
>  UVC_GADGET_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
> -- 
> 2.39.2
> 
> 
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |



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

* Re: [ptxdist] [PATCH] uvc-gadget: update URL
  2023-06-14  9:46 ` Roland Hieber
@ 2023-06-14 11:00   ` Michael Olbrich
  2023-06-16 10:07     ` [ptxdist] [PATCH v2] " Roland Hieber
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2023-06-14 11:00 UTC (permalink / raw)
  To: Roland Hieber; +Cc: ptxdist

On Wed, Jun 14, 2023 at 11:46:02AM +0200, Roland Hieber wrote:
> On Sun, May 14, 2023 at 05:29:25PM +0200, Roland Hieber wrote:
> > While the old gitweb is still available on the same server via HTTP,
> > cloning from it fails both with git and http protocol. Furthermore,
> > the freedesktop.org GitLab has more release tags than the old gitweb.
> > 
> > Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> > ---
> >  rules/uvc-gadget.make | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Did this fall through the cracks?

I sent Laurent a mail about the issue. It's his server. He said he would
fix it, but nothing happend yet. So I think git.ideasonboard.org is still
the official upstream.
So maybe add gitlab as a second URL instead?

Regards,
Michael

> > 
> > diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
> > index b13ecbf19bef..d5b33d27a12f 100644
> > --- a/rules/uvc-gadget.make
> > +++ b/rules/uvc-gadget.make
> > @@ -19,7 +19,7 @@ UVC_GADGET_VERSION	:= 2019-05-02-g105134f9
> >  UVC_GADGET_MD5		:= cd61b910844f1d95534a8773bf63f248
> >  UVC_GADGET		:= uvc-gadget-$(UVC_GADGET_VERSION)
> >  UVC_GADGET_SUFFIX	:= tar.xz
> > -UVC_GADGET_URL 		:= git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
> > +UVC_GADGET_URL 		:= https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
> >  UVC_GADGET_SOURCE	:= $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
> >  UVC_GADGET_DIR		:= $(BUILDDIR)/$(UVC_GADGET)
> >  UVC_GADGET_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
> > -- 
> > 2.39.2
> > 
> > 
> > 
> 
> -- 
> Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
> Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
> 31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* [ptxdist] [PATCH v2] uvc-gadget: update URL
  2023-06-14 11:00   ` Michael Olbrich
@ 2023-06-16 10:07     ` Roland Hieber
  2023-06-22 12:09       ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2023-06-16 10:07 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

While the old gitweb is still available on the same server via HTTP,
cloning from it currently fails both with git and http protocol.
Add the freedesktop.org GitLab as fallback.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
v2: keep old URL, but add fd.o gitlab as fallback
v1: https://lore.ptxdist.org/ptxdist/20230514152925.1153647-1-rhi@pengutronix.de/

 rules/uvc-gadget.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
index b13ecbf19bef..d5b33d27a12f 100644
--- a/rules/uvc-gadget.make
+++ b/rules/uvc-gadget.make
@@ -19,7 +19,7 @@ UVC_GADGET_VERSION	:= 2019-05-02-g105134f9
 UVC_GADGET_MD5		:= cd61b910844f1d95534a8773bf63f248
 UVC_GADGET		:= uvc-gadget-$(UVC_GADGET_VERSION)
 UVC_GADGET_SUFFIX	:= tar.xz
-UVC_GADGET_URL 		:= git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
+UVC_GADGET_URL 		:= git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION) https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
 UVC_GADGET_SOURCE	:= $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
 UVC_GADGET_DIR		:= $(BUILDDIR)/$(UVC_GADGET)
 UVC_GADGET_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
-- 
2.39.2






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

* Re: [ptxdist] [APPLIED] uvc-gadget: update URL
  2023-06-16 10:07     ` [ptxdist] [PATCH v2] " Roland Hieber
@ 2023-06-22 12:09       ` Michael Olbrich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2023-06-22 12:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Thanks, applied as 2dae91407c035a15d360c407d7a67d98965f0fec.

Michael

[sent from post-receive hook]

On Thu, 22 Jun 2023 14:09:32 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> While the old gitweb is still available on the same server via HTTP,
> cloning from it currently fails both with git and http protocol.
> Add the freedesktop.org GitLab as fallback.
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Message-Id: <20230616100708.zp3zl3hb7z5hdvv2@pengutronix.de>
> [mol: break lines]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/uvc-gadget.make b/rules/uvc-gadget.make
> index b13ecbf19bef..6a57a924f8c6 100644
> --- a/rules/uvc-gadget.make
> +++ b/rules/uvc-gadget.make
> @@ -19,7 +19,9 @@ UVC_GADGET_VERSION	:= 2019-05-02-g105134f9
>  UVC_GADGET_MD5		:= cd61b910844f1d95534a8773bf63f248
>  UVC_GADGET		:= uvc-gadget-$(UVC_GADGET_VERSION)
>  UVC_GADGET_SUFFIX	:= tar.xz
> -UVC_GADGET_URL 		:= git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
> +UVC_GADGET_URL		:= \
> +	git://git.ideasonboard.org/uvc-gadget.git;tag=$(UVC_GADGET_VERSION) \
> +	https://gitlab.freedesktop.org/camera/uvc-gadget.git;tag=$(UVC_GADGET_VERSION)
>  UVC_GADGET_SOURCE	:= $(SRCDIR)/$(UVC_GADGET).$(UVC_GADGET_SUFFIX)
>  UVC_GADGET_DIR		:= $(BUILDDIR)/$(UVC_GADGET)
>  UVC_GADGET_LICENSE	:= GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT



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

end of thread, other threads:[~2023-06-22 12:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-14 15:29 [ptxdist] [PATCH] uvc-gadget: update URL Roland Hieber
2023-06-14  9:46 ` Roland Hieber
2023-06-14 11:00   ` Michael Olbrich
2023-06-16 10:07     ` [ptxdist] [PATCH v2] " Roland Hieber
2023-06-22 12:09       ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox