From nobody Wed May 8 13:10:11 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.61 as permitted sender) client-ip=205.139.110.61; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.61 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1588760210; cv=none; d=zohomail.com; s=zohoarc; b=XBYwqFmR7dzNqVJwKtSGIVPF4mDCEH2Ckz7zfAoqTseXx8n1vLIaWETMRNua+VzLLZiyX5JcWTEDs+0dsNhG0Y3ZgsosR9YNqSl+NDWFwQYtepmLTNTvITIbYljRrrQB+4tmzSx1fceFvkPrDIMmplXU9KymMraMK60NhjYL4Zs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588760210; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=mvv8WIRgJTwq/vUNXoW/DjZGRzp4xOl3FXkS0zGc1s4=; b=U2EJq/lpiICOwjIzEGRmpV3TtOEkfXaPN5VDWGXYSfULOioLqhdmjX3oGIaCOruC/ysqqDkPX82Wxq5FSvgPzSXXvQu8e/MtIQ8lAs4QA3MNkrmAD2FQhk7t8LmBbduN/+2Vq+rhqAKha2jz8zgaGGg9sSrKSBhXiZCBwrmG1u4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.61 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by mx.zohomail.com with SMTPS id 1588760210535320.1219333053682; Wed, 6 May 2020 03:16:50 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-498-JLfBGU4-OnmL-ueyQpwu-Q-1; Wed, 06 May 2020 06:16:46 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 729771005510; Wed, 6 May 2020 10:16:41 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 28FEC63F90; Wed, 6 May 2020 10:16:36 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id F20DD4CAA0; Wed, 6 May 2020 10:16:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 046AGWlB019317 for ; Wed, 6 May 2020 06:16:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0A4A15C1BD; Wed, 6 May 2020 10:16:32 +0000 (UTC) Received: from kinshicho.usersys.redhat.com (unknown [10.40.194.206]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 096885C1D4 for ; Wed, 6 May 2020 10:16:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588760208; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=mvv8WIRgJTwq/vUNXoW/DjZGRzp4xOl3FXkS0zGc1s4=; b=amQraesksnvrtHtO7RRsr/yIxPhn4R7/i3sXBSAb+makyHmf//2Ibtmb3WjbgHis85drjG WbykFE5RoN9aVzxLEZTVkflDcRGtnRif9uD6VOWO/ELoZTUibMBE865YXq/tb3PMgEdBqF 57DtaQyBG6v42DrPpcUa9uw3inuB8w4= X-MC-Unique: JLfBGU4-OnmL-ueyQpwu-Q-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt-dbus PATCH] meson: Exclude some files from releases Date: Wed, 6 May 2020 12:16:24 +0200 Message-Id: <20200506101624.298928-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Both .mailmap and .travis.yml only make sense in the context of a git checkout, so we should not include them in releases. Signed-off-by: Andrea Bolognani --- meson.build | 9 +++++++++ tools/nodist.sh | 5 +++++ 2 files changed, 14 insertions(+) create mode 100755 tools/nodist.sh diff --git a/meson.build b/meson.build index e765ed6..341abe9 100644 --- a/meson.build +++ b/meson.build @@ -263,6 +263,15 @@ if git foreach file : [ 'libvirt-dbus.spec', 'AUTHORS.rst' ] meson.add_dist_script('tools/dist.sh', meson.build_root(), file) endforeach + + nodist_files =3D [ + '.mailmap', + '.travis.yml', + ] + + foreach file : nodist_files + meson.add_dist_script('tools/nodist.sh', file) + endforeach endif =20 =20 diff --git a/tools/nodist.sh b/tools/nodist.sh new file mode 100755 index 0000000..f820147 --- /dev/null +++ b/tools/nodist.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +FILE=3D$1 + +rm -f $MESON_DIST_ROOT/$FILE --=20 2.25.4