From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 19:26:49 2018 Received: (at submit) by debbugs.gnu.org; 16 May 2018 23:26:49 +0000 Received: from localhost ([127.0.0.1]:37738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ5on-0002Oa-Et for submit@debbugs.gnu.org; Wed, 16 May 2018 19:26:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ5om-0002OH-2X for submit@debbugs.gnu.org; Wed, 16 May 2018 19:26:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ5of-0008VE-Ah for submit@debbugs.gnu.org; Wed, 16 May 2018 19:26:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID, T_FILL_THIS_FORM_SHORT autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38621) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ5of-0008V5-72 for submit@debbugs.gnu.org; Wed, 16 May 2018 19:26:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ5od-0005rt-LG for guix-patches@gnu.org; Wed, 16 May 2018 19:26:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ5oa-0008U8-Uj for guix-patches@gnu.org; Wed, 16 May 2018 19:26:39 -0400 Received: from mx1.riseup.net ([198.252.153.129]:50514) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ5oa-0008TW-LR for guix-patches@gnu.org; Wed, 16 May 2018 19:26:36 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id A5AEE1A0522 for ; Wed, 16 May 2018 16:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1526513195; bh=k+c6M+supzOoFc6lkEnxgsVijzQA16FYkKLhvnU2iuI=; h=From:To:Cc:Subject:Date:From; b=KEs9If8qO3SRCnfzkfJ7+ZxdjAtS4CrmtpfUjKXVtDPIIfk2zqA+ypftOolRcfvCX OgISEITrPk8p6adqU9xTbT0ddUWA7vBDMmfokL+pntXj4wWlNRj8An/GrnFvBlu602 EjXmyIMiklDvMjZ912soP4yAI6LZQhoDh6TbutLQ= X-Riseup-User-ID: 14F1B44D127E41236CD671E5B08C7B535F0E1E50D167CD92B2CDFE709DA46A4B Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 422192718C; Wed, 16 May 2018 16:26:33 -0700 (PDT) From: Tonton To: guix-patches@gnu.org Subject: [PATCH 1/2] documentation: Add Code of Conduct section. Date: Thu, 17 May 2018 01:26:09 +0200 Message-Id: <20180516232610.9703-1-tonton@riseup.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Tonton X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) * doc/contributing.texi: Add Code of Conduct section. --- doc/contributing.texi | 110 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 2792fe2b2..8ea9c85e0 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -13,13 +13,15 @@ We want to provide a warm, friendly, and harassment-free environment, so that anyone can contribute to the best of their abilities. To this end our project uses a ``Contributor Covenant'', which was adapted from @url{http://contributor-covenant.org/}. You can find a local version in -the @file{CODE-OF-CONDUCT} file in the source tree. +the @file{CODE-OF-CONDUCT} file in the source tree or in the following +(@pxref{Code of Conduct}). Contributors are not required to use their legal name in patches and on-line communication; they can use any name or pseudonym of their choice. @menu +* Code of Conduct:: Our pledge to foster a friendly environment. * Building from Git:: The latest and greatest. * Running Guix Before It Is Installed:: Hacker tricks. * The Perfect Setup:: The right tools. @@ -27,6 +29,112 @@ choice. * Submitting Patches:: Share your work. @end menu +@node Code of Conduct +@section Code of Conduct +@anchor{#Code-of-Conduct} + +@quotation Note +Here, "project" refers to GNU Guix, and "project maintainer(s)" +refers to maintainer(s) of GNU Guix. +@end quotation + +@subsection Our Pledge +@anchor{#Our-Pledge} + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our +project and our community a harassment-free experience for everyone, +regardless of age, body size, disability, ethnicity, gender identity and +expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, religion, or sexual identity and +orientation. + +@subsection Our Standards +@anchor{#Our-Standards} + +Examples of behavior that contributes to creating a positive environment +include: + +@itemize +@item +Using welcoming and inclusive language +@item +Being respectful of differing viewpoints and experiences +@item +Gracefully accepting constructive criticism +@item +Focusing on what is best for the community +@item +Showing empathy towards other community members +@end itemize + +Examples of unacceptable behavior by participants include: + +@itemize +@item +The use of sexualized language or imagery and unwelcome sexual attention +or advances +@item +Trolling, insulting/derogatory comments, and personal or political +attacks +@item +Public or private harassment +@item +Publishing others' private information, such as a physical or electronic +address, without explicit permission +@item +Other conduct which could reasonably be considered inappropriate in a +professional setting +@end itemize + +@subsection Our Responsibilities +@anchor{#Our-Responsibilities} + +Project maintainers are responsible for clarifying the standards of +acceptable behavior and are expected to take appropriate and fair +corrective action in response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, +or reject comments, commits, code, wiki edits, issues, and other +contributions that are not aligned to this Code of Conduct, or to ban +temporarily or permanently any contributor for other behaviors that they +deem inappropriate, threatening, offensive, or harmful. + +@subsection Scope +@anchor{#Scope} + +This Code of Conduct applies both within project spaces and in public +spaces when an individual is representing the project or its community. +Examples of representing a project or community include using an +official project e-mail address, posting via an official social media +account, or acting as an appointed representative at an online or +offline event. Representation of a project may be further defined and +clarified by project maintainers. + +@subsection Enforcement +@anchor{#Enforcement} + +Instances of abusive, harassing, or otherwise unacceptable behavior may +be reported by contacting the project team at +@email{guix-maintainers@@gnu.org}. All complaints will be reviewed and +investigated and will result in a response that is deemed necessary and +appropriate to the circumstances. The project team is obligated to +maintain confidentiality with regard to the reporter of an +incident. Further details of specific enforcement policies may be posted +separately. + +Project maintainers who do not follow or enforce the Code of Conduct in +good faith may face temporary or permanent repercussions as determined +by other members of the project's leadership. + +@subsection Attribution +@anchor{#Attribution} +This Code of Conduct is adapted from the +@uref{https://www.contributor-covenant.org,Contributor Covenant}, +version 1.4, available at +@uref{https://www.contributor-covenant.org/version/1/4/code-of-conduct.html} + + @node Building from Git @section Building from Git -- 2.17.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 16 19:43:02 2018 Received: (at 31480) by debbugs.gnu.org; 16 May 2018 23:43:03 +0000 Received: from localhost ([127.0.0.1]:37756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ64U-0002mn-KK for submit@debbugs.gnu.org; Wed, 16 May 2018 19:43:02 -0400 Received: from mx1.riseup.net ([198.252.153.129]:43195) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fJ64T-0002mM-8u; Wed, 16 May 2018 19:43:01 -0400 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id A659D1A0B60; Wed, 16 May 2018 16:43:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1526514180; bh=JSZMwDN7YXSQoLxXzoZTEITTQt23U2y4zHNCtAa7oIo=; h=Date:From:To:Subject:From; b=ihCHGKIwnpp7errSGHjPWmJb1yCe6oPn28wfvOb6R0/voxI4XNz8KFdKEjmJXUWyQ HNwhN2HVjS5U7K05m6RXo2OgHYf+l7NrTqkZv76VpCFcToQSwIXWTkrYv3yiqbZNXC pITmBhoL8aBeo/BYDaU8HNATUoW22X+yBgzk8h7g= X-Riseup-User-ID: 424B721BEBCE001FCC3B3AE7D692B58A74F4B64A2F9EDA0B283F0F78439CE3C7 Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 7AF1EAB106; Wed, 16 May 2018 16:42:59 -0700 (PDT) Date: Thu, 17 May 2018 01:42:48 +0200 From: Tonton To: 31480@debbugs.gnu.org, 31481@debbugs.gnu.org Subject: Related bugs Message-ID: <20180517014248.7c2d9de5@merlin.browniehive.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/9oe+IVAwsbTesmQ_9zUOtTy"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31480 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/9oe+IVAwsbTesmQ_9zUOtTy Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I fudged sending a list of patches once more. The bugs 31480 and 31481 are the same list of patches for updating and improving the code of conduct in the guix source tree and manual. Bug 31482 is related, but deals with the website. --=20 I use gpg to sign my emails. All the symbols you may see at the bottom of this mail is my cryptographic signature. It can be ignored, or used to check that it really is me sending this email. Learn more by asking me or see: https://u.fsf.org/zb or https://ssd.eff.org/ --Sig_/9oe+IVAwsbTesmQ_9zUOtTy Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEJpQ8ER/dPhCuYhy5z+UMpbuBoZAFAlr8wfgACgkQz+UMpbuB oZBHug//ZsCeT6ZBOsPwZ2EAUdFXZRsJ0bqGCACX3KqlesV1lSFRsgMw6qocPxJR Avlvo9QBeacgWZwWLym3mhW8ntSlDKd9PWH+3XzZvU9aWVBWgoSGMn87OFIhPLLZ grtDLIBO7Sn2wDJDBy085FR9ec2ntOtQp/Ks3cy+AE5J5DhKndudnZZH2axmXAPU h69pGdyuVMvJ6TjASF91yzn1eN61wnXwEhmntlVdSh40k5f0s4CVQMjdPSC6vYvN 9a0a7HTgYDHTBFcBodydQ05daRRn5/HaFijWSNNCzJIySmsB5gqhpzqwOb1n6SX2 HnHjboaWB4kjo94JCS1rYJQabc7A7M7meglOp1+X6QzjuNd9SAciU2FIV4Fo5LMl 3jwcIA6exhvHLqcj2qO0OXDUEbwfT8TW/NCUHm2VcYRLse0OCtyVRRY4krEzef+L GrKwjobIfgNLyAGSxifXRR9GkDJG5NHmEVa7Mx2tDhiH8Sptk/NE1383b3ZoVUa4 sqowo1v7zKct4tRGipNwvcvrrO4Te7LfWbOR5P6Jx+rYX24Jb/Fn2HV8hoJgr3ma Ox8hgCycnkr+IL0OHgcYWLO7zoj2sS9FrWG4u7WDAP0pgwwqPwKJppazE6ETUjJj zUJt5rG5kGgmvvzxOc9hTOVjoJPUtTYFohfW+gYISI/hI9j4miU= =H96o -----END PGP SIGNATURE----- --Sig_/9oe+IVAwsbTesmQ_9zUOtTy-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 21 15:27:17 2018 Received: (at 31480-done) by debbugs.gnu.org; 21 Jun 2018 19:27:17 +0000 Received: from localhost ([127.0.0.1]:59393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fW5Eh-0008OS-L6 for submit@debbugs.gnu.org; Thu, 21 Jun 2018 15:27:17 -0400 Received: from mail-io0-f169.google.com ([209.85.223.169]:45684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fW5Ef-0008OF-Qc for 31480-done@debbugs.gnu.org; Thu, 21 Jun 2018 15:27:14 -0400 Received: by mail-io0-f169.google.com with SMTP id l25-v6so3996010ioh.12 for <31480-done@debbugs.gnu.org>; Thu, 21 Jun 2018 12:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5VHqdWyAvFtx3e9mUN8XWXuPL9pjS2nr8HZZL3Oa1Yw=; b=kDaytnrBGwzXxC8idhIu8gpP0rCKiug/9kHZWyrp5fLuFeJTdD/lx00gewOEWhZt8A avXP+PeO4w82cLmAd3RfNxoR9Sc84x47YAJcDLXXBpzIXTr4Ei6BNjifJVY6LXo0boCg QojkM5vykD6rb68mctMKiC2+TQcPLB9TKKYxQz+1NekG4k8OGKBW80/1KJMYAT1FX4xe D+B1ertP+cTd5WXy1jwXeKjzBv4/2SjRLLbQISuCA1zgBJ/t5WkaHYpxCZlNfTXgUxS9 gl7dRXaYfIy9JeJ/Nu1u9KovwXfdLMVjjlREExpVXaw57Y3S8KLZXddsOqW68YzvbLhq 1ENA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5VHqdWyAvFtx3e9mUN8XWXuPL9pjS2nr8HZZL3Oa1Yw=; b=C8+gaon9VepuL02deeNo89NUv2yIJjMK0H3Ltb9EQ2v9vhl19hSrSz/+1mwO7WCs7r 4NKDUKFR8ODclzBvYS/5cHkxHsefGvObVU+otHeANhTl6fOUE2wdSfHXOuKalwMGG3PA tAEJWqrM15hPwo6tJykIcniVEKwggZn2AgE4VXBSJDf69HTAXIPsrzlPSk2q9kLefCty ErucbobD8PI63w/qGgAhBFIEePcsuKySCdKyF7wBYbjRHpr8PdsAbOLb7hiMZmeahkTg 65jOVcqPL5Dn6LIw8ksFmkuBjhnoW2AIYYVpalQ/PQqpOs7ZUzBCl8KXbIH3rlEPeZJu uEYg== X-Gm-Message-State: APt69E0/5tFDKSBC5ZTP7v+PpL4vB9rsYzuG7mWji3GneesY5FRRMo0a T/cr8HJmGsgMVUwdHlnCofEeLY0HGes2rYaFKTAI X-Google-Smtp-Source: AAOMgpfYT7lUc5aEMUeOxmRM+HAUMh7RS+gjSosL2t+ftBaGmP1RK94AqggiCZEpgKBmdgSQfNyFxrH4JjsvevGOt1k= X-Received: by 2002:a6b:bc03:: with SMTP id m3-v6mr4374903iof.44.1529609228134; Thu, 21 Jun 2018 12:27:08 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Thu, 21 Jun 2018 21:26:52 +0200 Message-ID: Subject: documentation: Add code of conduct section To: 31480-done@debbugs.gnu.org Content-Type: multipart/alternative; boundary="000000000000b03055056f2be683" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 31480-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000b03055056f2be683 Content-Type: text/plain; charset="UTF-8" Already fixed as #31481. --000000000000b03055056f2be683 Content-Type: text/html; charset="UTF-8"
Already fixed as #31481.
--000000000000b03055056f2be683-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 21 15:30:44 2018 Received: (at control) by debbugs.gnu.org; 21 Jun 2018 19:30:45 +0000 Received: from localhost ([127.0.0.1]:59407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fW5I4-0000oW-NY for submit@debbugs.gnu.org; Thu, 21 Jun 2018 15:30:44 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:34832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fW5I2-0000gS-Ng for control@debbugs.gnu.org; Thu, 21 Jun 2018 15:30:42 -0400 Received: by mail-io0-f171.google.com with SMTP id q4-v6so4050071iob.2 for ; Thu, 21 Jun 2018 12:30:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=KR5xkpn5/Up7/bhVTUtlBAD3jdqvxcFQH0a9qiswMAk=; b=rWYtO8L1A4On7iMZt2REKnFWwSaSmH1J/ZrFReBLzztoaw3q2R+wZJp7xzc+TxUhsS vjeEQ7veo8AfropuTkIjGECyzFjo+iW2A9+jr5uxi+i2KMNYA8UPx2Jjw+HzII9L01d9 pEticW8jFdBm73vShIuS4qtIUiyHFxSk2eNKmJ+cQlO7tpM+erWkYi9y68yh0D5krNJ+ IgONZ5g26qy9XhNk8kzzGdpJt4VgglqKDU7VnuA/7ZSNZw3FNOm4T+C9Sl3QHOyy97Ji 2erUOf2/GyT3JTxDNqzVJbH5UAwTFBNj7b35E/aeH9OXIOvcZo7ovAFQtYi8F5N9wlNm +gxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=KR5xkpn5/Up7/bhVTUtlBAD3jdqvxcFQH0a9qiswMAk=; b=FCp438kYcu9gH4vjnvQB3mn9mfM+GdoMelXCRowEPkNvKIM1AGX8jewjhYpP4F9oNP 6Iud8OtF43A7FlGGqXazZpiSAILz0K/i0L1/8AiZMQ5YhJQG15RXYdmlExsSCkwfXQ4h 6XNs2mRDJ6hVxR30vnT1Cp2qJFvzAQyrnJDgAoRjeSYSBhDvSd4M5qZpzaTAKdBlT6J6 SP62hzDo/jKcvBall3d3gjf0CcIx+SUm+kAdQuMb7dQKIwkElOZN4mhwKK2kZmvKv573 IvDSfublYqyQelP5onkN2qkWIdLfiXKE4CmWy5h6M0uGHqOEGXUS8k/utNRRv5sdxoEq 4hbA== X-Gm-Message-State: APt69E0ZVr5lqFOsFvdRSKaiDIEGmU8zXKszs6QgzQmQDLjIWJ8VyL5e CBn9U7EJJoNHeeyfRgl1N7t0N0wUQTjwffbx8zGc X-Google-Smtp-Source: ADUXVKLKlA5P/n0cVAKaw+IYw7Bii4Bs/xmPXXlrSr6SB2GmVwk1NX+xjDmwFfDZt9dEzo7L/Tks0y/X+IW5goBvtgY= X-Received: by 2002:a5e:940c:: with SMTP id q12-v6mr20467499ioj.224.1529609437214; Thu, 21 Jun 2018 12:30:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Thu, 21 Jun 2018 21:30:26 +0200 Message-ID: Subject: Re: documentation: Add code of conduct section. To: control@debbugs.gnu.org Content-Type: multipart/alternative; boundary="000000000000267b16056f2bf364" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000267b16056f2bf364 Content-Type: text/plain; charset="UTF-8" merge 31480 31481 --000000000000267b16056f2bf364 Content-Type: text/html; charset="UTF-8"
merge 31480 31481
--000000000000267b16056f2bf364-- From unknown Fri Sep 12 09:56:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 20 Jul 2018 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator