From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthieu Moy Subject: Re: [RFC/PATCH v1] Add Travis CI support Date: Mon, 28 Sep 2015 21:07:18 +0200 Message-ID: References: <1443131004-39284-1-git-send-email-larsxschneider@gmail.com> <1443150875.3042.3.camel@kaarsemaker.net> <699c08632232180166145f70c7f16645@dscho.org> Mime-Version: 1.0 Content-Type: text/plain Cc: Luke Diamand , Johannes Schindelin , Dennis Kaarsemaker , Lars Schneider , Git Users To: Junio C Hamano X-From: git-owner@vger.kernel.org Mon Sep 28 21:07:33 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zgdls-0004Co-7i for gcvg-git-2@plane.gmane.org; Mon, 28 Sep 2015 21:07:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751023AbbI1TH1 (ORCPT ); Mon, 28 Sep 2015 15:07:27 -0400 Received: from mx1.imag.fr ([129.88.30.5]:36089 "EHLO shiva.imag.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbbI1TH1 (ORCPT ); Mon, 28 Sep 2015 15:07:27 -0400 Received: from clopinette.imag.fr (clopinette.imag.fr [129.88.34.215]) by shiva.imag.fr (8.13.8/8.13.8) with ESMTP id t8SJ7G4c017793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 28 Sep 2015 21:07:16 +0200 Received: from anie (anie.imag.fr [129.88.7.32]) by clopinette.imag.fr (8.13.8/8.13.8) with ESMTP id t8SJ7Iut006070; Mon, 28 Sep 2015 21:07:18 +0200 In-Reply-To: (Junio C. Hamano's message of "Mon, 28 Sep 2015 11:47:08 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (shiva.imag.fr [129.88.30.5]); Mon, 28 Sep 2015 21:07:16 +0200 (CEST) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-MailScanner-ID: t8SJ7G4c017793 X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: matthieu.moy@grenoble-inp.fr MailScanner-NULL-Check: 1444072038.99518@nTpEc8wEW4iYrvAe893n7A Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > Matthieu Moy writes: > >> It probably makes sense to do the later in the case of Git, so that >> Junio doesn't get spammed when pushing topic branches to >> https://github.com/gitster/git. > > I won't enable it on github.com:gitster/git anyway, so I do not > think that is a concern. I thought what people are talking about > was to add it on github.com:git/git, but have I been misreading the > thread? I do not even own the latter repository (I only can push > into it). You're right: github.com:gitster/git shouldn't be affected. Builds are triggered for branches outside github.com:git/git only when a pull-requests to git/git is submitted. So, you'd get a "success" email only when pushing a new tag (since the set of branches does not change). -- Matthieu Moy http://www-verimag.imag.fr/~moy/