From nobody Thu Apr 18 23:00:01 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 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=1562664901; cv=none; d=zoho.com; s=zohoarc; b=mnyyNnhJrzWHnhQaWVtZ9DkBmKjlAQK3izvMmRmTj3wLeyxmMc4cht1QbzD2fiQnb+gac5fBtz7Ck2VEuch8eKZhAiKEwsGPzEiRWU1n7EwzFhn65ERG70LZB3N9frVRTzLYdt7c0z2OfiiTuE44p7yYhG4y3WfPXNdj6WpUu7s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562664901; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=JuCapIZmnJuw97oT45JnoZEvU4DA/lNQe40Lk4PD6+8=; b=Eael/7xcmK7Pw8V3+oaEGjUKXy3tGbbvV2UzeUgXmsLXecegVFrQQ5dbm3/Ana6yLz05BOB/h/MCrjpZhyIo+VHGqVV/1mvYCYo6BzNYUrE6Rc5ZYwJa0j0ni1XGPIgMmxsp1DuAxhZA+l2L5QF9R4pO5p/scB6J79l9Xz96eSs= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1562664901936774.5534296602106; Tue, 9 Jul 2019 02:35:01 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EADCD3154860; Tue, 9 Jul 2019 09:34:48 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 92F6E4A4; Tue, 9 Jul 2019 09:34:44 +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 207F71818485; Tue, 9 Jul 2019 09:34:39 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x699Yc3b020743 for ; Tue, 9 Jul 2019 05:34:39 -0400 Received: by smtp.corp.redhat.com (Postfix) id EE57E1001B28; Tue, 9 Jul 2019 09:34:38 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id 546AB1001B23; Tue, 9 Jul 2019 09:34:36 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Tue, 9 Jul 2019 11:34:27 +0200 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: libvir-list@redhat.com Cc: Peter Krempa Subject: [libvirt] [PATCH] po: Drop src/xenconfig/xen_sxpr.c from POTFILES 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: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Tue, 09 Jul 2019 09:35:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Commit 2f1c909991291b40 forgot this change. Signed-off-by: Peter Krempa --- Pushed under the build-breaker rule. po/POTFILES | 1 - 1 file changed, 1 deletion(-) diff --git a/po/POTFILES b/po/POTFILES index 23f24ed76f..ab582ffbe9 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -290,7 +290,6 @@ src/vz/vz_utils.h src/xenapi/xenapi_driver.c src/xenapi/xenapi_utils.c src/xenconfig/xen_common.c -src/xenconfig/xen_sxpr.c src/xenconfig/xen_xl.c src/xenconfig/xen_xm.c tests/virpolkittest.c --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list