[RFC PATCH] test: add devel/test-in-docker.sh
[notmuch-archives.git] / ee / 116bee0a5a6e7e9a925f60a841056703a645ef
1 Return-Path: <wael.nasreddine@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1B841431FC9\r
6         for <notmuch@notmuchmail.org>; Fri, 23 May 2014 10:52:05 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id o9fCZcNqxZ8s for <notmuch@notmuchmail.org>;\r
17         Fri, 23 May 2014 10:52:01 -0700 (PDT)\r
18 Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com\r
19         [209.85.160.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id DE690431FBF\r
22         for <notmuch@notmuchmail.org>; Fri, 23 May 2014 10:52:00 -0700 (PDT)\r
23 Received: by mail-pb0-f49.google.com with SMTP id jt11so4448881pbb.22\r
24         for <notmuch@notmuchmail.org>; Fri, 23 May 2014 10:52:00 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id;\r
27         bh=zDFsFnyy3gB6/TdpD8ZdZzeuJ5XBX6oD9GmdDMq2edY=;\r
28         b=vUZm+j2Kdi0M7SVoIMdI1wF2aKuraXv3/SNhxMdxg1KDmteJO0QPc/7e9e2M7k97G1\r
29         2YA42sR3qAn4gO9iqV5jWVAeqPbndsAZrhPJ+XkcNQwJQUFTEeyeg6QJc56myLr3Mygo\r
30         qtfI73NRGjngr3npOlDJXmB8QZsHR6PNi3yW+ptImEhK0xFXxrmLxep5gQptHM92CZ8d\r
31         quIYGJ2t9oMjHev0iSkV9LuSEGrh+dQbzLk3md0WKK29iNow+EhKpH7usJlDVu6sYJNX\r
32         2rENjDZl+ahdl874/QJ9fO+2pAdIAfIsB+IixMMGOn/LEBzDxp5x8w737zbbU6MQWhOD\r
33         DB0Q==\r
34 X-Received: by 10.66.162.103 with SMTP id xz7mr3701761pab.104.1400867519060;\r
35         Fri, 23 May 2014 10:51:59 -0700 (PDT)\r
36 Received: from localhost ([2620:0:1000:2e00:c1c4:277b:bfbd:6cc4])\r
37         by mx.google.com with ESMTPSA id op3sm5641148pbc.40.2014.05.23.10.51.57\r
38         for <notmuch@notmuchmail.org>\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Fri, 23 May 2014 10:51:58 -0700 (PDT)\r
41 From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3] Enable Travis-CI as a backup continuous integration\r
44 Date: Fri, 23 May 2014 10:51:47 -0700\r
45 Message-Id: <1400867508-21478-1-git-send-email-wael.nasreddine@gmail.com>\r
46 X-Mailer: git-send-email 1.9.1.423.g4596e3a\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Fri, 23 May 2014 17:52:05 -0000\r
60 \r
61 \r
62 V3 moves the downloaded debs to a Git repository (so we do not rely on\r
63 an unknown URL that may or may not change) and add a comment explaining\r
64 what is the hack for in the file itself.\r