mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mmc-utils: use https:// URL instead of git://
@ 2019-08-22 20:35 Uwe Kleine-König
  2019-08-23  8:32 ` Alexander Dahl
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2019-08-22 20:35 UTC (permalink / raw)
  To: ptxdist

In contrast to git:// https:// is usually not blocked in corporate
firewalls and provides some anonymity.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 rules/mmc-utils.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
index a2501b19a2f2..ba1a10f42d2b 100644
--- a/rules/mmc-utils.make
+++ b/rules/mmc-utils.make
@@ -19,7 +19,7 @@ MMC_UTILS_VERSION	:= 2018-03-27-gb4fe0c8c0e57
 MMC_UTILS_MD5		:= 1018cdca94530054cc11e4bcb97d4b11
 MMC_UTILS		:= mmc-utils-$(MMC_UTILS_VERSION)
 MMC_UTILS_SUFFIX	:= tar.gz
-MMC_UTILS_URL		:= git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
+MMC_UTILS_URL		:= https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
 MMC_UTILS_SOURCE	:= $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
 MMC_UTILS_DIR		:= $(BUILDDIR)/$(MMC_UTILS)
 MMC_UTILS_LICENSE	:= GPL-2.0-only AND BSD-3-Clause
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] mmc-utils: use https:// URL instead of git://
  2019-08-22 20:35 [ptxdist] [PATCH] mmc-utils: use https:// URL instead of git:// Uwe Kleine-König
@ 2019-08-23  8:32 ` Alexander Dahl
  2019-08-23  8:38   ` Roland Hieber
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Dahl @ 2019-08-23  8:32 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 602 bytes --]

Hello,

On Thu, Aug 22, 2019 at 10:35:16PM +0200, Uwe Kleine-König wrote:
> In contrast to git:// https:// is usually not blocked in corporate
> firewalls and provides some anonymity.

If this URL does not start with git:// is it still recognized as git
repo url to be cloned from by ptxdist?

Greets
Alex

-- 
/"\ ASCII RIBBON | »With the first link, the chain is forged. The first
\ / CAMPAIGN     | speech censured, the first thought forbidden, the
 X  AGAINST      | first freedom denied, chains us all irrevocably.«
/ \ HTML MAIL    | (Jean-Luc Picard, quoting Judge Aaron Satie)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 92 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] mmc-utils: use https:// URL instead of git://
  2019-08-23  8:32 ` Alexander Dahl
@ 2019-08-23  8:38   ` Roland Hieber
  0 siblings, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2019-08-23  8:38 UTC (permalink / raw)
  To: Alexander Dahl; +Cc: ptxdist

On Fri, Aug 23, 2019 at 10:32:45AM +0200, Alexander Dahl wrote:
> Hello,
> 
> On Thu, Aug 22, 2019 at 10:35:16PM +0200, Uwe Kleine-König wrote:
> > In contrast to git:// https:// is usually not blocked in corporate
> > firewalls and provides some anonymity.
> 
> If this URL does not start with git:// is it still recognized as git
> repo url to be cloned from by ptxdist?

Yes. The respective pattern from scripts/lib/ptxd_make_get.sh is:

394                 case "${url}" in
399                 git://*|http://*.git|https://*.git|ssh://*.git)
400                         ptxd_make_get_download_permitted &&
401                         ptxd_make_get_git

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-08-23  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 20:35 [ptxdist] [PATCH] mmc-utils: use https:// URL instead of git:// Uwe Kleine-König
2019-08-23  8:32 ` Alexander Dahl
2019-08-23  8:38   ` Roland Hieber

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