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: Pranith Kumar
Subject: Re: [Qemu-devel] [RFC PATCH] .travis.yml: Disable IRC build status updates from non-master branches
Date: Mon, 27 Jun 2016 13:47:59 -0400

On Mon, Jun 27, 2016 at 1:40 PM, Peter Maydell <address@hidden> wrote:
> On 27 June 2016 at 18:34, Pranith Kumar <address@hidden> wrote:
>> The idea is to encrypt "irc.oftc.net#qemu" against "qemu/qemu" to
>> generate an ecrypted string like follows:
>>
>> $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"
>>
>> This creates a value which will be properly decrypted only for commits
>> to branches on "qemu/qemu" repository and will be garbage for other
>> forked repositories. So the travis bot will only log the desired
>> notifications.
>
> OK, but why does it need to be an encrypted string? Doesn't
> travis just have a way to say "only for this repo"?

Sadly there is no such way right now. They are working on adding such
a feature. We can use that once it is available.

-- 
Pranith



reply via email to

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