From nobody Sat May 11 10:15:17 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1698657345200330.60337412068213; Mon, 30 Oct 2023 02:15:45 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 2449F1715; Mon, 30 Oct 2023 05:15:44 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 95D331723; Mon, 30 Oct 2023 05:11:03 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 2E6C016E; Mon, 30 Oct 2023 05:10:29 -0400 (EDT) Received: from mx1.osci.io (polly.osci.io [8.43.85.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id DDE9216EF for ; Mon, 30 Oct 2023 05:10:26 -0400 (EDT) Received: by mx1.osci.io (Postfix, from userid 994) id 2A79621DF2; Mon, 30 Oct 2023 05:03:22 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256) (No client certificate requested) by mx1.osci.io (Postfix) with ESMTPS id B44ED21DF0 for ; Mon, 30 Oct 2023 05:03:21 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-60-bPgRpzn4PnCplxDK3ICGbA-1; Mon, 30 Oct 2023 05:03:19 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1FBA8837221 for ; Mon, 30 Oct 2023 09:03:19 +0000 (UTC) Received: from toolbox.redhat.com (unknown [10.42.28.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id A87CC2166B26; Mon, 30 Oct 2023 09:03:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: bPgRpzn4PnCplxDK3ICGbA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: devel@lists.libvirt.org Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [libvirt PATCH 1/4] src: update log/error messages pointing to old mailing list addr Date: Mon, 30 Oct 2023 09:03:14 +0000 Message-ID: <20231030090317.2882470-2-berrange@redhat.com> In-Reply-To: <20231030090317.2882470-1-berrange@redhat.com> References: <20231030090317.2882470-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: O6N6HPSVXMWZJUHIIT4DOT6NQREAZ646 X-Message-ID-Hash: O6N6HPSVXMWZJUHIIT4DOT6NQREAZ646 X-MailFrom: SRS0=IqLN=GM=redhat.com=berrange@osci.io X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZM-MESSAGEID: 1698657346836100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: J=C3=A1n Tomko --- src/conf/domain_capabilities.c | 2 +- src/storage_file/storage_file_probe.c | 2 +- src/util/virarch.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_capabilities.c b/src/conf/domain_capabilities.c index 2fa5756184..f6e09dc584 100644 --- a/src/conf/domain_capabilities.c +++ b/src/conf/domain_capabilities.c @@ -245,7 +245,7 @@ virDomainCapsEnumSet(virDomainCapsEnum *capsEnum, if (!val) { /* Integer overflow */ virReportError(VIR_ERR_INTERNAL_ERROR, - _("integer overflow on %1$s. Please contact the= libvirt development team at libvir-list@redhat.com"), + _("integer overflow on %1$s. Please contact the= libvirt development team at devel@lists.libvirt.org"), capsEnumName); return -1; } diff --git a/src/storage_file/storage_file_probe.c b/src/storage_file/stora= ge_file_probe.c index b656ceed10..19f77086da 100644 --- a/src/storage_file/storage_file_probe.c +++ b/src/storage_file/storage_file_probe.c @@ -761,7 +761,7 @@ virStorageFileProbeFormatFromBuf(const char *path, =20 if (possibleFormat !=3D VIR_STORAGE_FILE_RAW) VIR_WARN("File %s matches %s magic, but version is wrong. " - "Please report new version to libvir-list@redhat.com", + "Please report new version to devel@lists.libvirt.org", path, virStorageFileFormatTypeToString(possibleFormat)); =20 cleanup: diff --git a/src/util/virarch.c b/src/util/virarch.c index 2134dd6a9d..01e520de73 100644 --- a/src/util/virarch.c +++ b/src/util/virarch.c @@ -197,7 +197,7 @@ virArch virArchFromHost(void) case PROCESSOR_ARCHITECTURE_ARM64: return VIR_ARCH_AARCH64; default: - VIR_WARN("Unknown host arch '%d', report to libvir-list@redhat.com= ", + VIR_WARN("Unknown host arch '%d', report to devel@lists.libvirt.or= g", info.wProcessorArchitecture); return VIR_ARCH_NONE; } @@ -225,7 +225,7 @@ virArch virArchFromHost(void) } else { /* Otherwise assume the canonical name */ if ((arch =3D virArchFromString(ut.machine)) =3D=3D VIR_ARCH_NONE)= { - VIR_WARN("Unknown host arch %s, report to libvir-list@redhat.c= om", + VIR_WARN("Unknown host arch %s, report to devel@lists.libvirt.= org", ut.machine); } } --=20 2.41.0 From nobody Sat May 11 10:15:17 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1698657466204357.75644874125646; Mon, 30 Oct 2023 02:17:46 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 1393D16BB; Mon, 30 Oct 2023 05:17:45 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 0CD0A1716; Mon, 30 Oct 2023 05:11:15 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id A415F16D3; Mon, 30 Oct 2023 05:10:29 -0400 (EDT) Received: from mx1.osci.io (polly.osci.io [8.43.85.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id B62DA16D6 for ; Mon, 30 Oct 2023 05:10:26 -0400 (EDT) Received: by mx1.osci.io (Postfix, from userid 994) id 13A6D21DF9; Mon, 30 Oct 2023 05:03:25 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256) (No client certificate requested) by mx1.osci.io (Postfix) with ESMTPS id 5AFF721DFB for ; Mon, 30 Oct 2023 05:03:24 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-657-7y62HZXOPOyjTUQX7Im3DA-1; Mon, 30 Oct 2023 05:03:20 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C2B9B811E7D for ; Mon, 30 Oct 2023 09:03:19 +0000 (UTC) Received: from toolbox.redhat.com (unknown [10.42.28.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id 509962166B26; Mon, 30 Oct 2023 09:03:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=FUZZY_CPILL, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: 7y62HZXOPOyjTUQX7Im3DA-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: devel@lists.libvirt.org Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [libvirt PATCH 2/4] docs: update docs pointing to old mailing list addrs Date: Mon, 30 Oct 2023 09:03:15 +0000 Message-ID: <20231030090317.2882470-3-berrange@redhat.com> In-Reply-To: <20231030090317.2882470-1-berrange@redhat.com> References: <20231030090317.2882470-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: G63S4EI2EYGHB4F2ECZKVEJ4Q74KLVX4 X-Message-ID-Hash: G63S4EI2EYGHB4F2ECZKVEJ4Q74KLVX4 X-MailFrom: SRS0=IqLN=GM=redhat.com=berrange@osci.io X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZM-MESSAGEID: 1698657467561100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: J=C3=A1n Tomko --- README.rst | 4 ++-- docs/bindings.rst | 2 +- docs/contact.rst | 18 +++++++++--------- docs/downloads.rst | 2 +- docs/newreposetup.rst | 2 +- docs/securityprocess.rst | 2 +- docs/submitting-patches.rst | 10 +++++----- docs/testapi.rst | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.rst b/README.rst index daabe76477..a2bcbd80ce 100644 --- a/README.rst +++ b/README.rst @@ -64,8 +64,8 @@ Contact =20 The libvirt project has two primary mailing lists: =20 -* libvirt-users@redhat.com (**for user discussions**) -* libvir-list@redhat.com (**for development only**) +* users@lists.libvirt.org (**for user discussions**) +* devel@lists.libvirt.org (**for development only**) =20 Further details on contacting the project are available on the website: =20 diff --git a/docs/bindings.rst b/docs/bindings.rst index 9991012bf9..3309f169c5 100644 --- a/docs/bindings.rst +++ b/docs/bindings.rst @@ -58,6 +58,6 @@ For information on using libvirt on **Windows** `please s= ee the Windows support page `__. =20 Support, requests or help for libvirt bindings are welcome on the -`mailing list `_= _, +`devel mailing list `__, as usual try to provide enough background information and make sure you use recent version, see the `help page `__. diff --git a/docs/contact.rst b/docs/contact.rst index f20801e895..a88f91fa71 100644 --- a/docs/contact.rst +++ b/docs/contact.rst @@ -19,11 +19,11 @@ Mailing lists =20 There are three mailing-lists: =20 -**libvir-list@redhat.com** (for development) +**devel@lists.libvirt.org** (for development) Archives - https://listman.redhat.com/archives/libvir-list + https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/ List info - https://listman.redhat.com/mailman/listinfo/libvir-list + https://lists.libvirt.org/admin/lists/devel.lists.libvirt.org/ =20 This is a high volume mailing list. It is a place for discussions about= the **development** of libvirt. @@ -35,11 +35,11 @@ There are three mailing-lists: - Development of language bindings for libvirt API - Testing and documentation of libvirt =20 -**libvirt-users@redhat.com** (for users) +**users@lists.libvirt.org** (for users) Archives - https://listman.redhat.com/archives/libvirt-users + https://lists.libvirt.org/archives/list/users@lists.libvirt.org/ List info - https://listman.redhat.com/mailman/listinfo/libvirt-users + https://lists.libvirt.org/admin/lists/users.lists.libvirt.org/ =20 This is a moderate volume mailing list. It is a place for discussions involving libvirt **users**. @@ -51,11 +51,11 @@ There are three mailing-lists: - Development of applications on top of / using the libvirt API(s) - Any other topics along these lines =20 -**libvirt-announce@redhat.com** (for release notices) +**announce@lists.libvirt.org** (for release notices) Archives - https://listman.redhat.com/archives/libvirt-announce + https://lists.libvirt.org/archives/list/announce@lists.libvirt.org/ List info - https://listman.redhat.com/mailman/listinfo/libvirt-announce + https://lists.libvirt.org/admin/lists/announce.lists.libvirt.org/ =20 This is a low volume mailing list, with restricted posting, for announc= ements of new libvirt releases. diff --git a/docs/downloads.rst b/docs/downloads.rst index d3deec554d..00feb8a761 100644 --- a/docs/downloads.rst +++ b/docs/downloads.rst @@ -336,7 +336,7 @@ And there are also read-only mirrors on libvirt.org: =20 Note that for most repositories, development happens via merge requests on GitLab. However, for the main `libvirt.git` repository all patch review= and -discussion only occurs on the `libvir-list `__ mailing list. +discussion only occurs on the `devel `__ mailing list. =20 The GitHub repository is read-only and pull requests and issues there are = ignored. =20 diff --git a/docs/newreposetup.rst b/docs/newreposetup.rst index ac2e6a15f1..d5375b23ea 100644 --- a/docs/newreposetup.rst +++ b/docs/newreposetup.rst @@ -41,7 +41,7 @@ required under the **Settings** page: =20 * **Pipelines emails** =20 - * *Recipients*: ``libvirt-ci@redhat.com`` + * *Recipients*: ``ci@lists.libvirt.org`` =20 * **Repository** =20 diff --git a/docs/securityprocess.rst b/docs/securityprocess.rst index 23f7a39e96..1f5176ec75 100644 --- a/docs/securityprocess.rst +++ b/docs/securityprocess.rst @@ -20,7 +20,7 @@ address: =20 :: =20 - libvirt-security@redhat.com + security@lists.libvirt.org =20 NB. while this email address is backed by a mailing list, it is invitation= only and moderated for non-members. As such you will receive an auto-reply indi= cating diff --git a/docs/submitting-patches.rst b/docs/submitting-patches.rst index 5b857f9111..a5e108550a 100644 --- a/docs/submitting-patches.rst +++ b/docs/submitting-patches.rst @@ -35,7 +35,7 @@ When you want to post your patches: $ git pull --rebase (fix any conflicts) $ git send-email --cover-letter --no-chain-reply-to --annotate \ - --confirm=3Dalways --to=3Dlibvir-list@redhat.com master + --confirm=3Dalways --to=3Ddevel@lists.libvirt.org master =20 For a single patch you can omit ``--cover-letter``, but a series of two or more patches needs a cover letter. @@ -51,13 +51,13 @@ to your SMTP server with something like: =20 $ git config --global sendemail.smtpServer stmp.youremailprovider.net =20 -If you get tired of typing ``--to=3Dlibvir-list@redhat.com`` all +If you get tired of typing ``--to=3Ddevel@lists.libvirt.org`` all the time, you can configure that to be automatically handled as well: =20 :: =20 - $ git config sendemail.to libvir-list@redhat.com + $ git config sendemail.to devel@lists.libvirt.org =20 Avoid using mail clients for sending patches, as most of them will mangle the messages in some way, making them unusable for @@ -65,8 +65,8 @@ our purposes. Gmail and other Web-based mail clients are particularly bad at this. =20 If everything went well, your patch should show up on the -`libvir-list -archives `__ in a +`devel list +archives `__ in a matter of minutes; if you still can't find it on there after an hour or so, you should double-check your setup. **Note that, if you are not already a subscriber, your very first post to the diff --git a/docs/testapi.rst b/docs/testapi.rst index 5f02e2872f..e05732e019 100644 --- a/docs/testapi.rst +++ b/docs/testapi.rst @@ -30,5 +30,5 @@ For more details you can look at: =20 Libvirt-test-API is maintained using `a GIT repository `__, and comment, -patches and reviews are carried on the `libvir-list `__ -development list. +patches and reviews are carried on the `devel `__ +mailing list. --=20 2.41.0 From nobody Sat May 11 10:15:17 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1698657112888996.3887720396674; Mon, 30 Oct 2023 02:11:52 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 6696A16F5; Mon, 30 Oct 2023 05:11:51 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 2318116D6; Mon, 30 Oct 2023 05:10:38 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 9F8EC16EC; Mon, 30 Oct 2023 05:10:27 -0400 (EDT) Received: from mx1.osci.io (polly.osci.io [8.43.85.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 9739116E for ; Mon, 30 Oct 2023 05:10:26 -0400 (EDT) Received: by mx1.osci.io (Postfix, from userid 994) id 3907721DF7; Mon, 30 Oct 2023 05:03:23 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256) (No client certificate requested) by mx1.osci.io (Postfix) with ESMTPS id B9B4821DF6 for ; Mon, 30 Oct 2023 05:03:22 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-130-1JYXygwTPhyfl1OOuZ4lVw-1; Mon, 30 Oct 2023 05:03:20 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 80982831526 for ; Mon, 30 Oct 2023 09:03:20 +0000 (UTC) Received: from toolbox.redhat.com (unknown [10.42.28.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id F330C2166B26; Mon, 30 Oct 2023 09:03:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-Greylist: delayed 425 seconds by postgrey-1.37 at lists.libvirt.org; Mon, 30 Oct 2023 05:10:26 EDT X-MC-Unique: 1JYXygwTPhyfl1OOuZ4lVw-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: devel@lists.libvirt.org Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [libvirt PATCH 3/4] gitpublish: update for new devel mailing list address Date: Mon, 30 Oct 2023 09:03:16 +0000 Message-ID: <20231030090317.2882470-4-berrange@redhat.com> In-Reply-To: <20231030090317.2882470-1-berrange@redhat.com> References: <20231030090317.2882470-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: OAA3SF7NDCQ53JRV3O3BP7ELZNTD437L X-Message-ID-Hash: OAA3SF7NDCQ53JRV3O3BP7ELZNTD437L X-MailFrom: SRS0=IqLN=GM=redhat.com=berrange@osci.io X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZM-MESSAGEID: 1698657115369100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: J=C3=A1n Tomko --- .gitpublish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpublish b/.gitpublish index 457c8c676b..1c89c0039e 100644 --- a/.gitpublish +++ b/.gitpublish @@ -1,5 +1,5 @@ [gitpublishprofile "default"] base =3D master -to =3D libvir-list@redhat.com +to =3D devel@lists.libvirt.org prefix =3D libvirt PATCH suppresscc =3D misc-by --=20 2.41.0 From nobody Sat May 11 10:15:17 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 169865719722886.06338208518957; Mon, 30 Oct 2023 02:13:17 -0700 (PDT) Received: by lists.libvirt.org (Postfix, from userid 996) id 356ED16F6; Mon, 30 Oct 2023 05:13:16 -0400 (EDT) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id C2390171F; Mon, 30 Oct 2023 05:10:40 -0400 (EDT) Received: by lists.libvirt.org (Postfix, from userid 996) id A49C616E; Mon, 30 Oct 2023 05:10:27 -0400 (EDT) Received: from mx1.osci.io (polly.osci.io [8.43.85.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id A92F416D3 for ; Mon, 30 Oct 2023 05:10:26 -0400 (EDT) Received: by mx1.osci.io (Postfix, from userid 994) id 197C421DF8; Mon, 30 Oct 2023 05:03:24 -0400 (EDT) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256) (No client certificate requested) by mx1.osci.io (Postfix) with ESMTPS id 7AB4C21DF9 for ; Mon, 30 Oct 2023 05:03:23 -0400 (EDT) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-663--ElI2igfMh-MjLXKERRWNw-1; Mon, 30 Oct 2023 05:03:21 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 33A0C811E7B for ; Mon, 30 Oct 2023 09:03:21 +0000 (UTC) Received: from toolbox.redhat.com (unknown [10.42.28.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id BADEA2166B26; Mon, 30 Oct 2023 09:03:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: -ElI2igfMh-MjLXKERRWNw-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: devel@lists.libvirt.org Cc: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Subject: [libvirt PATCH 4/4] docs: update search form to use hyperkitty search Date: Mon, 30 Oct 2023 09:03:17 +0000 Message-ID: <20231030090317.2882470-5-berrange@redhat.com> In-Reply-To: <20231030090317.2882470-1-berrange@redhat.com> References: <20231030090317.2882470-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Message-ID-Hash: BO7K5HXDCFSOQWG7RTYF4YQILATLYVEU X-Message-ID-Hash: BO7K5HXDCFSOQWG7RTYF4YQILATLYVEU X-MailFrom: SRS0=IqLN=GM=redhat.com=berrange@osci.io X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-ZM-MESSAGEID: 1698657199264100001 Content-Type: text/plain; charset="utf-8" The hyperkitty search facility does a massively better job than google docs for mailing lists. Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: J=C3=A1n Tomko --- docs/js/main.js | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/docs/js/main.js b/docs/js/main.js index c37f9756a7..57e1faf030 100644 --- a/docs/js/main.js +++ b/docs/js/main.js @@ -38,10 +38,11 @@ function advancedsearch(e) { e.stopPropagation(); =20 var form =3D document.createElement("form"); - form.setAttribute("method", "get"); + form.method =3D "get"; =20 var newq =3D document.createElement("input"); - newq.setAttribute("type", "hidden"); + newq.type =3D "hidden"; + newq.name =3D "q"; form.appendChild(newq); =20 var q =3D document.getElementById("searchq"); @@ -54,17 +55,27 @@ function advancedsearch(e) { } } =20 - form.setAttribute("action", "https://google.com/search"); - newq.setAttribute("name", "q"); - - if (what =3D=3D "website") { - newq.value =3D "site:libvirt.org " + q.value; - } else if (what =3D=3D "wiki") { - newq.value =3D "site:wiki.libvirt.org " + q.value; - } else if (what =3D=3D "devs") { - newq.value =3D "site:redhat.com/archives/libvir-list " + q.value; - } else if (what =3D=3D "users") { - newq.value =3D "site:redhat.com/archives/libvirt-users " + q.value; + if (what =3D=3D "website" || what =3D=3D "wiki") { + form.action =3D "https://google.com/search"; + if (what =3D=3D "website") { + newq.value =3D "site:libvirt.org " + q.value; + } else { + newq.value =3D "site:wiki.libvirt.org " + q.value; + } + } else if (what =3D=3D "devs" || "users") { + form.action =3D "https://lists.libvirt.org/archives/search"; + newq.value =3D q.value; + + var newl =3D document.createElement("input"); + newl.type =3D "hidden"; + newl.name =3D "mlist"; + form.appendChild(newl); + + if (what =3D=3D "devs") { + newl.value =3D "devel@lists.libvirt.org"; + } else { + newl.value =3D "users@lists.libvirt.org"; + } } =20 document.body.appendChild(form); --=20 2.41.0