From: Wael M. Nasreddine Date: Fri, 23 May 2014 17:51:47 +0000 (+1700) Subject: [PATCH v3] Enable Travis-CI as a backup continuous integration X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=486682d636f950e63940febda7b566384ee3a8fb;p=notmuch-archives.git [PATCH v3] Enable Travis-CI as a backup continuous integration --- diff --git a/ee/116bee0a5a6e7e9a925f60a841056703a645ef b/ee/116bee0a5a6e7e9a925f60a841056703a645ef new file mode 100644 index 000000000..d3037846f --- /dev/null +++ b/ee/116bee0a5a6e7e9a925f60a841056703a645ef @@ -0,0 +1,64 @@ +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 1B841431FC9 + for ; Fri, 23 May 2014 10:52:05 -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 o9fCZcNqxZ8s for ; + Fri, 23 May 2014 10:52:01 -0700 (PDT) +Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com + [209.85.160.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DE690431FBF + for ; Fri, 23 May 2014 10:52:00 -0700 (PDT) +Received: by mail-pb0-f49.google.com with SMTP id jt11so4448881pbb.22 + for ; Fri, 23 May 2014 10:52:00 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:date:message-id; + bh=zDFsFnyy3gB6/TdpD8ZdZzeuJ5XBX6oD9GmdDMq2edY=; + b=vUZm+j2Kdi0M7SVoIMdI1wF2aKuraXv3/SNhxMdxg1KDmteJO0QPc/7e9e2M7k97G1 + 2YA42sR3qAn4gO9iqV5jWVAeqPbndsAZrhPJ+XkcNQwJQUFTEeyeg6QJc56myLr3Mygo + qtfI73NRGjngr3npOlDJXmB8QZsHR6PNi3yW+ptImEhK0xFXxrmLxep5gQptHM92CZ8d + quIYGJ2t9oMjHev0iSkV9LuSEGrh+dQbzLk3md0WKK29iNow+EhKpH7usJlDVu6sYJNX + 2rENjDZl+ahdl874/QJ9fO+2pAdIAfIsB+IixMMGOn/LEBzDxp5x8w737zbbU6MQWhOD + DB0Q== +X-Received: by 10.66.162.103 with SMTP id xz7mr3701761pab.104.1400867519060; + Fri, 23 May 2014 10:51:59 -0700 (PDT) +Received: from localhost ([2620:0:1000:2e00:c1c4:277b:bfbd:6cc4]) + by mx.google.com with ESMTPSA id op3sm5641148pbc.40.2014.05.23.10.51.57 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 23 May 2014 10:51:58 -0700 (PDT) +From: "Wael M. Nasreddine" +To: notmuch@notmuchmail.org +Subject: [PATCH v3] Enable Travis-CI as a backup continuous integration +Date: Fri, 23 May 2014 10:51:47 -0700 +Message-Id: <1400867508-21478-1-git-send-email-wael.nasreddine@gmail.com> +X-Mailer: git-send-email 1.9.1.423.g4596e3a +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, 23 May 2014 17:52:05 -0000 + + +V3 moves the downloaded debs to a Git repository (so we do not rely on +an unknown URL that may or may not change) and add a comment explaining +what is the hack for in the file itself.