From a093f2b394546fdbb9d343dea452302d3738df02 Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Sat, 10 May 2014 08:44:06 +1700 Subject: [PATCH] Re: [PATCH] Add Travis-CI config file. --- ec/bda2036738f0b098713c895883828ca057223e | 116 ++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 ec/bda2036738f0b098713c895883828ca057223e diff --git a/ec/bda2036738f0b098713c895883828ca057223e b/ec/bda2036738f0b098713c895883828ca057223e new file mode 100644 index 000000000..29cd8ebbb --- /dev/null +++ b/ec/bda2036738f0b098713c895883828ca057223e @@ -0,0 +1,116 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 13A4A431FBF + for ; Fri, 9 May 2014 08:44:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id MN+bgN1Gb4Na for ; + Fri, 9 May 2014 08:44:26 -0700 (PDT) +Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com + [209.85.219.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A0E3F431FBC + for ; Fri, 9 May 2014 08:44:26 -0700 (PDT) +Received: by mail-oa0-f44.google.com with SMTP id i11so5140471oag.31 + for ; Fri, 09 May 2014 08:44:26 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:from:date:message-id:subject:to + :cc:content-type; + bh=7yvmPWTvrSiJtvCgOR/RzOJ8SbKIA/XMzx1t2rkO2Sg=; + b=l63rEKGhqW/mSQMcqgWN/kCNbqtkzwZCdEWiU9hdYsz338A4zexutF/K97Yy1kWm4D + 7+TM3J/0VsSTfBXpgaK2flmhTgP068j6e5TtmizsekKPeKsQiQWLf+KUXOWMhT4UwvHt + PzGXPenmSBYxTET3JE/7YoqPch9y3CbJ907jHg1IhUxdWeNJjKoMWliY9zy8XX85xgUx + izM1nBOWIIIT11978kf8jNYfFsyvwLgYku7nFZcDHxcQENE8cyjj/QKl1wwEVCut9m+6 + N84EQdfeCz4qvsM00DUON0xs/+lBYag5k6j87DPkAYWhNQW8x9F9eUyAy2TXF4L0VPJM + DajQ== +X-Received: by 10.182.128.36 with SMTP id nl4mr15011095obb.63.1399650266130; + Fri, 09 May 2014 08:44:26 -0700 (PDT) +MIME-Version: 1.0 +Received: by 10.76.105.242 with HTTP; Fri, 9 May 2014 08:44:06 -0700 (PDT) +In-Reply-To: +References: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com> + +From: "Wael M. Nasreddine" +Date: Fri, 9 May 2014 08:44:06 -0700 +Message-ID: + +Subject: Re: [PATCH] Add Travis-CI config file. +To: Tomi Ollila +Content-Type: text/plain; charset=UTF-8 +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Fri, 09 May 2014 15:44:35 -0000 + +On Fri, May 9, 2014 at 8:16 AM, Tomi Ollila wrote: +> On Fri, May 09 2014, "Wael M. Nasreddine" wrote: +> +>> --- +> +> Could this work so, that there is separate repo whete .travis.yml resides +> and notmuch is there as a git submodule ? +> +> To my eyes this approach looks pretty intrusive: the repository root +> directory is polluted with specific .travis.yml file and the content is +> (apparently) specific to https://travis-ci.org/ (some version of ubuntu) +> +Unfortunately no, Travis expects it to be there. The other alternative +would be for me to maintain a repo (under my user on Github) with the +appropriate file but it seems extreme considering that this patch only +adds one file that has no chance of conflicting with other patches. + +> That said, I won't be against the inclusion of this in case there are users +> that like it (provided that a patch with proper commit message(*) is available). +> +Did I not use a proper message? + +> Tomi +> +> (*) http://notmuchmail.org/contributing/ +> +>> .travis.yml | 10 ++++++++++ +>> 1 file changed, 10 insertions(+) +>> create mode 100644 .travis.yml +>> +>> diff --git a/.travis.yml b/.travis.yml +>> new file mode 100644 +>> index 0000000..8d92cdc +>> --- /dev/null +>> +++ b/.travis.yml +>> @@ -0,0 +1,10 @@ +>> +language: c +>> +before_install: +>> + - sudo apt-get update -qq +>> + - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb' +>> + - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb' +>> + - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb +>> + - sudo apt-get install -f +>> + - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx +>> + +>> +script: make test +>> -- +>> 1.9.1.423.g4596e3a + + + +-- +Wael Nasreddine | Software Engineer | wael.nasreddine@gmail.com | (650) 735-1773 -- 2.26.2