On Mon, Jun 27, 2016 at 1:40 PM, Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 27 June 2016 at 18:34, Pranith Kumar <bobby.pr...@gmail.com> 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