Re: [PATCH] Add Travis-CI config file.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 9 May 2014 19:05:01 +0000 (16:05 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:02:32 +0000 (10:02 -0800)
ab/1717d7ac0a8e017e93c93a485730aaa90f35f5 [new file with mode: 0644]

diff --git a/ab/1717d7ac0a8e017e93c93a485730aaa90f35f5 b/ab/1717d7ac0a8e017e93c93a485730aaa90f35f5
new file mode 100644 (file)
index 0000000..88d20ed
--- /dev/null
@@ -0,0 +1,118 @@
+Return-Path: <dkg@fifthhorseman.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C8490431FBF\r
+       for <notmuch@notmuchmail.org>; Fri,  9 May 2014 14:07:05 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 6xc31FNUT0yX for <notmuch@notmuchmail.org>;\r
+       Fri,  9 May 2014 14:06:58 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+       by olra.theworths.org (Postfix) with ESMTP id 33BE2431FBC\r
+       for <notmuch@notmuchmail.org>; Fri,  9 May 2014 14:06:58 -0700 (PDT)\r
+Received: from [10.9.1.250] (unknown [200.238.1.1])\r
+       by che.mayfirst.org (Postfix) with ESMTPSA id A3636F984;\r
+       Fri,  9 May 2014 17:06:53 -0400 (EDT)\r
+Message-ID: <536D26DD.1070309@fifthhorseman.net>\r
+Date: Fri, 09 May 2014 16:05:01 -0300\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+User-Agent: Mozilla/5.0 (X11; Linux x86_64;\r
+       rv:24.0) Gecko/20100101 Icedove/24.5.0\r
+MIME-Version: 1.0\r
+To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Add Travis-CI config file.\r
+References: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com>\r
+In-Reply-To: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com>\r
+X-Enigmail-Version: 1.6+git0.20140323\r
+Content-Type: multipart/signed; micalg=pgp-sha512;\r
+       protocol="application/pgp-signature";\r
+       boundary="27xpMxQb1nj7cbfIiND1Su7vsccnhF480"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 09 May 2014 21:07:05 -0000\r
+\r
+This is an OpenPGP/MIME signed message (RFC 4880 and 3156)\r
+--27xpMxQb1nj7cbfIiND1Su7vsccnhF480\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On 05/09/2014 11:19 AM, Wael M. Nasreddine wrote:\r
+> ---\r
+>  .travis.yml | 10 ++++++++++\r
+>  1 file changed, 10 insertions(+)\r
+>  create mode 100644 .travis.yml\r
+>=20\r
+> diff --git a/.travis.yml b/.travis.yml\r
+> new file mode 100644\r
+> index 0000000..8d92cdc\r
+> --- /dev/null\r
+> +++ b/.travis.yml\r
+> @@ -0,0 +1,10 @@\r
+> +language: c\r
+> +before_install:\r
+> +  - sudo apt-get update -qq\r
+> +  - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-=\r
+dev_1.2.8.dfsg-1ubuntu1_amd64.deb'\r
+> +  - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_=\r
+1.2.8.dfsg-1ubuntu1_amd64.deb'\r
+> +  - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb zlib1g_1.2.8=\r
+=2Edfsg-1ubuntu1_amd64.deb\r
+\r
+The above strikes me as a problem waiting to happen.\r
+\r
+If there are specific versions of zlib that need to be installed, and we\r
+know what the package is that needs to be installed, at the very least,\r
+the scripts to fetch each package should verify a strong cryptographic\r
+digest of the package before directly installing it from the network.\r
+\r
+if the digest doesn't match, then the script should abort with a\r
+failure, before installing the packages.\r
+\r
+       --dkg\r
+\r
+\r
+\r
+--27xpMxQb1nj7cbfIiND1Su7vsccnhF480\r
+Content-Type: application/pgp-signature; name="signature.asc"\r
+Content-Description: OpenPGP digital signature\r
+Content-Disposition: attachment; filename="signature.asc"\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1\r
+Comment: Using GnuPG with Icedove - http://www.enigmail.net/\r
+\r
+iQJ8BAEBCgBmBQJTbSbdXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w\r
+ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFQjk2OTEyODdBN0FEREUzNzU3RDkxMUVB\r
+NTI0MDFCMTFCRkRGQTVDAAoJEKUkAbEb/fpcG6UQAKnWeQaTn+9Xp3BVrmPJwJyE\r
+Ifmp08yuV4HNHsVXhp5xqpzDcljBTWbR4czJhzuuGoFTQUgemJ1VPC8gMV+N3q65\r
+GvePUNe8ITicUcna/01Vd8+J0YdNFlvNCbGvKEAojhos40RtiRc8cxAVc8JnVBCS\r
+YWbKCMb/XRpEazT4nQa5UWlSrxgbl46pprGMRw5f1M3yAUj35r+BU6dxhKdJUB/z\r
+vMHyzHko2O7AE8CdB1FkV2ED5cws4JwEGa4xL9SutMVSB1oBkgFE9HQXSvWX+z8N\r
+C97qgp4lPFBXyGeBhXv/aY5p4LR3T8L28DhxOAM9JUBKoqCzUSRYYGHjyE2eSvq/\r
+ex59fKoVm7SYfBgJL9a5R+ifsRe9nnL3NDk8hCtBB9HwEoWyhmgRbfk6KenwNL1c\r
+p/0OgJXb6YlZ6GUWmCV/1EjCP+ZJOYfSfnW3q4o1j0QuqeGosRVvmtkAgnHxU7h6\r
+nlGsB/wQJ/6kqB4tldZkDKwFa4o6t8V9DTRNR04xqUTbJGFsoghdS7k7IYhlXeiv\r
+8xeZuy+inhJE41gQFHXA9+XoByugWQRmDnujNnyuj71aAYFHW/dZuRJs4T4Ihzr0\r
+emEbKINwuukRWD7voFGAC40JoKIbywHHFNqqIxUTTMHCA6/EvsOgKVBO50kfxR/9\r
+PK5yI6/WmKVar59NPLuq\r
+=c0le\r
+-----END PGP SIGNATURE-----\r
+\r
+--27xpMxQb1nj7cbfIiND1Su7vsccnhF480--\r