Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Update github helper URL.
@ 2014-11-13 19:48 Patrick Williams
  2014-11-13 19:58 ` Arnout Vandecappelle
  0 siblings, 1 reply; 10+ messages in thread
From: Patrick Williams @ 2014-11-13 19:48 UTC (permalink / raw)
  To: buildroot

Github changed the URL syntax from 'archive' back to 'tarball'.

Signed-off-by: Patrick Williams <iawillia@us.ibm.com>
---
 package/pkg-download.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-download.mk b/package/pkg-download.mk
index 4cfb913..03907f1 100644
--- a/package/pkg-download.mk
+++ b/package/pkg-download.mk
@@ -56,7 +56,7 @@ notdomain=$(patsubst $(call domain,$(1),$(2))$(call domainseparator,$(2))%,%,$(c
 domainseparator=$(if $(1),$(1),/)
 
 # github(user,package,version): returns site of GitHub repository
-github = https://github.com/$(1)/$(2)/archive/$(3)
+github = https://github.com/$(1)/$(2)/tarball/$(3)
 
 ################################################################################
 # The DOWNLOAD_* helpers are in charge of getting a working copy
-- 
2.1.1

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

end of thread, other threads:[~2014-11-14 17:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 19:48 [Buildroot] [PATCH] Update github helper URL Patrick Williams
2014-11-13 19:58 ` Arnout Vandecappelle
2014-11-13 20:05   ` Arnout Vandecappelle
2014-11-13 20:06   ` Thomas De Schampheleire
2014-11-13 20:15     ` Arnout Vandecappelle
2014-11-13 20:20     ` Samuel Martin
2014-11-13 20:22     ` Yann E. MORIN
2014-11-14 15:13       ` Peter Korsgaard
2014-11-14 15:25         ` Samuel Martin
2014-11-14 17:51           ` Peter Korsgaard

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