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"? thanks -- PMM