* [yocto-autobuilder][PATCH] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones
@ 2016-06-20 15:00 Bill Randle
2016-06-21 6:53 ` Beth 'pidge' Flanagan
0 siblings, 1 reply; 2+ messages in thread
From: Bill Randle @ 2016-06-20 15:00 UTC (permalink / raw)
To: yocto
Signed-off-by: Bill Randle <william.c.randle@intel.com>
---
buildset-config.controller/nightly-world-lsb.conf | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/buildset-config.controller/nightly-world-lsb.conf b/buildset-config.controller/nightly-world-lsb.conf
index 4c9994c..f755920 100644
--- a/buildset-config.controller/nightly-world-lsb.conf
+++ b/buildset-config.controller/nightly-world-lsb.conf
@@ -21,6 +21,7 @@ steps: [{'SetDest':{}},
'distro': 'poky-lsb'}},
{'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
{'BuildImages': {'images': 'world'}},
- {'SendErrorReport': {}},
- {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
+ {'SendErrorReport': {}}]
+# skip Publish step so artifacts don't overwrite nightly-world ones
+# {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [yocto-autobuilder][PATCH] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones
2016-06-20 15:00 [yocto-autobuilder][PATCH] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones Bill Randle
@ 2016-06-21 6:53 ` Beth 'pidge' Flanagan
0 siblings, 0 replies; 2+ messages in thread
From: Beth 'pidge' Flanagan @ 2016-06-21 6:53 UTC (permalink / raw)
To: Bill Randle, yocto
On Mon, 2016-06-20 at 08:00 -0700, Bill Randle wrote:
> Signed-off-by: Bill Randle <william.c.randle@intel.com>
> ---
> buildset-config.controller/nightly-world-lsb.conf | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/buildset-config.controller/nightly-world-lsb.conf
> b/buildset-config.controller/nightly-world-lsb.conf
> index 4c9994c..f755920 100644
> --- a/buildset-config.controller/nightly-world-lsb.conf
> +++ b/buildset-config.controller/nightly-world-lsb.conf
> @@ -21,6 +21,7 @@ steps: [{'SetDest':{}},
> 'distro': 'poky-lsb'}},
> {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
> {'BuildImages': {'images': 'world'}},
> - {'SendErrorReport': {}},
> - {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
> + {'SendErrorReport': {}}]
> +# skip Publish step so artifacts don't overwrite nightly-world ones
> +# {'PublishArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}]
>
It would be best here to just remove the lines rather than comment them
out. Please resubmit with the lines removed.
> --
> 2.5.5
>
--
Beth 'pidge' Flanagan <pidge@toganlabs.com>
toganlabs.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-21 7:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 15:00 [yocto-autobuilder][PATCH] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones Bill Randle
2016-06-21 6:53 ` Beth 'pidge' Flanagan
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.