Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site
@ 2017-07-18 12:21 Baruch Siach
  2017-07-18 12:21 ` [Buildroot] [PATCH 2/2] git: bump to version 2.13.3 Baruch Siach
  2017-07-18 21:57 ` [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-07-18 12:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/git/git.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/git/git.mk b/package/git/git.mk
index 52907a27b738..1d81955040c4 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -6,7 +6,7 @@
 
 GIT_VERSION = 2.13.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
-GIT_SITE = https://www.kernel.org/pub/software/scm/git
+GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
 GIT_LICENSE_FILES = COPYING LGPL-2.1
 GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
-- 
2.13.2

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

end of thread, other threads:[~2017-07-18 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-18 12:21 [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Baruch Siach
2017-07-18 12:21 ` [Buildroot] [PATCH 2/2] git: bump to version 2.13.3 Baruch Siach
2017-07-18 21:57 ` [Buildroot] [PATCH 1/2] git: use BR2_KERNEL_MIRROR as download site Thomas Petazzoni

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