From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHvaG-0007PM-KJ for qemu-devel@nongnu.org; Tue, 28 Jun 2016 12:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHvaC-0002MF-A4 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 12:09:55 -0400 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:36251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHvaC-0002LR-47 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 12:09:52 -0400 Received: by mail-wm0-x22b.google.com with SMTP id f126so146737311wma.1 for ; Tue, 28 Jun 2016 09:09:52 -0700 (PDT) From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 28 Jun 2016 17:09:56 +0100 Message-ID: <87bn2le1m3.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2] .travis.yml: Disable IRC build status updates from forks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar Cc: "open list:-----------------..." , Sergey Fedorov , Peter Maydell Pranith Kumar writes: > On Tue, Jun 28, 2016 at 7:58 AM, Alex Bennée wrote: >>> >>> +# The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu >>> +# to prevent IRC notifications from forks. This was created using: >>> +# $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu" >> >> Interesting. I didn't realise anyone outside the repository can still >> create encrypted strings. I guess there is a repository secret that we >> never see. > > Yes, there is a per-repo private key which is not disclosed to anyone > and is used to decrypt this string. You can only have access to the > public key of the repo to create the encrypted string as above. Cool. Applied to travis/next. Thanks. -- Alex Bennée