Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 79 / 493c474292571175cc4b993be840ee45357d3f
1 Return-Path: <sojkam1@fel.cvut.cz>\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 5070B431FC2\r
6         for <notmuch@notmuchmail.org>; Sat,  6 Mar 2010 00:46:49 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.952\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.952 tagged_above=-999 required=5\r
12         tests=[AWL=-0.953, BAYES_50=0.001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id ZGB0B8ggFJlw for <notmuch@notmuchmail.org>;\r
16         Sat,  6 Mar 2010 00:46:48 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 49325431FBF\r
19         for <notmuch@notmuchmail.org>; Sat,  6 Mar 2010 00:46:48 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 4C5C019F3438;\r
22         Sat,  6 Mar 2010 09:46:33 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id XGDP65Rgg2sJ; Sat,  6 Mar 2010 09:46:32 +0100 (CET)\r
28 Received: from wimap.feld.cvut.cz (wimap.feld.cvut.cz [147.32.192.127])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id B3AFE19F33ED;\r
30         Sat,  6 Mar 2010 09:46:31 +0100 (CET)\r
31 Message-ID: <20100306094634.72252af0kjjot5re@wimap.feld.cvut.cz>\r
32 Date: Sat, 06 Mar 2010 09:46:34 +0100\r
33 From: sojkam1@fel.cvut.cz\r
34 To: Xavier Maillard <xma@gnu.org>\r
35 References: <m2eijzl5ds.fsf@deb.maillard.im>\r
36         <87eijzxiy3.fsf@steelpick.localdomain> <m2wrxq9edv.fsf@deb.maillard.im>\r
37 In-Reply-To: <m2wrxq9edv.fsf@deb.maillard.im>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain;\r
40  charset=ISO-8859-2;\r
41  DelSp="Yes";\r
42  format="flowed"\r
43 Content-Disposition: inline\r
44 Content-Transfer-Encoding: 7bit\r
45 User-Agent: Internet Messaging Program (IMP) H3 (4.3.6)\r
46 Cc: notmuch@notmuchmail.org\r
47 Subject: Re: [notmuch] Debian package\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 06 Mar 2010 08:46:49 -0000\r
61 \r
62 Cituji Xavier Maillard <xma@gnu.org>:\r
63 > That's a good start but it does not work out of the box for\r
64 > me. What is the integration/all branch ? Do I need something\r
65 > special in order to use your script ?\r
66 \r
67 Hi,\r
68 \r
69 I use the script in the following way. I have a branch mydebian, which  \r
70 is the debian branch with this script and a file called  \r
71 wsh-topic-branches added. wsh-topic-branches contains one branch name  \r
72 per line and to start, it is sufficient to have there only "master".  \r
73 To build the package, I checkout the mydebian branch I run the script.  \r
74 It merges all the branches I want to use (the result is called  \r
75 integration/all) and builds the package from the result of the merge.\r
76 \r
77 If you only want to use master branch, it is probably easier to do  \r
78 something like:\r
79 \r
80 git checkout debian\r
81 git merge master\r
82 git-dch ...\r
83 git-buildpackage ...\r
84 \r
85 Instead of ... write the parameters from the script and replace  \r
86 "integration/all" by "debian".\r
87 \r
88 I write this email from a comuter where I don't have notmuch sources,  \r
89 so I cannot test the above. It is possible it will be necessary to  \r
90 tweak some parameters of git-*.\r
91 \r
92 Cheers,\r
93 Michal\r
94 \r