qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH] .travis.yml: Disable IRC build status updat


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH] .travis.yml: Disable IRC build status updates from non-master branches
Date: Mon, 27 Jun 2016 18:16:28 +0100

On 27 June 2016 at 17:51, Pranith Kumar <address@hidden> wrote:
> Currently travis logs all builds from forks to the qemu IRC
> channel. There is no way to disable such updates in travis at present
> (see https://github.com/travis-ci/travis-ci/issues/1094). Until such
> feature is available, let us at-least limit the IRC update to the
> master branch.
>
> Another alternative is to encrypt the "qemu/qemu" repository so that
> only the main repository updates are posted on
> IRC. (ref. https://github.com/facebook/flow/pull/1822).
>
> Signed-off-by: Pranith Kumar <address@hidden>
> ---
>  .travis.yml | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index c13881e..f0ca3a1 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -34,12 +34,16 @@ addons:
>        - sparse
>        - uuid-dev
>
> +branches:
> +  only:
> +    - master

Does this mean "only main qemu repo master does notifications",
or just "only the 'master' branch for any qemu repo does
notifications" ?

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]