Add retry in runfetchcmd, in case network unstable#22
Open
lxf888879 wants to merge 1 commit intoopenembedded:masterfrom
Open
Add retry in runfetchcmd, in case network unstable#22lxf888879 wants to merge 1 commit intoopenembedded:masterfrom
lxf888879 wants to merge 1 commit intoopenembedded:masterfrom
Conversation
|
Any feedback why this is not reviewed? |
Author
|
Hi Nicoseems bitbake repo is not here for now.发自我的iPhone------------------ Original ------------------From: Nico Müller <notifications@github.com>Date: Thu,Jun 25,2020 4:15 PMTo: openembedded/bitbake <bitbake@noreply.github.com>Cc: Arno Li <lixiaofu89@gmail.com>, Author <author@noreply.github.com>Subject: Re: [openembedded/bitbake] Add retry in runfetchcmd, in case networkunstable (#22)
Any feedback why this is not reviewed?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#22 (comment)",
"url": "#22 (comment)",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
|
is there any plan to merge this patch? |
|
Hello, you can change your fetch behaviors also with the Variable: FETCHCMD_wget |
Author
|
Hello, this change is not pushed to bitbake, their github repo is just a replication with only read permission, to submit code need go to their official site, so this change in GitHub is pending.发自我的iPhone------------------ Original ------------------From: Nico Müller <notifications@github.com>Date: Thu,Jan 21,2021 9:58 PMTo: openembedded/bitbake <bitbake@noreply.github.com>Cc: Arno Li <lixiaofu89@gmail.com>, Author <author@noreply.github.com>Subject: Re: [openembedded/bitbake] Add retry in runfetchcmd, in case networkunstable (#22)
Hello, you can change your fetch behaviors also with the Variable:
FETCHCMD_wget
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#22 (comment)",
"url": "#22 (comment)",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
|
I do not know if here is reasonable place to give some comments |
|
How is this not yet merged ? https://www.google.com/search?q=yocto+do_fetch+fail
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
when network is unstable, bitbake do_fetch will throw an error and stop the whole project building, it will waste a lot of time when the network is bad, so add retry mechanism in runfetchcmd to make project building more stable.