[{"id":1760805,"web_url":"http://patchwork.ozlabs.org/comment/1760805/","msgid":"<5ba93448-35f7-ebaa-99a0-d1fc893a927d@sysmocom.de>","list_archive_url":null,"date":"2017-08-31T10:12:30","subject":"Re: [PATCH] test/common.sh: fix typo in gapk binary location","submitter":{"id":68138,"url":"http://patchwork.ozlabs.org/api/people/68138/","name":"Max","email":"msuraev@sysmocom.de"},"content":"Shall we add gapk to gerrit to facilitate contributions?","headers":{"Return-Path":"<openbsc-bounces@lists.osmocom.org>","X-Original-To":["incoming@patchwork.ozlabs.org","openbsc@lists.osmocom.org"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","openbsc@lists.osmocom.org"],"Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=lists.osmocom.org\n\t(client-ip=144.76.43.76; helo=lists.osmocom.org;\n\tenvelope-from=openbsc-bounces@lists.osmocom.org;\n\treceiver=<UNKNOWN>)","lists.osmocom.org; dmarc=none header.from=sysmocom.de","lists.osmocom.org; dmarc=none header.from=sysmocom.de"],"Received":["from lists.osmocom.org (lists.osmocom.org [144.76.43.76])\n\tby ozlabs.org (Postfix) with ESMTP id 3xjdWD44JDz9sD9\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 20:13:44 +1000 (AEST)","from lists.osmocom.org (lists.osmocom.org [144.76.43.76])\n\tby lists.osmocom.org (Postfix) with ESMTP id E74F12A63F;\n\tThu, 31 Aug 2017 10:12:37 +0000 (UTC)","from mail.sysmocom.de (mail.sysmocom.de\n\t[IPv6:2a01:4f8:191:444c::2:4])\n\tby lists.osmocom.org (Postfix) with ESMTP id A6C062A62E\n\tfor <openbsc@lists.osmocom.org>; Thu, 31 Aug 2017 10:12:32 +0000 (UTC)","from mail.sysmocom.de (mail.sysmocom.de [144.76.43.93])\n\tby mail.sysmocom.de (Postfix) with ESMTP id 07107318B3;\n\tThu, 31 Aug 2017 10:12:32 +0000 (UTC)","from [10.9.1.105] (unknown [91.64.50.180])\n\tby mail.sysmocom.de (Postfix) with ESMTPSA id A97B7318AF\n\tfor <openbsc@lists.osmocom.org>; Thu, 31 Aug 2017 10:12:31 +0000 (UTC)"],"Received-SPF":"Pass (sender SPF authorized) identity=mailfrom;\n\tclient-ip=2a01:4f8:191:444c::2:4; helo=mail.sysmocom.de;\n\tenvelope-from=msuraev@sysmocom.de; receiver=openbsc@lists.osmocom.org ","Subject":"Re: [PATCH] test/common.sh: fix typo in gapk binary location","To":"openbsc@lists.osmocom.org","References":"<20170830085034.482-1-axilirator@gmail.com>","From":"Max <msuraev@sysmocom.de>","Message-ID":"<5ba93448-35f7-ebaa-99a0-d1fc893a927d@sysmocom.de>","Date":"Thu, 31 Aug 2017 12:12:30 +0200","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.2.1","MIME-Version":"1.0","In-Reply-To":"<20170830085034.482-1-axilirator@gmail.com>","Content-Type":"text/plain; charset=utf-8","Content-Transfer-Encoding":"7bit","Content-Language":"en-US","X-Virus-Scanned":"ClamAV using ClamSMTP","X-BeenThere":"openbsc@lists.osmocom.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"\"Development of OpenBSC, OsmoBSC, OsmoNITB,\n\tOsmoCSCN\" <openbsc.lists.osmocom.org>","List-Unsubscribe":"<https://lists.osmocom.org/mailman/options/openbsc>,\n\t<mailto:openbsc-request@lists.osmocom.org?subject=unsubscribe>","List-Archive":"<http://lists.osmocom.org/pipermail/openbsc/>","List-Post":"<mailto:openbsc@lists.osmocom.org>","List-Help":"<mailto:openbsc-request@lists.osmocom.org?subject=help>","List-Subscribe":"<https://lists.osmocom.org/mailman/listinfo/openbsc>,\n\t<mailto:openbsc-request@lists.osmocom.org?subject=subscribe>","Errors-To":"openbsc-bounces@lists.osmocom.org","Sender":"\"OpenBSC\" <openbsc-bounces@lists.osmocom.org>"}},{"id":1760833,"web_url":"http://patchwork.ozlabs.org/comment/1760833/","msgid":"<CAHL+j09ezU8=jFv0OJi5znb5B9RibG3MDRqg93iRTqY1wH2Fqw@mail.gmail.com>","list_archive_url":null,"date":"2017-08-31T11:06:51","subject":"Re: [PATCH] test/common.sh: fix typo in gapk binary location","submitter":{"id":61848,"url":"http://patchwork.ozlabs.org/api/people/61848/","name":"Sylvain Munaut","email":"246tnt@gmail.com"},"content":"applied\n\nOn Wed, Aug 30, 2017 at 10:50 AM, Vadim Yanitskiy <axilirator@gmail.com> wrote:\n> ---\n>  test/common.sh | 2 +-\n>  1 file changed, 1 insertion(+), 1 deletion(-)\n>\n> diff --git a/test/common.sh b/test/common.sh\n> index 39cdd7d..591be3a 100644\n> --- a/test/common.sh\n> +++ b/test/common.sh\n> @@ -4,7 +4,7 @@ REFDIR=./ref-files\n>  if [ -f ../src/gapk ]; then\n>         GAPK=../src/gapk\n>  elif [ -f `which gapk` ]; then\n> -       GAPK=`whiich gapk`\n> +       GAPK=`which gapk`\n>  else\n>         exit 1\n>  fi\n> --\n> 2.14.1\n>","headers":{"Return-Path":"<openbsc-bounces@lists.osmocom.org>","X-Original-To":["incoming@patchwork.ozlabs.org","openbsc@lists.osmocom.org"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","openbsc@lists.osmocom.org"],"Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=lists.osmocom.org\n\t(client-ip=144.76.43.76; helo=lists.osmocom.org;\n\tenvelope-from=openbsc-bounces@lists.osmocom.org;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"trEbDSE+\"; dkim-atps=neutral","lists.osmocom.org; dmarc=none header.from=gmail.com","lists.osmocom.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com header.b=trEbDSE+","lists.osmocom.org; dmarc=pass header.from=gmail.com"],"Received":["from lists.osmocom.org (lists.osmocom.org [144.76.43.76])\n\tby ozlabs.org (Postfix) with ESMTP id 3xjfjF2KHcz9sQl\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 21:07:29 +1000 (AEST)","from lists.osmocom.org (lists.osmocom.org [144.76.43.76])\n\tby lists.osmocom.org (Postfix) with ESMTP id E2E082A7A0;\n\tThu, 31 Aug 2017 11:07:19 +0000 (UTC)","from mail-pf0-x232.google.com (mail-pf0-x232.google.com\n\t[IPv6:2607:f8b0:400e:c00::232])\n\tby lists.osmocom.org (Postfix) with ESMTP id D30962A77C\n\tfor <openbsc@lists.osmocom.org>; Thu, 31 Aug 2017 11:06:52 +0000 (UTC)","by mail-pf0-x232.google.com with SMTP id g13so964870pfm.2\n\tfor <openbsc@lists.osmocom.org>; Thu, 31 Aug 2017 04:06:52 -0700 (PDT)","by 10.100.149.9 with HTTP; Thu, 31 Aug 2017 04:06:51 -0700 (PDT)"],"Received-SPF":"Pass (sender SPF authorized) identity=mailfrom;\n\tclient-ip=2607:f8b0:400e:c00::232; helo=mail-pf0-x232.google.com;\n\tenvelope-from=246tnt@gmail.com; receiver=openbsc@lists.osmocom.org ","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=YvKNjB3prE+NyW/QO6gcrwRtMADvvv/ar2VSI3ucrxU=;\n\tb=trEbDSE+/4fhshkvvSv7c6Xv374okVbLKLbeTFVL/yG2U/NYB5ukfVf1DSsl1tdlCl\n\tuhA1InZ62mXBrffxLc+dMCbdqljNEvQZEh2aWpVGYS+iDSyblgfy0Xu0JdPrwAla4V3w\n\tYdFXP70YYNXX1955PINGwEnxv7hMtUfbJ/DoQa/6XikcxBz90fNVRqh9ApmERAnNbIkK\n\tVaJxqLSrFCbVDKnJ7JUyWO/hdMFGdTr6ficPX2jtQHTsTCcifEf3oF0ADcpdh5hZYTjd\n\tZ6+R60IVmh6Q1phP+oAN06wGZ+VG/ZICEqImnT3lkJa7TdFVPRuMBJEF0IJ1i3lluLqf\n\th2zg==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=YvKNjB3prE+NyW/QO6gcrwRtMADvvv/ar2VSI3ucrxU=;\n\tb=C/LVvQWS1+t1adM1tRCgh1ofAtFXSTw7C0B4RKKaQhwMJjwFzUOfzynOpzigAGF6qS\n\tJutBRAyeKRbhGLNPu7ATACo+U3TwReyWmfAwPkf8nNRtmSApWJvm0ApWlWWoxGSMREkt\n\t4o5/BDB4RDfAp0/qh/Cumlk9bph3Pl/WQVuKcdfk4LiR1SxcBAIZeGw6CQ7MKLoUIUXk\n\tEUFd9sN8PbSKmRAE1NC1EmGsFrVx+3XKWDi4OlK14wJSyDUrOLDXXj2isRBN13fNfN5h\n\tUJoPtR1b3kzJAUnJsi5/YsnOHt+ZgJnvQ8HGGFO6IJry0DtovdcPtKkCIN/TKwHWPKtm\n\tkWSQ==","X-Gm-Message-State":"AHYfb5hIpPSYtFDiFl7ZrKjsfx3VU0jXFBIj9lUwbwsV1Jt1+0G6Uh3u\n\tD/BgR3MV33NyclXnBkwhV+AldbalrQ==","X-Received":"by 10.84.139.67 with SMTP id 61mr2130802plq.85.1504177611596;\n\tThu, 31 Aug 2017 04:06:51 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<20170830085034.482-1-axilirator@gmail.com>","References":"<20170830085034.482-1-axilirator@gmail.com>","From":"Sylvain Munaut <246tnt@gmail.com>","Date":"Thu, 31 Aug 2017 13:06:51 +0200","Message-ID":"<CAHL+j09ezU8=jFv0OJi5znb5B9RibG3MDRqg93iRTqY1wH2Fqw@mail.gmail.com>","Subject":"Re: [PATCH] test/common.sh: fix typo in gapk binary location","To":"Vadim Yanitskiy <axilirator@gmail.com>","Content-Type":"text/plain; charset=\"UTF-8\"","X-BeenThere":"openbsc@lists.osmocom.org","X-Mailman-Version":"2.1.23","Precedence":"list","List-Id":"\"Development of OpenBSC, OsmoBSC, OsmoNITB,\n\tOsmoCSCN\" <openbsc.lists.osmocom.org>","List-Unsubscribe":"<https://lists.osmocom.org/mailman/options/openbsc>,\n\t<mailto:openbsc-request@lists.osmocom.org?subject=unsubscribe>","List-Archive":"<http://lists.osmocom.org/pipermail/openbsc/>","List-Post":"<mailto:openbsc@lists.osmocom.org>","List-Help":"<mailto:openbsc-request@lists.osmocom.org?subject=help>","List-Subscribe":"<https://lists.osmocom.org/mailman/listinfo/openbsc>,\n\t<mailto:openbsc-request@lists.osmocom.org?subject=subscribe>","Cc":"\"openbsc@lists.osmocom.org\" <openbsc@lists.osmocom.org>","Errors-To":"openbsc-bounces@lists.osmocom.org","Sender":"\"OpenBSC\" <openbsc-bounces@lists.osmocom.org>"}}]