* [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports
@ 2016-06-28 14:53 Aníbal Limón
2016-06-28 15:57 ` Joshua G Lock
0 siblings, 1 reply; 2+ messages in thread
From: Aníbal Limón @ 2016-06-28 14:53 UTC (permalink / raw)
To: yocto; +Cc: joshua.g.lock
The reference of the buildsteps for download error reports was updated [1] but,
i forget to update this one.
[1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit/?id=e1e7c3b86720786ae4f60da008f68d4cf5d58559
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
buildset-config.controller/nightly-world-lsb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildset-config.controller/nightly-world-lsb.conf b/buildset-config.controller/nightly-world-lsb.conf
index ae3a621..afc7546 100644
--- a/buildset-config.controller/nightly-world-lsb.conf
+++ b/buildset-config.controller/nightly-world-lsb.conf
@@ -21,5 +21,5 @@ steps: [{'SetDest':{}},
'distro': 'poky-lsb'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
{'BuildImages': {'images': 'world'}},
- {'DownloadBitbakeErrorReports': {}},
+ {'DownloadErrorReports': {}},
{'SendErrorReport': {}}]
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports
2016-06-28 14:53 [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports Aníbal Limón
@ 2016-06-28 15:57 ` Joshua G Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua G Lock @ 2016-06-28 15:57 UTC (permalink / raw)
To: Aníbal Limón, yocto
Merged to master, thanks,
Joshua
On Tue, 2016-06-28 at 09:53 -0500, Aníbal Limón wrote:
> The reference of the buildsteps for download error reports was
> updated [1] but,
> i forget to update this one.
>
> [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commi
> t/?id=e1e7c3b86720786ae4f60da008f68d4cf5d58559
>
> Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
> buildset-config.controller/nightly-world-lsb.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/buildset-config.controller/nightly-world-lsb.conf
> b/buildset-config.controller/nightly-world-lsb.conf
> index ae3a621..afc7546 100644
> --- a/buildset-config.controller/nightly-world-lsb.conf
> +++ b/buildset-config.controller/nightly-world-lsb.conf
> @@ -21,5 +21,5 @@ steps: [{'SetDest':{}},
> 'distro': 'poky-lsb'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> {'BuildImages': {'images': 'world'}},
> - {'DownloadBitbakeErrorReports': {}},
> + {'DownloadErrorReports': {}},
> {'SendErrorReport': {}}]
> --
> 2.1.4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-28 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 14:53 [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports Aníbal Limón
2016-06-28 15:57 ` Joshua G Lock
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.