Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / df / 0ce0633368a7a7574c1c129d7805acd190a64a
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id 363116DE098A\r
6  for <notmuch@notmuchmail.org>; Fri, 19 Aug 2016 06:50:47 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.559\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.559 tagged_above=-999 required=5 tests=[AWL=-0.093,\r
12   SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id wzljQdIm2det for <notmuch@notmuchmail.org>;\r
16  Fri, 19 Aug 2016 06:50:46 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id C6A1C6DE0943\r
19  for <notmuch@notmuchmail.org>; Fri, 19 Aug 2016 06:50:45 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 81770100090\r
22  for <notmuch@notmuchmail.org>; Fri, 19 Aug 2016 16:50:20 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: Re: [RFC PATCH] test: add devel/test-in-docker.sh\r
26 In-Reply-To: <1471381671-21134-1-git-send-email-tomi.ollila@iki.fi>\r
27 References: <1471381671-21134-1-git-send-email-tomi.ollila@iki.fi>\r
28 User-Agent: Notmuch/0.22+61~geeecb9e (https://notmuchmail.org) Emacs/24.5.1\r
29  (x86_64-unknown-linux-gnu)\r
30 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
31  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
32  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
33 Date: Fri, 19 Aug 2016 16:50:20 +0300\r
34 Message-ID: <m2d1l427hf.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.22\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41  <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Fri, 19 Aug 2016 13:50:47 -0000\r
50 \r
51 On Wed, Aug 17 2016, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
52 \r
53 > With this user can try and test notmuch in docker container,\r
54 > in fixed environment where it should compile and tests should pass...\r
55 >\r
56 > Currently provided container environments are Debian 8.5 and\r
57 > Ubuntu 16.04 based. Host OS could be any Linux environment with\r
58 > modern enough docker; Perhaps this works on macOS (with docker 1.12+)\r
59 > too (in Windows this script probably fails).\r
60 > ---\r
61 >\r
62 > Currently quite a few tests FAIL -- due to missing prerequisite tests.\r
63 > It would be easy to add some packages, like gdb, emacs(-nox), dtach,\r
64 > but I left those out just to tease you >;)\r
65 >\r
66 \r
67 There are 2 problems in this script\r
68 \r
69 1) If the initial docker images (ubuntu:16.04 or debian:8.5) are not\r
70    pulled before docker build started, using sha256 hash of the docker\r
71    image doesn't work as the initial image where to start building on.\r
72 \r
73 2) Surprisingly(*) ubuntu:16.03 sha256 has changed from\r
74    42118e3df429f09ca581a9deb3df274601930e428e452f7e4e9f1833c56a100a to \r
75    f8d79ba03c00bbcd8079cf05b7526ac8f4f422744aad8c3747a29a38ed8c4a41\r
76    between 2016-08-15 (mon) and 2016-08-19 (fri).\r
77 \r
78 So, currently `docker pull debian:8.5` and then\r
79 `./test-in-docker debian8` should work. If ubuntu:16.04 was pulled early\r
80 enough `./test-in-docker ubuntu1604` would work (too).\r
81 \r
82 The next version (which I probably do sometime in distant future, when I\r
83 have time to enchange tests (before that I try to do some reviews!)) will\r
84 probably work the opposite way -- use name:tag as source and after build\r
85 spit a (friendly) WARNING if the hash of the initial image has changed\r
86 in-between.\r
87 \r
88 \r
89 (*) or perhaps not so surprisingly -- anyway it is unfortunate that these\r
90 images are not so ephemeral as one would wish for...\r
91 \r
92 \r
93 Tomi\r