The name of the action for http download uses a hyphen, not an underscore. Fix the typos.
Signed-off-by: Kevin Hilman khilman@baylibre.com --- doc/v2/timeouts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/v2/timeouts.rst b/doc/v2/timeouts.rst index c330f9d89548..50070766abe0 100644 --- a/doc/v2/timeouts.rst +++ b/doc/v2/timeouts.rst @@ -259,7 +259,7 @@ block override.
timeouts: actions: - http_download: + http-download: minutes: 2
.. _individual_connection_timeout_overrides: @@ -275,7 +275,7 @@ specific connection timeout which can be longer or shorter than the default.
timeouts: connections: - http_download: + http-download: minutes: 2
.. _action_block_timeout_overrides:
Hello Kevin,
MR created at https://git.lavasoftware.org/lava/lava/merge_requests/504
If you have time, for the next patch: * fork https://git.lavasoftware.org/lava/lava * push your patch on a branch of your fork * send a merge request
That will make your next contribution easier.
Thanks for your contribution.
Le lun. 29 avr. 2019 à 23:36, Kevin Hilman khilman@baylibre.com a écrit :
The name of the action for http download uses a hyphen, not an underscore. Fix the typos.
Signed-off-by: Kevin Hilman khilman@baylibre.com
doc/v2/timeouts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/v2/timeouts.rst b/doc/v2/timeouts.rst index c330f9d89548..50070766abe0 100644 --- a/doc/v2/timeouts.rst +++ b/doc/v2/timeouts.rst @@ -259,7 +259,7 @@ block override.
timeouts: actions:
http_download:
http-download: minutes: 2
.. _individual_connection_timeout_overrides: @@ -275,7 +275,7 @@ specific connection timeout which can be longer or shorter than the default.
timeouts: connections:
http_download:
http-download: minutes: 2
.. _action_block_timeout_overrides:
2.21.0
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
Merged.
Thanks
Le mar. 30 avr. 2019 à 10:28, Remi Duraffort remi.duraffort@linaro.org a écrit :
Hello Kevin,
MR created at https://git.lavasoftware.org/lava/lava/merge_requests/504
If you have time, for the next patch:
- fork https://git.lavasoftware.org/lava/lava
- push your patch on a branch of your fork
- send a merge request
That will make your next contribution easier.
Thanks for your contribution.
Le lun. 29 avr. 2019 à 23:36, Kevin Hilman khilman@baylibre.com a écrit :
The name of the action for http download uses a hyphen, not an underscore. Fix the typos.
Signed-off-by: Kevin Hilman khilman@baylibre.com
doc/v2/timeouts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/v2/timeouts.rst b/doc/v2/timeouts.rst index c330f9d89548..50070766abe0 100644 --- a/doc/v2/timeouts.rst +++ b/doc/v2/timeouts.rst @@ -259,7 +259,7 @@ block override.
timeouts: actions:
http_download:
http-download: minutes: 2
.. _individual_connection_timeout_overrides: @@ -275,7 +275,7 @@ specific connection timeout which can be longer or shorter than the default.
timeouts: connections:
http_download:
http-download: minutes: 2
.. _action_block_timeout_overrides:
2.21.0
Lava-users mailing list Lava-users@lists.lavasoftware.org https://lists.lavasoftware.org/mailman/listinfo/lava-users
-- Rémi Duraffort LAVA Team, Linaro
Remi Duraffort remi.duraffort@linaro.org writes:
Hello Kevin,
MR created at https://git.lavasoftware.org/lava/lava/merge_requests/504
If you have time, for the next patch:
- fork https://git.lavasoftware.org/lava/lava
- push your patch on a branch of your fork
- send a merge request
Yes, I know how to use gitlab. :)
However, I looked at that, but that means creating yet another account on the Linaro-specific server. If I could fork it to gitlab.com, that would be much more convenient.
That will make your next contribution easier.
You mean easier for you. :)
I'm a kernel developer, so for me, there's not much easier than sending a patch to mailing list. :)
Anyways, thanks for taking my patch.
Thanks for your contribution.
You're welcome,
Kevin
Hello,
Le mar. 30 avr. 2019 à 17:50, Kevin Hilman khilman@baylibre.com a écrit :
Remi Duraffort remi.duraffort@linaro.org writes:
Hello Kevin,
MR created at https://git.lavasoftware.org/lava/lava/merge_requests/504
If you have time, for the next patch:
- fork https://git.lavasoftware.org/lava/lava
- push your patch on a branch of your fork
- send a merge request
Yes, I know how to use gitlab. :)
However, I looked at that, but that means creating yet another account on the Linaro-specific server. If I could fork it to gitlab.com, that would be much more convenient.
Technically you already setup an account: https://git.lavasoftware.org/khilman :)
That will make your next contribution easier.
You mean easier for you. :)
I'm a kernel developer, so for me, there's not much easier than sending a patch to mailing list. :)
Sure I understand that and for small patches that fine for me.
lava-users@lists.lavasoftware.org