From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 99F486DE114E for ; Mon, 6 May 2019 17:10:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.034 X-Spam-Level: X-Spam-Status: No, score=-0.034 tagged_above=-999 required=5 tests=[AWL=-0.033, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rh2OUz_EWpGH for ; Mon, 6 May 2019 17:10:27 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 690D06DE0EED for ; Mon, 6 May 2019 17:10:27 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hNngd-0006S4-Pi; Mon, 06 May 2019 20:10:23 -0400 Received: (nullmailer pid 8648 invoked by uid 1000); Tue, 07 May 2019 00:10:22 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH] travis: use ppa:notmuch/notmuch In-Reply-To: <87imunkyt0.fsf@fifthhorseman.net> References: <20190505224126.22011-1-dkg@fifthhorseman.net> <87y33kfrg0.fsf@tethera.net> <87imunkyt0.fsf@fifthhorseman.net> Date: Mon, 06 May 2019 21:10:22 -0300 Message-ID: <87v9ynf7kh.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2019 00:10:28 -0000 Daniel Kahn Gillmor writes: > On Sun 2019-05-05 19:48:47 -0300, David Bremner wrote: >> Daniel Kahn Gillmor writes: >>> This should allow us to continue to use the Travis continuous >>> integration build on the release branch. >> >> And on master as well, I guess. > > yes, it should work on both master and release. Please let me know if > it doesn't. Seems to be good now with the updated PPA; pushed to master. I didn't apply it to release yet at as that is currently buildable with gmime-2.6. I guess it depends on how long before release again, whether we should also switch the release branch to gmime-3.0 and the new PPA. d