* [Buildroot] [Bug 9101] New: Error on support/download/git with system git older than 1.8.4
@ 2016-07-26 17:11 bugzilla at busybox.net
2016-07-26 17:27 ` [Buildroot] [Bug 9101] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2016-07-26 17:11 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=9101
Bug ID: 9101
Summary: Error on support/download/git with system git older
than 1.8.4
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: eocanha at igalia.com
CC: buildroot at uclibc.org
Target Milestone: ---
Created attachment 6556
--> https://bugs.busybox.net/attachment.cgi?id=6556&action=edit
Proposed patch
A recent commit[1] in the git downloader uses the "--no-patch" option, which
appeared on git 1.8.4. Systems with older git versions show an error and fall
back to the wget downloader, which isn't suitable for all the cases.
I'm attaching a one-line patch which uses a "git log" variant and works on
older systems.
[1]
https://github.com/buildroot/buildroot/commit/3abd5ba4243489b821d44e407528020cd8a138f8#diff-75410bcfefacf16bcd60a2a6ac77c433R73
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [Bug 9101] Error on support/download/git with system git older than 1.8.4 2016-07-26 17:11 [Buildroot] [Bug 9101] New: Error on support/download/git with system git older than 1.8.4 bugzilla at busybox.net @ 2016-07-26 17:27 ` bugzilla at busybox.net 2016-07-26 17:28 ` bugzilla at busybox.net ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2016-07-26 17:27 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=9101 Yann E. MORIN <yann.morin.1998@free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yann.morin.1998 at free.fr Status|NEW |ASSIGNED --- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> --- Enrique, All, Ok, good catch. I'm OK with the patch. Could you please send it to the list? See our manual: https://buildroot.org/downloads/manual/manual.html#submitting-patches (All the reviews on patches happen on the list, not in the tracker). Thanks! Regards, Yann E. MORIN. -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9101] Error on support/download/git with system git older than 1.8.4 2016-07-26 17:11 [Buildroot] [Bug 9101] New: Error on support/download/git with system git older than 1.8.4 bugzilla at busybox.net 2016-07-26 17:27 ` [Buildroot] [Bug 9101] " bugzilla at busybox.net @ 2016-07-26 17:28 ` bugzilla at busybox.net 2016-07-27 20:59 ` bugzilla at busybox.net 2016-08-19 9:28 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2016-07-26 17:28 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=9101 Yann E. MORIN <yann.morin.1998@free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at buildroot.uclibc |yann.morin.1998 at free.fr |.org | -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9101] Error on support/download/git with system git older than 1.8.4 2016-07-26 17:11 [Buildroot] [Bug 9101] New: Error on support/download/git with system git older than 1.8.4 bugzilla at busybox.net 2016-07-26 17:27 ` [Buildroot] [Bug 9101] " bugzilla at busybox.net 2016-07-26 17:28 ` bugzilla at busybox.net @ 2016-07-27 20:59 ` bugzilla at busybox.net 2016-08-19 9:28 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2016-07-27 20:59 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=9101 --- Comment #2 from Matt Weber <matthew.weber@rockwellcollins.com> --- Sent in the following patch based on Enrique's attachment. Thanks! https://patchwork.ozlabs.org/patch/653473/ -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 9101] Error on support/download/git with system git older than 1.8.4 2016-07-26 17:11 [Buildroot] [Bug 9101] New: Error on support/download/git with system git older than 1.8.4 bugzilla at busybox.net ` (2 preceding siblings ...) 2016-07-27 20:59 ` bugzilla at busybox.net @ 2016-08-19 9:28 ` bugzilla at busybox.net 3 siblings, 0 replies; 5+ messages in thread From: bugzilla at busybox.net @ 2016-08-19 9:28 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=9101 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- Fixed in commit 1e39f0873393189278d92ac3589a329f42c8311c. -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-08-19 9:28 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-07-26 17:11 [Buildroot] [Bug 9101] New: Error on support/download/git with system git older than 1.8.4 bugzilla at busybox.net 2016-07-26 17:27 ` [Buildroot] [Bug 9101] " bugzilla at busybox.net 2016-07-26 17:28 ` bugzilla at busybox.net 2016-07-27 20:59 ` bugzilla at busybox.net 2016-08-19 9:28 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox