From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 888D6C433DF for ; Thu, 23 Jul 2020 12:29:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D08C206D7 for ; Thu, 23 Jul 2020 12:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728265AbgGWM3m (ORCPT ); Thu, 23 Jul 2020 08:29:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:45746 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728068AbgGWM3l (ORCPT ); Thu, 23 Jul 2020 08:29:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 3AE5AB128; Thu, 23 Jul 2020 12:29:48 +0000 (UTC) Date: Thu, 23 Jul 2020 14:29:34 +0200 From: Petr Vorel To: Mimi Zohar Cc: linux-integrity@vger.kernel.org, Mimi Zohar , Vitaly Chikunov Subject: Re: [PATCH ima-evm-utils] Drop empty NEWS file Message-ID: <20200723122934.GA30011@dell5510> Reply-To: Petr Vorel References: <20200722114729.4210-1-pvorel@suse.cz> <1595428021.5311.93.camel@linux.ibm.com> <20200722144510.l5qwn62dlanbuul4@altlinux.org> <20200722145047.GB18945@dell5510> <1595431869.5311.102.camel@linux.ibm.com> <1595503098.5211.85.camel@linux.ibm.com> <20200723115457.GA26679@dell5510> <1595506070.5211.103.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1595506070.5211.103.camel@linux.ibm.com> Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hi Mimi, ... > > Thanks for fixing it. foreign flavor fits our needs better than gnu. > > Autotools "features" like this (having strange gnu flavor as the default) > > explain why people keep introducing new build systems like Meson (which brings > > other problems). > Changing the autotools flavor solved the problem, but I wasn't sure > that it was the correct solution.  Thank you for validating the flavor > change. yw :). BTW could you also merge your .travis.yml from next-testing-travis to next (and preferably also to master)? Even if you have no way to setup automatic mirror to some travis account, it help to run it sometimes or at least before release. Also, having docker based travis setup helps to test build against other distros (we have it in LTP). Kind regards, Petr