From patchwork Wed Apr 25 18:41:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ansis Atteka X-Patchwork-Id: 904684 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40WTb74bF2z9ryk for ; Thu, 26 Apr 2018 04:42:43 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 8B59DC41; Wed, 25 Apr 2018 18:42:40 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id E3E32C3D for ; Wed, 25 Apr 2018 18:42:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 31EF6A7 for ; Wed, 25 Apr 2018 18:42:38 +0000 (UTC) X-Originating-IP: 66.170.99.1 Received: from aatteka-Precision-Tower-5810.eng.vmware.com (unknown [66.170.99.1]) (Authenticated sender: aatteka@ovn.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id A1133240007; Wed, 25 Apr 2018 20:42:36 +0200 (CEST) From: Ansis Atteka To: dev@openvswitch.org Date: Wed, 25 Apr 2018 11:41:31 -0700 Message-Id: <20180425184131.13462-1-aatteka@ovn.org> X-Mailer: git-send-email 2.14.1 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Ansis Atteka Subject: [ovs-dev] [PATCH] poc: fix debian package build breakage X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org This commit fixes following error introduced by 3a2ceb01 (poc: Automate building of Fedora rpm packages): The following files are in git but not the distribution: poc/playbook-fedora-builder.yml Signed-off-by: Ansis Atteka Reviewed-by: Greg Rose --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index be4de00a8..e34fb3455 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ EXTRA_DIST = \ boot.sh \ poc/builders/Vagrantfile \ poc/playbook-centos-builder.yml \ + poc/playbook-fedora-builder.yml \ poc/playbook-ubuntu-builder.yml \ $(MAN_FRAGMENTS) \ $(MAN_ROOTS) \