From unknown Fri Aug 15 16:19:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26822 <26822@debbugs.gnu.org> To: bug#26822 <26822@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add git-repo. Reply-To: bug#26822 <26822@debbugs.gnu.org> Date: Fri, 15 Aug 2025 23:19:15 +0000 retitle 26822 [PATCH] gnu: Add git-repo. reassign 26822 guix-patches submitter 26822 Hartmut Goebel severity 26822 normal tag 26822 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 07 17:41:28 2017 Received: (at submit) by debbugs.gnu.org; 7 May 2017 21:41:28 +0000 Received: from localhost ([127.0.0.1]:60864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7Tvg-00061k-MI for submit@debbugs.gnu.org; Sun, 07 May 2017 17:41:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7Tvf-00061Y-2G for submit@debbugs.gnu.org; Sun, 07 May 2017 17:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7TvY-0003V0-EL for submit@debbugs.gnu.org; Sun, 07 May 2017 17:41:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46197) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7TvY-0003Uw-AX for submit@debbugs.gnu.org; Sun, 07 May 2017 17:41:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7TvW-0005gG-Ox for guix-patches@gnu.org; Sun, 07 May 2017 17:41:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7TvT-0003U3-KD for guix-patches@gnu.org; Sun, 07 May 2017 17:41:14 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:43999) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7TvT-0003Ta-AQ for guix-patches@gnu.org; Sun, 07 May 2017 17:41:11 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wLfFx3NNFz1rLQW for ; Sun, 7 May 2017 23:41:09 +0200 (CEST) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wLfFx1mbzz3jgYl for ; Sun, 7 May 2017 23:41:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id SKs4BEGuVKea for ; Sun, 7 May 2017 23:41:08 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-140-221.dynamic.mnet-online.de [46.244.140.221]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 7 May 2017 23:41:08 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id B11AB6031E for ; Mon, 8 May 2017 01:36:51 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add git-repo. Date: Sun, 7 May 2017 23:41:07 +0200 Message-Id: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.5 (----) X-Debbugs-Envelope-To: submit 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: -4.5 (----) * gnu/packages/android.scm (git-repo): New variable. --- gnu/packages/android.scm | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index e23d0fd..23ffa2b 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Kai-Chung Yan ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2017 Julien Lepiller +;;; Copyright © 2017 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -23,8 +24,11 @@ #:use-module (guix packages) #:use-module (guix git-download) #:use-module (guix build-system gnu) + #:use-module (guix build-system python) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) + #:use-module (gnu packages python) + #:use-module (gnu packages version-control) #:use-module (gnu packages tls)) ;; The Makefiles that we add are largely based on the Debian @@ -298,3 +302,57 @@ with an emulator instance or connected Android device. It facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that can run commands on the connected device or emulator.") (license license:asl2.0))) + +(define-public git-repo + (package + (name "git-repo") + (version "1.12.37") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gerrit.googlesource.com/git-repo") + (commit (string-append "v" version)))) + (file-name (string-append "git-repo-" version "-checkout")) + (sha256 + (base32 "0qp7jqhblv7xblfgpcq4n18dyjdv8shz7r60c3vnjxx2fngkj2jd")))) + (build-system python-build-system) + (arguments + `(#:python ,python-2 + #:phases + (modify-phases %standard-phases + (replace 'build + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (repo-dir (string-append out "/share/" ,name))) + (substitute* "repo" + (("^repodir = '\\.repo'") + (string-append "repodir = '" repo-dir "'")) + (("^S_repo = 'repo'") "S_repo = '.'")) + #t + ))) + (replace 'check + (lambda _ + (zero? (system* "python" "-m" "nose")))) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin-dir (string-append out "/bin")) + (repo-dir (string-append out "/share/" ,name))) + (mkdir-p bin-dir) + (mkdir-p repo-dir) + (copy-recursively "." repo-dir) + (delete-file-recursively (string-append repo-dir "/tests")) + (symlink (string-append repo-dir "/repo") + (string-append bin-dir "/repo")))))))) + (native-inputs + `(("nose" ,python2-nose) + ("git" ,git))) + (home-page "https://code.google.com/p/git-repo/") + (synopsis "Helps to manage many Git repositories.") + (description "Repo is a tool built on top of Git. Repo helps manage many +Git repositories, does the uploads to revision control systems, and automates +parts of the development workflow. Repo is not meant to replace Git, only to +make it easier to work with Git. The repo command is an executable Python +script that you can put anywhere in your path.") + (license license:asl2.0))) -- 2.7.4 From debbugs-submit-bounces@debbugs.gnu.org Sun May 07 19:46:50 2017 Received: (at 26822) by debbugs.gnu.org; 7 May 2017 23:46:50 +0000 Received: from localhost ([127.0.0.1]:60947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7Vt4-0000U4-7u for submit@debbugs.gnu.org; Sun, 07 May 2017 19:46:50 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:54275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7Vt2-0000Tx-Te for 26822@debbugs.gnu.org; Sun, 07 May 2017 19:46:49 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 0CAE9209EE; Sun, 7 May 2017 19:46:47 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Sun, 07 May 2017 19:46:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=xq/rUEpvT4dlimZPg+wa8xkr7vZkRZLqrluT2j H/Gdo=; b=Yxkp3RmVigwLrqbDKELd6l/TEHAPINxmU6IQm5WPEhCMj1Rlq5n1In BT8XGliaWmB/y/jbKM8Vinl9WaglXAK2UIf5BfCJAyToEIa+RK0PVt8IH/vt2gTr iYiuQ5nxLrPG2Uq/5D7IQ2fgRqVPg8vWNqlRCP3QBHhedd8Qze4jA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=xq/rUEpvT4dlimZPg+ wa8xkr7vZkRZLqrluT2jH/Gdo=; b=NV2StzHgnDIOq75ProohFi9TWk96hCvNRe GJkTCJ39rF41W1kaCD1n+ev70bgOSBGdh2w2HvCAjxPPeHab7mvcpoj1nXcon7Dx oWAlYbBxtfdUdA22+Mld1glXC1H+w54CuA4nQWIdhKjaQLk0mlhyDXOu54PByZvE IJK3BAHGXoPL0uhOSy8P0VSVcZTk/LAv+pm3bTaSzIPvWJ8RmK4VcWxV4+26VktX GhOWF4GAIhpxGHuA1ywUVVsaST0mJa84tT/S1T54aDb+R1wA+qObashRgRV6kc9D TQFYV8Gk+pg1lcSPJLK8Ej2EgdXXaM56tU04oaZjj3gZLk5IB1Aw== X-ME-Sender: X-Sasl-enc: wZ8hy+OMLWCUL95LLkOLr5dn33jsg7RUFEoArIYphRkH 1494200806 Received: from localhost (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id BE045241E3; Sun, 7 May 2017 19:46:46 -0400 (EDT) Date: Sun, 7 May 2017 19:46:45 -0400 From: Leo Famulari To: Hartmut Goebel Subject: Re: bug#26822: [PATCH] gnu: Add git-repo. Message-ID: <20170507234645.GD20778@jasmine> References: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="iVCmgExH7+hIHJ1A" Content-Disposition: inline In-Reply-To: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> User-Agent: Mutt/1.8.2 (2017-04-18) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26822 Cc: 26822@debbugs.gnu.org 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: -0.7 (/) --iVCmgExH7+hIHJ1A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, May 07, 2017 at 11:41:07PM +0200, Hartmut Goebel wrote: > * gnu/packages/android.scm (git-repo): New variable. Thanks! > + `(#:python ,python-2 If it only supports Python 2, can you say so in a comment? > + #:phases > + (modify-phases %standard-phases > + (replace 'build > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (repo-dir (string-append out "/share/" ,name))) > + (substitute* "repo" > + (("^repodir = '\\.repo'") > + (string-append "repodir = '" repo-dir "'")) > + (("^S_repo = 'repo'") "S_repo = '.'")) > + #t > + ))) For clarify, I think it should delete the build phase (since nothing is built here) and add a new phase for this substitution. --iVCmgExH7+hIHJ1A Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkPseUACgkQJkb6MLrK fwi/BhAAmNOYj3nMBBbesHmFFjEIEo3wh19clNP0ZMiZSi2sHRmojNA++YprHMYw de4/pkr40VWqtqDR3l/CaiWeqoeB2BIDST8aerWkZ3xitQe6es8IvPr3AsKf9S69 LaMc/e/b67+tcbd7dcGfFQfcPKd5NmA5lNjW7PBx1A+baN8oW9TJ8EVfbKZw8o+C qBNdTEbjZhEuZM9Q+WcpF9Hd0rLQY1c/iYbUHMF4UHnn9LGjX462mK1Z3AMDaV4x iE0rVYr36ERIwSXSNKouACmTOy/DTmltPH6+dHogKScEFb4N32pDYp+RNta8ZrLu DKlZ7FOYMarX7TEg7sEn3EUwtZhT18FWFrm57cM2mkQwJxDfCxHnE3kxTIEOXVvv nfT0hFWqM0KWIpYcDp2CcLXReIwVPR2+c6n7Qxwxmza6cehlAIXBLxCSxhvompdI YRtDA39/5376OwGmALL9d5jJBamsN2zDhLxzj4zFR2u2kK+JxZMhz1QKFcRMkn3y +YqmoC16mPBAdidsAkBpvh/rjZnANGXlGOLfbYlAH6DC8HhrM+/96Cs8sqkd2m7e 2ySjoqY6g6OcxsdDM2t0PDNKJadyHINfnuVUqPu3rl4eQ/ScNeeGNCwbaOQwyNA4 lX6RiR7Cyotb6fsnhwR9ZYIgQJY6dnMXaPzKMN6iW94UPXe3isI= =sE7o -----END PGP SIGNATURE----- --iVCmgExH7+hIHJ1A-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 03:57:37 2017 Received: (at 26822) by debbugs.gnu.org; 8 May 2017 07:57:37 +0000 Received: from localhost ([127.0.0.1]:32868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7dY0-0003If-N8 for submit@debbugs.gnu.org; Mon, 08 May 2017 03:57:36 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:48247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7dXy-0003IX-VL for 26822@debbugs.gnu.org; Mon, 08 May 2017 03:57:35 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 73F7620A40; Mon, 8 May 2017 03:57:33 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Mon, 08 May 2017 03:57:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=gStAN0PLrCkV0b0Z7UFDDyycMhqMIV1yP/8kf1Vzm r0=; b=SQRX2BI19e0Vnm2/4yMrBsr8zaWn1JKgdRFJXRbPyi3HLDoLHLkZcHWoT cjJsujMyhxGnzvQXVYhyGxWaSCxvx9Ha3sRMDOmeZgt6YM9e+xtOfApXKmAXGiwQ fqz9oTD/JCkGVDuT1UUIfKzw/p4Lx5SQ+golGdsOMumgpmPFKQt3VW3vISC7jy0Z pA0+mPgll88yTp/WankfbLVUHKjFzocmugV/xw3jYOUABxgapbtXyvHWTcS3+ARr X8MRbrl9XXlZCHKkVM2dWmY2iuqzvaDflooN/7sDNtM6Y9/rYlu086X86gIyjMFi BOJemCCoCbAVB7J8X2BTGOrFzULPg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=gStAN0PLrCkV0b0Z7U FDDyycMhqMIV1yP/8kf1Vzmr0=; b=LfVmx9ixyT50w/2SoAiDCxv5CovZ9MfO/q gB+W7iTK7PCgzk/BDGegRu+dXyyJcn9dVQwVfIp9xhA5VqZPFFtJZ1a1iKYcVouW 5kwqtBx7qSU3uQyTg9ClnJgaM/UVRR3brVlffSX2YPr+PodGaSkc34M1zYiK75vW b6hmBkTGayQ//VSIzJn01qZpouQM0DsnezV3HOYfFRUcErx83cdGfSIykHc4u0Jp R+et0REVlRWkhOVmXdxJaqR+7y9drmVI14f3a1PxombqyYbutc1Ox15qa29lZHfJ YYMNMJgrJSlpOs/reQEwDuKw7AaOZgXZ/cfwj6q9I7bTfDfQIrGA== X-ME-Sender: X-Sasl-enc: BHXe5c+IH6r0ga04eOymIJjai4WgNSn80yTdLBkm60Pq 1494230253 Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 0114F7E442; Mon, 8 May 2017 03:57:32 -0400 (EDT) From: Marius Bakke To: Hartmut Goebel , 26822@debbugs.gnu.org Subject: Re: bug#26822: [PATCH] gnu: Add git-repo. In-Reply-To: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> References: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> User-Agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) Date: Mon, 08 May 2017 09:57:31 +0200 Message-ID: <87mvanye50.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26822 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: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hartmut Goebel writes: > * gnu/packages/android.scm (git-repo): New variable. > --- > gnu/packages/android.scm | 58 ++++++++++++++++++++++++++++++++++++++++++= ++++++ > 1 file changed, 58 insertions(+) > > diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm > index e23d0fd..23ffa2b 100644 > --- a/gnu/packages/android.scm > +++ b/gnu/packages/android.scm > @@ -3,6 +3,7 @@ > ;;; Copyright =C2=A9 2015 Kai-Chung Yan > ;;; Copyright =C2=A9 2016 Marius Bakke > ;;; Copyright =C2=A9 2017 Julien Lepiller > +;;; Copyright =C2=A9 2017 Hartmut Goebel > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -23,8 +24,11 @@ > #:use-module (guix packages) > #:use-module (guix git-download) > #:use-module (guix build-system gnu) > + #:use-module (guix build-system python) > #:use-module ((guix licenses) #:prefix license:) > #:use-module (gnu packages) > + #:use-module (gnu packages python) > + #:use-module (gnu packages version-control) > #:use-module (gnu packages tls)) >=20=20 > ;; The Makefiles that we add are largely based on the Debian > @@ -298,3 +302,57 @@ with an emulator instance or connected Android devic= e. It facilitates a variety > of device actions, such as installing and debugging apps, and it provide= s access > to a Unix shell that can run commands on the connected device or emulato= r.") > (license license:asl2.0))) > + > +(define-public git-repo > + (package > + (name "git-repo") > + (version "1.12.37") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://gerrit.googlesource.com/git-repo") > + (commit (string-append "v" version)))) > + (file-name (string-append "git-repo-" version "-checkout")) > + (sha256 > + (base32 "0qp7jqhblv7xblfgpcq4n18dyjdv8shz7r60c3vnjxx2fngkj2jd")))) The indentation of (sha256.. should align with file-name. > + (build-system python-build-system) > + (arguments > + `(#:python ,python-2 > + #:phases > + (modify-phases %standard-phases > + (replace 'build > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (repo-dir (string-append out "/share/" ,name))) > + (substitute* "repo" > + (("^repodir =3D '\\.repo'") > + (string-append "repodir =3D '" repo-dir "'")) > + (("^S_repo =3D 'repo'") "S_repo =3D '.'")) > + #t > + ))) These parens want to stay closer to the #t. > + (replace 'check > + (lambda _ > + (zero? (system* "python" "-m" "nose")))) > + (replace 'install > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (bin-dir (string-append out "/bin")) > + (repo-dir (string-append out "/share/" ,name))) > + (mkdir-p bin-dir) > + (mkdir-p repo-dir) > + (copy-recursively "." repo-dir) > + (delete-file-recursively (string-append repo-dir "/tests"= )) > + (symlink (string-append repo-dir "/repo") > + (string-append bin-dir "/repo")))))))) (symlink* ..) has an unspecified return value, so please return #t here. Otherwise looks good. Would it make sense to have it in version-control.scm, or is this tool mostly for doing Android development? > + (native-inputs > + `(("nose" ,python2-nose) > + ("git" ,git))) > + (home-page "https://code.google.com/p/git-repo/") > + (synopsis "Helps to manage many Git repositories.") > + (description "Repo is a tool built on top of Git. Repo helps manage= many > +Git repositories, does the uploads to revision control systems, and auto= mates > +parts of the development workflow. Repo is not meant to replace Git, on= ly to > +make it easier to work with Git. The repo command is an executable Pyth= on > +script that you can put anywhere in your path.") > + (license license:asl2.0))) > --=20 > 2.7.4 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkQJOsACgkQoqBt8qM6 VPqTkwgAr1DWffK2CEh1VR07L5g78foafFzEApIBzuqwDRD1STi3cZ46bBAcupGt CXcqtgCyVD8GNoJcLzUwv4ozqpKN2ZM+6TTRnBaQxDDmIeeq53ctjpUAVOZlOUVW X61EcdDKhW2KX1pmC4XvTfCJ9bzcwYaSIeAIHv19dZ5zRNa1gxg1wTfyKtzE1hnn pAaMqc84kE946DLIkE1VcTAQVES9BD5DJTGEMMwa1aPqSHhnohpHC1P12XQfms2f YDPmSdCGBidlA6NYWMcOXisDVlEIqLXZaPPEMbnAwoJMTbgZ5RcnqL27MWaaHjun lFn9yMXZSmK0I73Ze1ox+q6vW16ViQ== =cbim -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 04:03:15 2017 Received: (at 26822) by debbugs.gnu.org; 8 May 2017 08:03:15 +0000 Received: from localhost ([127.0.0.1]:32879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7ddS-0003Sl-Pq for submit@debbugs.gnu.org; Mon, 08 May 2017 04:03:14 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:60358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7ddR-0003Se-5i for 26822@debbugs.gnu.org; Mon, 08 May 2017 04:03:13 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wLw3h3n2Gz1rt6f; Mon, 8 May 2017 10:03:12 +0200 (CEST) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wLw3h2HGWz3jgYn; Mon, 8 May 2017 10:03:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id srmUXmgcSg4I; Mon, 8 May 2017 10:03:11 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-129-24.dynamic.mnet-online.de [46.244.129.24]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Mon, 8 May 2017 10:03:11 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id D060260560; Mon, 8 May 2017 11:58:43 +0200 (CEST) Subject: Re: bug#26822: [PATCH] gnu: Add git-repo. To: Marius Bakke , 26822@debbugs.gnu.org References: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> <87mvanye50.fsf@fastmail.com> From: Hartmut Goebel Organization: crazy-compilers.com Message-ID: <5910263F.8030304@crazy-compilers.com> Date: Mon, 8 May 2017 10:03:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <87mvanye50.fsf@fastmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 26822 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: -0.2 (/) Am 08.05.2017 um 09:57 schrieb Marius Bakke: > Otherwise looks good. Would it make sense to have it in > version-control.scm, or is this tool mostly for doing Android > development? I've never seen this outside of android development. (And given the poor quality of the implementation[*], I'd not suggest spreading it.) [*] The main program also acts as an installer and such. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Mon May 08 05:02:47 2017 Received: (at 26822) by debbugs.gnu.org; 8 May 2017 09:02:47 +0000 Received: from localhost ([127.0.0.1]:32913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7eZ5-0004px-6p for submit@debbugs.gnu.org; Mon, 08 May 2017 05:02:47 -0400 Received: from mail.lassieur.org ([83.152.10.219]:58568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7eZ3-0004pn-4w for 26822@debbugs.gnu.org; Mon, 08 May 2017 05:02:45 -0400 Received: from rodion (192.168.0.254 [192.168.0.254]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 914d892e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 8 May 2017 09:02:42 +0000 (UTC) References: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> <87mvanye50.fsf@fastmail.com> <5910263F.8030304@crazy-compilers.com> User-agent: mu4e 0.9.18; emacs 25.2.1 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur To: Hartmut Goebel Subject: Re: bug#26822: [PATCH] gnu: Add git-repo. In-reply-to: <5910263F.8030304@crazy-compilers.com> Date: Mon, 08 May 2017 11:02:42 +0200 Message-ID: <87r2zzg1ql.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Thanks for this patch! Hartmut Goebel writes: [...] Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [83.152.10.219 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Debbugs-Envelope-To: 26822 Cc: Marius Bakke , 26822@debbugs.gnu.org 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: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Thanks for this patch! Hartmut Goebel writes: [...] Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [83.152.10.219 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Hi, Thanks for this patch! Hartmut Goebel writes: > Am 08.05.2017 um 09:57 schrieb Marius Bakke: >> Otherwise looks good. Would it make sense to have it in >> version-control.scm, or is this tool mostly for doing Android >> development? > > I've never seen this outside of android development. (And given the poor > quality of the implementation[*], I'd not suggest spreading it.) We use it at work for non-android development. But I'm eager to find an good alternative... > [*] The main program also acts as an installer and such. From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 07:57:01 2017 Received: (at 26822) by debbugs.gnu.org; 12 May 2017 11:57:02 +0000 Received: from localhost ([127.0.0.1]:39871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d99Bo-0007MG-VZ for submit@debbugs.gnu.org; Fri, 12 May 2017 07:57:01 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:33733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d99Bn-0007M8-22 for 26822@debbugs.gnu.org; Fri, 12 May 2017 07:56:55 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wPT3T6Xgwz1qtHV for <26822@debbugs.gnu.org>; Fri, 12 May 2017 13:56:53 +0200 (CEST) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wPT3T5HnJz3hht2 for <26822@debbugs.gnu.org>; Fri, 12 May 2017 13:56:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id qwW3bm0mi0IE for <26822@debbugs.gnu.org>; Fri, 12 May 2017 13:56:52 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-73-164.dynamic.mnet-online.de [93.104.73.164]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <26822@debbugs.gnu.org>; Fri, 12 May 2017 13:56:52 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2C1FA602D7 for <26822@debbugs.gnu.org>; Fri, 12 May 2017 15:50:35 +0200 (CEST) From: Hartmut Goebel To: 26822@debbugs.gnu.org Subject: [PATCH] gnu: Add git-repo. Date: Fri, 12 May 2017 13:56:51 +0200 Message-Id: <1494590211-27130-1-git-send-email-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26822 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: 0.0 (/) * gnu/packages/android.scm (git-repo): New variable. --- gnu/packages/android.scm | 101 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index e23d0fd..be3f50a 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Kai-Chung Yan ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2017 Julien Lepiller +;;; Copyright © 2017 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -23,8 +24,13 @@ #:use-module (guix packages) #:use-module (guix git-download) #:use-module (guix build-system gnu) + #:use-module (guix build-system python) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) + #:use-module (gnu packages gnupg) + #:use-module (gnu packages python) + #:use-module (gnu packages ssh) + #:use-module (gnu packages version-control) #:use-module (gnu packages tls)) ;; The Makefiles that we add are largely based on the Debian @@ -298,3 +304,98 @@ with an emulator instance or connected Android device. It facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that can run commands on the connected device or emulator.") (license license:asl2.0))) + +(define-public git-repo + (package + (name "git-repo") + (version "1.12.37") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gerrit.googlesource.com/git-repo") + (commit (string-append "v" version)))) + (file-name (string-append "git-repo-" version "-checkout")) + (sha256 + (base32 "0qp7jqhblv7xblfgpcq4n18dyjdv8shz7r60c3vnjxx2fngkj2jd")))) + (build-system python-build-system) + (arguments + `(#:python ,python-2 ; code says: "Python 3 support is … experimental." + #:phases + (modify-phases %standard-phases + (add-before 'build 'set-executable-paths + (lambda* (#:key inputs outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (git (assoc-ref inputs "git")) + (gpg (assoc-ref inputs "gnupg")) + (ssh (assoc-ref inputs "ssh"))) + (substitute* '("repo" "git_command.py") + (("^GIT = 'git' ") + (string-append "GIT = '" git "/bin/git' "))) + (substitute* "repo" + ((" cmd = \\['gpg',") + (string-append " cmd = ['" gpg "/bin/gpg',"))) + (substitute* "git_config.py" + ((" command_base = \\['ssh',") + (string-append " command_base = ['" ssh "/bin/ssh',"))) + #t))) + (add-before 'build 'do-not-clone-this-source + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (repo-dir (string-append out "/share/" ,name))) + (substitute* "repo" + (("^def _FindRepo\\(\\):.*") + (format #f " +def _FindRepo(): + '''Look for a repo installation, starting at the current directory.''' + # Use the installed version of git-repo. + repo_main = '~a/main.py' + curdir = os.getcwd() + olddir = None + while curdir != '/' and curdir != olddir: + dot_repo = os.path.join(curdir, repodir) + if os.path.isdir(dot_repo): + return (repo_main, dot_repo) + else: + olddir = curdir + curdir = os.path.dirname(curdir) + return None, '' + + # The remaining of this function is dead code. It was used to + # find a git-checked-out version in the local project.\n" repo-dir)) + ;; Neither clone, check out, nor verify the git repository + (("(^\\s+)_Clone\\(.*\\)") "") + (("(^\\s+)_Checkout\\(.*\\)") "") + ((" rev = _Verify\\(.*\\)") " rev = None")) + #t))) + (delete 'build) ; nothing to build + (replace 'check + (lambda _ + (zero? (system* "python" "-m" "nose")))) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin-dir (string-append out "/bin")) + (repo-dir (string-append out "/share/" ,name))) + (mkdir-p bin-dir) + (mkdir-p repo-dir) + (copy-recursively "." repo-dir) + (delete-file-recursively (string-append repo-dir "/tests")) + (symlink (string-append repo-dir "/repo") + (string-append bin-dir "/repo")) + #t)))))) + (inputs + ;; TODO: Add git-remote-persistent-https once it is available in guix + `(("git" ,git) + ("gnupg" ,gnupg) + ("ssh", openssh))) + (native-inputs + `(("nose" ,python2-nose))) + (home-page "https://code.google.com/p/git-repo/") + (synopsis "Helps to manage many Git repositories.") + (description "Repo is a tool built on top of Git. Repo helps manage many +Git repositories, does the uploads to revision control systems, and automates +parts of the development workflow. Repo is not meant to replace Git, only to +make it easier to work with Git. The repo command is an executable Python +script that you can put anywhere in your path.") + (license license:asl2.0))) -- 2.7.4 From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 08:02:46 2017 Received: (at 26822) by debbugs.gnu.org; 12 May 2017 12:02:46 +0000 Received: from localhost ([127.0.0.1]:39886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d99HS-0007W4-Hl for submit@debbugs.gnu.org; Fri, 12 May 2017 08:02:46 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:35658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d99HQ-0007Vu-HC for 26822@debbugs.gnu.org; Fri, 12 May 2017 08:02:44 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wPTBB5XTRz1qryv; Fri, 12 May 2017 14:02:42 +0200 (CEST) Received: from localhost (dynscan01.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wPTBB4bmvz3hj69; Fri, 12 May 2017 14:02:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan01.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id oViP3QPrBjdB; Fri, 12 May 2017 14:02:41 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-93-104-73-164.dynamic.mnet-online.de [93.104.73.164]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Fri, 12 May 2017 14:02:41 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id A0E7F602D7; Fri, 12 May 2017 15:56:24 +0200 (CEST) To: 26822@debbugs.gnu.org From: Hartmut Goebel Subject: Re: bug#26822: [PATCH] gnu: Add git-repo. Organization: crazy-compilers.com Message-ID: <5915A461.5040809@crazy-compilers.com> Date: Fri, 12 May 2017 14:02:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26822 Cc: Marius Bakke , Leo Famulari 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: -0.7 (/) Hi, it showed up that I package description was nor good enough: It only passed my rudimentary first test, but fails just later. So I needed to update this patch (respecting you prior feedback). This package no replaced one function (_FindRepo). I decided to *not* use a patch for this, but to insert the changed code at the beginning of _FindRepo and keeping the old code as dead code (with an appropriate comment). I know, this is ugly, but this program is ugly anyway: There is no "install", but the front-end script downloads the software using git and installs it. *shiver* If you have concerns about this, please speak up. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 02 12:20:44 2017 Received: (at 26822) by debbugs.gnu.org; 2 Jun 2017 16:20:44 +0000 Received: from localhost ([127.0.0.1]:51789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dGpJc-0000QU-Hr for submit@debbugs.gnu.org; Fri, 02 Jun 2017 12:20:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38903) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dGpJa-0000QI-LS for 26822@debbugs.gnu.org; Fri, 02 Jun 2017 12:20:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGpJS-0005Js-0e for 26822@debbugs.gnu.org; Fri, 02 Jun 2017 12:20:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGpJR-0005Ji-TV; Fri, 02 Jun 2017 12:20:33 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:37592 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dGpJR-0007Wp-9v; Fri, 02 Jun 2017 12:20:33 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Hartmut Goebel Subject: Re: bug#26822: [PATCH] gnu: Add git-repo. References: <1494193267-26385-1-git-send-email-h.goebel@crazy-compilers.com> <1494590211-27130-1-git-send-email-h.goebel@crazy-compilers.com> Date: Fri, 02 Jun 2017 18:20:30 +0200 In-Reply-To: <1494590211-27130-1-git-send-email-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 12 May 2017 13:56:51 +0200") Message-ID: <878tla5pkh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26822 Cc: 26822@debbugs.gnu.org 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.0 (-----) Hi Hartmut, Hartmut Goebel skribis: > * gnu/packages/android.scm (git-repo): New variable. Looks like this second version of the patch addresses Leo=E2=80=99s and Mar= ius=E2=80=99 comments so I think you should push it. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 04 05:45:30 2017 Received: (at 26822-close) by debbugs.gnu.org; 4 Jun 2017 09:45:31 +0000 Received: from localhost ([127.0.0.1]:54590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHS6E-0005jn-PO for submit@debbugs.gnu.org; Sun, 04 Jun 2017 05:45:30 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:36387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHS6D-0005jf-MF for 26822-close@debbugs.gnu.org; Sun, 04 Jun 2017 05:45:30 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wgY3D466fz1qryy for <26822-close@debbugs.gnu.org>; Sun, 4 Jun 2017 11:45:27 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wgY3C542Tz3jgXr for <26822-close@debbugs.gnu.org>; Sun, 4 Jun 2017 11:45:27 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id XAfQiS7jsSdy for <26822-close@debbugs.gnu.org>; Sun, 4 Jun 2017 11:45:27 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-139-99.dynamic.mnet-online.de [46.244.139.99]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <26822-close@debbugs.gnu.org>; Sun, 4 Jun 2017 11:45:27 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id A95BD6037D for <26822-close@debbugs.gnu.org>; Sun, 4 Jun 2017 11:52:18 +0200 (CEST) From: Hartmut Goebel Organization: Goebel Consult To: 26822-close@debbugs.gnu.org Subject: merged Message-ID: Date: Sun, 4 Jun 2017 11:45:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26822-close 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: -0.7 (/) pushed as c1151ecf807ead8e4e220ec17133ec0298f18b5a From unknown Fri Aug 15 16:19: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: Sun, 02 Jul 2017 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 08:01:41 2024 Received: (at control) by debbugs.gnu.org; 3 Oct 2024 12:01:41 +0000 Received: from localhost ([127.0.0.1]:60169 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1swKWa-0007dw-W0 for submit@debbugs.gnu.org; Thu, 03 Oct 2024 08:01:41 -0400 Received: from mail-am6eur05olkn2011.outbound.protection.outlook.com ([40.92.91.11]:1504 helo=EUR05-AM6-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1swKWY-0007di-R7 for control@debbugs.gnu.org; Thu, 03 Oct 2024 08:01:39 -0400 ARC-Seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=o5fi4bzMiEmx2U/YmGeJ2O78mee/z/1MfP+Ke2bUKTH/Ic5BcVItPHTxaUqrSp7LA6VF6QXtOb88vKXyRGRmoVrU6ZzBiVpHFvdI4LKkp9M29uC4rfW4TR8EoErntVUtL7WB2sqsAytfwq0oHX96p9DA031uIiuqmLYSqUnf/D/C9/kiaLeIfl4X4UWzSHTlxcjOIBQJnk6JHvDZIlDqY6LMA7C7rBET4yDQ66uSJ5ihBokUM/c/HJSYnhBzsKhofJeB5jalTOfVdebKgteTzbmQeOfE3ssDvAPObQDMH4Gc+uPyAOczv6KjbrUtMZ6mqttmzkVwLALCJ3Yo+0t+yg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=YNma2lUm12XlFLrLH0rz90uB1Cqm/8v8ltg1A6qTvT0=; b=WEe669/VzHu86NZ9x67CPVXUCalL1N/1kCUg4ZwHkWQScr6Q6hnPN6idXwNuYMKjVfpju+auJ0qnMvdxtTYteelFNAy4cP7aEBOyPjF/mrJdGICFe3mkGt6k6ZbyY+Etjxv+ineuBFuV9nA5/3hRkjyyIcss6sAq+XatLTSxJNEtWX5r5dbAU5rtjDJukPL1soHrGKjrhAaSnhH/41MLLvI/RiYyIbrMC1tfo7qHPPzv7t3fh7ZLIcCu5QyYKLp0AbScUKvBiJh6jMVmqmFyfkEmFve0MS6aPcmpFNaW/Dm2JELPf0Gsz+t+I2pzfOUXCRnBM4W9Y3SI7wsGV7JHjg== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=OUTLOOK.FR; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=YNma2lUm12XlFLrLH0rz90uB1Cqm/8v8ltg1A6qTvT0=; b=dzdGBfYu2Gp84GfpP9kfx/W/H1o5kRtXBFHeEiQhCOPIksCZJEcaVrX2+TZC0G/YYVvcZZLLQKwl1HxTrvdc+QaZjiZGfCglZkHrXB8koUsb/ADMoLoykhU1j+WMhEqpXPNZnzB8v8XQWqhLpeREStcA2z8qRQ38+qKb8Y/kUHi/KP+Lqjw7SiC8gkOxCepzcmiPuEErvSUSs94/SKdHUjwYDZ2hMim1nXpc/axHRCSp46L1K69P5HoWK5BHs0EEcPNBn+wp6F14/0NhUtQYm2KnAkwD3GXwoS/YY7XriFUJs6vRvL760fuT1haQ6qb59/5VJoay2kcIAdtIYiV4rA== Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM (2603:10a6:20b:526::9) by AS4P251MB0749.EURP251.PROD.OUTLOOK.COM (2603:10a6:20b:504::15) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.8026.16; Thu, 3 Oct 2024 12:01:29 +0000 Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd]) by AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd%5]) with mapi id 15.20.8026.016; Thu, 3 Oct 2024 12:01:29 +0000 From: outlook user To: "control@debbugs.gnu.org" Subject: Thread-Index: AQHbFYv70cPiKbK1H0yyec2Xrqxn6Q== Date: Thu, 3 Oct 2024 12:01:29 +0000 Message-ID: References: In-Reply-To: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: msip_labels: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-publictraffictype: Email x-ms-traffictypediagnostic: AS8P251MB0854:EE_|AS4P251MB0749:EE_ x-ms-office365-filtering-correlation-id: 7711f206-acb1-41a5-5338-08dce3a31dcb x-microsoft-antispam: BCL:0; ARA:14566002|7092599003|461199028|8062599003|15030799003|19110799003|15080799006|3412199025|440099028|102099032; x-microsoft-antispam-message-info: Ccrghj0ufqc9FBgMavl/6n0o6FRWpfwsbkzpFt9IzkOKNBKFzvWtFAbNGY9EamzaQN4wX95Es5Xqz905JhO9RaL4DOFxeabSj1o093O+8CG8t9u8W8hdOhiRI3lmneqFM88EaUY0TIUi0NOp5a7HgqrsQL4na99uc9TWJ4p40IKWruJJHYRazTEoLA5dIL/i3SnabAB5hKLkOEl8Yg3jnstPBharfblPwo47gWNwdBKHq+dzZ+hhbtVOTtQ5EdLhdfydrQr3RbpYsc+zcPzf1kBLcSSimftg08pnrpTFYFhq3fjFKgS6BSIFlaOpbyUG1U5aW0CS1t2Qg5JzoCt6RaDZba2g4sTG05dO7zj8irKF8w+7+/T+jcW/yGLFjz3unpth4TGyG3cZHf7hMKfEP1EYx59FmTYUNlqB+GnruzB6/qXGSL1bhw/Tc/NuwKZKJQJgGUFew3RTyJCE3o75SsId4WAA+bgCVm2pgbe1DZ5nqyK8y4FKNMGo8vnbk3F+sp7iN65PbDOePXxv5mKUm9SAxxbQRZNDqTL4ocYza8FITMOyS9SlXC+XCUP/1lB+QpkIg3jI4A55OkbFaf4xBW/s8E8LHgg2CjEdeDnyeJQ= x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: =?iso-8859-1?Q?dJ20MclL6yus1+PYNbNqnuoKKXBmiYSQE1Hkf5tZUdylU8Dj5sidleBiIs?= =?iso-8859-1?Q?lWEXXolYbOqomLCpSUsZFnSsy2v9PNToD4MuD5TgKqNJSWNZQnFBqS32gJ?= =?iso-8859-1?Q?xCzAxW0I2LEdWSgyyTANKpY1iRjlJLHn9W9Ku4eSQ9LCOWVwUATKYuX2pw?= =?iso-8859-1?Q?xGS0/3S5ocxzi8wbXgvit/0pGt9zwVM4WpoeSH1z9yJEfkpfgRkL0CiTv6?= =?iso-8859-1?Q?aWn4Jb+s+vuc8kndEAfBj30jMxSVBnqMyliWbk6BC5ZR5DsMIblsLYdlKc?= =?iso-8859-1?Q?13QGGBa2D2EyxuOwnk2ZVjxhAtfzuZJD7upREDYzNIjopXfbCSHpI0WMTf?= =?iso-8859-1?Q?ip4PO/SZH2U2MoOexZXJNkVVBBgCYfBLKF7k1LNqhUCNcyRwhMDP2JbuTZ?= =?iso-8859-1?Q?dPkSYFnHdIcLoW48huIRneWSDNf4hvxo7WlBj8WTP2BE4mD0tAFdfc7weE?= =?iso-8859-1?Q?g3YcOl3yxC5d8QKpqguQqJJNhb8YjVwqrxG/iRl6Nka/B4MJ0rsR28EM2W?= =?iso-8859-1?Q?QNEIKQOdNwX0R2wSvAPaZgJbFZjRckkPqxBXSt/qT/eJpN/45mDJdQfgH7?= =?iso-8859-1?Q?fSxTUkyTbRQ36etg9kfzZY49u5ohUxVmO87BXX30j/PnZkJo/kA0MOrquP?= =?iso-8859-1?Q?UCgZzMjYhSS0LCZe1VVAml+lpMqOUcJkvy4dDjg9CnkbURfWnZaRP1joQ8?= =?iso-8859-1?Q?IgUGZYJOdEQ2fWdTR6izqSpW6OvbljNFdDhH2i+aghJhCzJizpuAzWJHTk?= =?iso-8859-1?Q?Dzcl8z8T0aAbLCVfLSA3+IdnmgI85xxRqX24R7Hpfa16mUg5dcjVhSgOKw?= =?iso-8859-1?Q?xgZiv3dSA0ChXJ93hhUQwiWc0X/l7hDnwJgyLX92f5wNJQsFlolpcxbZC0?= =?iso-8859-1?Q?XyL1K7aBO2RUVy0iAE+vRCv5ag+i7ojwju+HF5eYF3UHSWno8Baf6jjhjo?= =?iso-8859-1?Q?ztRFjFXNDPgDgPxlp6GO+jASkNUa3WOgeum7VqrW2pl41HJrs3OlrOjYXp?= =?iso-8859-1?Q?UB3No/VQpwHIvJaa+6Q8CinT0XvHnJ0+O5eQrZvzn82pR6xUuGzseqq9TV?= =?iso-8859-1?Q?kC3jsVLUWBB+182bjaQNN8cJLhf9eAts4t5LgshZw4fDjB0Ru3saNmuYOM?= =?iso-8859-1?Q?USNKcjrvskQRATZpPySwAyYw6S3FC7LY5gvwX2Jj61W4+Edgs/ftsibVUi?= =?iso-8859-1?Q?SvkFpIhombSs/dHrK69D8fE5zNkI2zT7xOWWHqQsXQETuWBKfYd+G6rkIl?= =?iso-8859-1?Q?t03AUkwe19mwCoaQWN4J3GD1QrmOwJAkSIBw05RIY=3D?= Content-Type: multipart/alternative; boundary="_000_AS8P251MB0854B72F87C19E8C1711241897712AS8P251MB0854EURP_" MIME-Version: 1.0 X-OriginatorOrg: sct-15-20-7741-18-msonline-outlook-53ebb.templateTenant X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: AS8P251MB0854.EURP251.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-Network-Message-Id: 7711f206-acb1-41a5-5338-08dce3a31dcb X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Oct 2024 12:01:29.8224 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: AS4P251MB0749 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 26822 unarchive 26822 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [40.92.91.11 listed in sa-trusted.bondedsender.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [40.92.91.11 listed in wl.mailspike.net] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [40.92.91.11 listed in bl.score.senderscore.com] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (racp[at]outlook.fr) 0.0 HTML_MESSAGE BODY: HTML included in message 2.0 BLANK_SUBJECT Subject is present but empty 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 (+) --_000_AS8P251MB0854B72F87C19E8C1711241897712AS8P251MB0854EURP_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable unarchive 26822 --_000_AS8P251MB0854B72F87C19E8C1711241897712AS8P251MB0854EURP_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable unarchive 26822 --_000_AS8P251MB0854B72F87C19E8C1711241897712AS8P251MB0854EURP_-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 08:04:22 2024 Received: (at 26822) by debbugs.gnu.org; 3 Oct 2024 12:04:23 +0000 Received: from localhost ([127.0.0.1]:60189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1swKZC-0007jg-GV for submit@debbugs.gnu.org; Thu, 03 Oct 2024 08:04:22 -0400 Received: from mail-am7eur03olkn2079.outbound.protection.outlook.com ([40.92.59.79]:56993 helo=EUR03-AM7-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1swKZ9-0007jB-IU; Thu, 03 Oct 2024 08:04:20 -0400 ARC-Seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=VCLVWCzwFVx3UD77A+osiiAjst331LGcoFNXuCYvVGpgHwakreL/qn8TVABVmgc3tjyVlHdbwJQKddSuq+FzX5rf0YVl5fBbTxtpf9BuIRBrGm4PJyZJTXJjCLI0I/Dx25BlK6JPPDFF2Za/We1bsamC6m5ED7/oWAjNLftHx3UwD6S1bQrgg6I2VYDHCCGT1bTzOOsdHA2HkRWDJ+BGcJNX3XH4LuCpZLRjq2hNPAkjd/jX5RI/rw5Fwmux69oBua5+VJ54S0CPFqCrg/UUWM/U7RrjK2BD8O2fA47ZX3ZyrjJ1PkBkfoaFXei48INURecY0jAs/eOcW4AAzHpJhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=eNxrgDKsljJOitJRu5voLUYn+ChKNdrjZ8Q7z5Fx/n8=; b=NtHwjIE0N9k0xhYJer076sIbjlNBgc+ctfI111X4GAfxyVTYe2s2Qg17HUi+ZBF4Y/lYQbfd/b5azORxuSMbucPl5iPuKMi2lxY28bt2Sl+ZKf+27td9NInuhEFAKFaFGD+Y9rOVj7PFaFs6LiRGrRG1GkrnAbMmNnXYsO3GP0mv80Y60cnYaKfaEuhh6ln9pbiH6ma94oeOsPMYx276O9lmQenTdBl0dldFrTmIazfmSUCYcn/vXsw0R78DcWpUqKETbUcOR1xJQptqAo8cwV25RzfqJFUQh76kl+NPVsghJ2lkI3zLm1a/VngM9J+aNwHJv9sTE51wmiRhGeZnyw== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=OUTLOOK.FR; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=eNxrgDKsljJOitJRu5voLUYn+ChKNdrjZ8Q7z5Fx/n8=; b=NQZAm51H7qoQDhRKcBABVbeUvJVhxEfe7lU2OTYoURYUnnEJwNAfB1M4hfKI2aDcXzFrZ510cHRBUAQfd69kNDgSBSBr68ZNDUa1Q5vTpaZUJsQugqyWcya/pUzJv1Tle+1LnqiQV69aiXEhgXxwiHn3xMRGHfc6b9soFchsKcWeUckPVddInMy4WNIsL9DImcTSRVJK+29NsWWRkzVEoYBn6/TzwDpeI6fhlA6qYWnw6imZ3dO4/3YkyoOajpIu0F8f8xNHVrYHgL+Z+/QlpwxegqIOcY2Q8be4UJMexAy2JUOuMiauU7HgtXUN5ypdZviiL2AKh/eKdXzy7NlWAg== Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM (2603:10a6:20b:526::9) by GVXP251MB1053.EURP251.PROD.OUTLOOK.COM (2603:10a6:150:1b0::21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.8026.15; Thu, 3 Oct 2024 12:03:55 +0000 Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd]) by AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd%5]) with mapi id 15.20.8026.016; Thu, 3 Oct 2024 12:03:54 +0000 From: outlook user To: "26823@debbugs.gnu.org" <26823@debbugs.gnu.org>, "26822@debbugs.gnu.org" <26822@debbugs.gnu.org>, "42800@debbugs.gnu.org" <42800@debbugs.gnu.org>, "26823@debbugs.gnu.org" <26823@debbugs.gnu.org> Subject: RE: [PATCH v2] gnu: Add git-repo (guix android-repo-download). Thread-Topic: [PATCH v2] gnu: Add git-repo (guix android-repo-download). Thread-Index: AQHbEoah9JResCleZUW0Cywf/KTIkbJ0825p Date: Thu, 3 Oct 2024 12:03:54 +0000 Message-ID: References: In-Reply-To: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: msip_labels: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-publictraffictype: Email x-ms-traffictypediagnostic: AS8P251MB0854:EE_|GVXP251MB1053:EE_ x-ms-office365-filtering-correlation-id: 489605ec-f403-44bb-62ab-08dce3a37442 x-microsoft-antispam: BCL:0; ARA:14566002|15030799003|19110799003|461199028|8062599003|7092599003|15080799006|8060799006|3412199025|440099028|102099032; x-microsoft-antispam-message-info: bXhuEJZTEMNAcKVGNRgY//1Xjy9YJ0ESs/7JZyHRC9nWZt0HN8/26mzYiQo4nfi2BuCW6nM/5g7aMNKhzaRWGs+vBauH4fw4xKHdOlbTTNtfYCjuoHApZtnJ7zC6tSoGll+4heEPL5x6ufwnEEoncHMI78lrcA9mMX5uqDaWYiIA5Zch31dNWQwDNtNgX4hv1vTZxM48TXtCet9Id450WOCUGzR+Sskh0rqhW46VTkYRiSdb0NPfR7kYSI7zwOTeJhYUTPZ1oh0JFCvxbahU0/3EyNR5eU4fTS5yc5DcQnjaHsWwaUxUulzRYfBQuSoNiCy7y4Dnh+jgGJBe5SCeRqUyFD9YTOy0ONKfGx3HKvaFJ2I2+4I3FHunRY75djUzCNA/37rZ2SlUy+CtSkYsxxzwxUAtdR7xRRPBuE1v2iBAz3Os9BpPD+0JXfWE9JQX6pK6e7CUBSXeS7vbCI2zGx23uEHzzddeGwO8BOr1JSV/T9xk6+7wFbkJf1YPZEBt2Of2zkcIVK4+8rYG1IZ5MkftEpUmILbyufqBXcpy0d3Bknad02NaTxSg/lgCAfSfZkbZBQbHD97xq5Rzk71cAMVPFtualXMjI7eTrGa9/DXx6/d/OjECzyKCiCh7UWUbjxxZ+0A7Qla363o+AcgxzldIu2XZgQxfKcBHt5A/BlfDmNxlzdgb1Lac7xAJ2pfyM49siMR/yFTTIJl2METg8RTyscNvUujj/GzqP4t8xLlk+51ScSfr88JWoQiuFT7AS87JUvg5CtLPwWUg2jYYWA== x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: =?iso-8859-1?Q?6Cz5sCTE41Lyuvsseyg4ZjBDd3x9v0RHUp5ywBsyxBXY9fmMSCd93ccHAw?= =?iso-8859-1?Q?Ywg4ntycxIf+ce2+BToBLqxnsKZfBriD9m8tuj/H4UdbAdH0K8P7n3PlSd?= =?iso-8859-1?Q?UCnkYJqNzpCyE0GbwS4e498ovi+35k6WFx0jX5e7TCkDohDBwtRF7rwRsB?= =?iso-8859-1?Q?LypbhB5q5/f3Cz7804fqB0Z0BbwC4leeDV3KfmtEj9dGHZp+v7nt0tX5QE?= =?iso-8859-1?Q?7VrjSzoA5pTd8rSpWL14s99dse+9ih5I/5UKEaIBfhxSOFemFyCYMs7Slt?= =?iso-8859-1?Q?jwKIVW0gaAlN0OfzCPgaN4lskaJX9Bmtyu2oHKGJIIbQA5z2H04axPuUbL?= =?iso-8859-1?Q?7rZSFbyZGzFvib89wK6XMoDbcVv21yZU5MJ0hne8/E9xQvocJgQW+fGBYS?= =?iso-8859-1?Q?Pz6IUuXVs++uFOV6ln5KzN2rYv41XmBiTlbKQ+T9N0nEajeHhcWlIoE9sC?= =?iso-8859-1?Q?1/H3mWbXwCV2aL8VtUbxYmXhZX1lSsp3cQtSCntKKTNvZbMHrt09xzhfp2?= =?iso-8859-1?Q?JPBjw+ZbNH4YJftYCwdB+fCrdRC/GGj2+TfS3YssYSRlgOiyJMdpNHjIeR?= =?iso-8859-1?Q?tmvnuT/vuTa3HBYNxmYfUXT1OyAAsMCDQsubpoVU9/QxaNqiu6t6mLZqoq?= =?iso-8859-1?Q?0BB+tdecbdzNIMZEM0uUSCyVreFrl89/1OQiv7T9rm2F5FZOG1Dz+R51SO?= =?iso-8859-1?Q?fuQw0TE5ZayTA+02Ns3SRr1TQib61JodxCg52Wsn9Yt1t+xTOO5qcJxmC+?= =?iso-8859-1?Q?fV9ANN1jzF5G3fr6kjEu6MMhVbb3szgcsfBrZ9puxKNmiybUZbKopsMEXG?= =?iso-8859-1?Q?Mfy4jyWCvYiAjOqFQZuhpTs/0MSNOvaNziuN49qThabi1PYjQFHswVEqZE?= =?iso-8859-1?Q?Bgwbzh0yhGk//k0Z1C3LvhF8pK3nH3+0tbqKymP/sOVq6N2Xe7ttwMVTdr?= =?iso-8859-1?Q?SWnCczRY9OCHVgG6GL5Z5QLpKAKeTnoq8PQK+9BUUCJLQ0CPpomcutloCn?= =?iso-8859-1?Q?Ehkw2+Z/JBzaz/AKCQjGLhAmwdDN+Ld5vHRP5Z/AfY8HhVtrxG2LZQNLA3?= =?iso-8859-1?Q?/Ttg0550pZgUzuOvmyqMYRoKzch1HVi4RqdWN3LyFQw0OSEE0paIG3FYbG?= =?iso-8859-1?Q?GJOEfP9ituZ66YytMrKko/SWIYVT905vpqIwtp17ozv08l0qctUXz/RLhj?= =?iso-8859-1?Q?mstS1S3j4muWMpzomfB8ey6FGBs8SvtYcGrHscySAqsK3ajN6hWXmaR3kS?= =?iso-8859-1?Q?7kPQgvd+fXE/0GkFAiaNeBZ0Ex4CQpcGlsueZe3pY=3D?= Content-Type: multipart/alternative; boundary="_000_AS8P251MB08549B39A0101F1B44B47E7A97712AS8P251MB0854EURP_" MIME-Version: 1.0 X-OriginatorOrg: sct-15-20-7741-18-msonline-outlook-53ebb.templateTenant X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: AS8P251MB0854.EURP251.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-Network-Message-Id: 489605ec-f403-44bb-62ab-08dce3a37442 X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Oct 2024 12:03:54.8815 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: GVXP251MB1053 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26822 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 (-) --_000_AS8P251MB08549B39A0101F1B44B47E7A97712AS8P251MB0854EURP_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ________________________________ De : outlook user Envoy=E9 : dimanche 29 septembre 2024 17:48 =C0 : 26823@debbugs.gnu.org <26823@debbugs.gnu.org>; 26822@debbugs.gnu.org = <26822@debbugs.gnu.org>; 42800@debbugs.gnu.org <42800@debbugs.gnu.org>; 268= 23@debbugs.gnu.org <26823@debbugs.gnu.org> Objet : Re: [PATCH v2] gnu: Add git-repo (guix android-repo-download). This lacks mandatory python-formatter dependency --_000_AS8P251MB08549B39A0101F1B44B47E7A97712AS8P251MB0854EURP_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable


De : outlook user <RACP@= outlook.fr>
Envoy=E9 : dimanche 29 septembre 2024 17:48
=C0 : 26823@debbugs.gnu.org <26823@debbugs.gnu.org>; 26822@deb= bugs.gnu.org <26822@debbugs.gnu.org>; 42800@debbugs.gnu.org <42800= @debbugs.gnu.org>; 26823@debbugs.gnu.org <26823@debbugs.gnu.org> Objet : Re: [PATCH v2] gnu: Add git-repo (guix android-repo-download= ).
 
This lacks mandatory python-formatter dependency
--_000_AS8P251MB08549B39A0101F1B44B47E7A97712AS8P251MB0854EURP_-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 08:10:14 2024 Received: (at 26822) by debbugs.gnu.org; 3 Oct 2024 12:10:14 +0000 Received: from localhost ([127.0.0.1]:60213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1swKes-0008A0-3I for submit@debbugs.gnu.org; Thu, 03 Oct 2024 08:10:14 -0400 Received: from mail-vi1eur05olkn2040.outbound.protection.outlook.com ([40.92.90.40]:41089 helo=EUR05-VI1-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1swKep-00082K-8L; Thu, 03 Oct 2024 08:10:12 -0400 ARC-Seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Uv9yl1nicz2CZe/gLE91ZNP3PefPJEIY4H1Zphg9TCjOvSjHqxEx3PoPp+dWLevVMITQsSmbLusOH8P0jezZghXCFUXuY7LpeAC7pyeKFHRSn9C/SwPoeq0ehK6WgQrifQeOXAL1fGDSSzEuLDJEDJsisNE4XiNZU9Z1ii+J6kl6byx7N4Zhmp7sg/ncdVoraDn+7g8NEJsShwtq/CqWqZhmi3RAC8fF6vT36XESNsOE98Xq0j6FbBXzxBXUSUPjtK6AS7g3cUXscexbH5lOJk/1pGm7hSsEjYSSwuEQjwccyT45C2SXEuflebc73S9ihgue3WB4kjUJzB6N9abWWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=7M5S4zd6nmV3aQxShjj1AXvy8OspZgaqwvlljOO6Nno=; b=fD7eOcGkmpjkBtVX0835aB8rfp4rg3MhGeShC2zHiHVHtJZkNZGs2NCj5O9t2wi6n0EjeJ6W1ysh7zkBsnMFDWjhOVaSftFsMNkeRakiTYz6nZdgSlzNS6GmYNwupNLgb4jiewkgAQ+umC5peDih4y5uGm7XzND8oKCbD10I6pBQkap4H0fZA1rnvUoO5HYLx3n3e/dE6T+s3VAvULZ2zobFzU/Gj9oI35s/KY6IFInwUM1vUGvqzDFmDlRBdD1SZBsdvA4rbU/jP5rK0M1b5/3MufM13P51KVb4S6ZycqN5UFZ52J15hm5DvX+VuSvc3bBz0FenfgYHxRQFj5miWw== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=OUTLOOK.FR; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7M5S4zd6nmV3aQxShjj1AXvy8OspZgaqwvlljOO6Nno=; b=LxlDAv4ye4fO+IUbcZIPvvdf3aiqDF+qqdfNyDE1kIRUmH7jAqKu4VO32UcSuqiR/5bFy+94kzLnEFjRWLtncIfrakoqF8WxgxYW18Tx8e0u0aiPhMoM9msxbh+gIsevFxwavlFM8io4LV8vcUi5vs/JwtttTXX9rDeePdY/qEA6d+vBFx9kfYzcL9WE9Wlscph7Z/fWn7jToFcqLIGriVUNE1YBboV0UFIXGLRMewLSk+eGuF/fAlQFzE27nglk6KX7Upn5rFnB9ktVq0seL3RRo8n37Bvuf8ykrpiWpu0TkBV5vdnYUXdhuLgWgQ2qgohVPqwAUjxiMuyzy7klVA== Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM (2603:10a6:20b:526::9) by DB9P251MB0079.EURP251.PROD.OUTLOOK.COM (2603:10a6:10:2cc::13) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.7982.18; Thu, 3 Oct 2024 12:09:50 +0000 Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd]) by AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd%5]) with mapi id 15.20.8026.016; Thu, 3 Oct 2024 12:09:50 +0000 From: outlook user To: "26823@debbugs.gnu.org" <26823@debbugs.gnu.org>, "26822@debbugs.gnu.org" <26822@debbugs.gnu.org>, "42800@debbugs.gnu.org" <42800@debbugs.gnu.org>, "26823@debbugs.gnu.org" <26823@debbugs.gnu.org> Subject: RE: [PATCH v2] gnu: Add git-repo (guix android-repo-download). Thread-Topic: [PATCH v2] gnu: Add git-repo (guix android-repo-download). Thread-Index: AQHbEoah9JResCleZUW0Cywf/KTIkbJ0825pgAABsNU= Date: Thu, 3 Oct 2024 12:09:49 +0000 Message-ID: References: In-Reply-To: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: msip_labels: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-publictraffictype: Email x-ms-traffictypediagnostic: AS8P251MB0854:EE_|DB9P251MB0079:EE_ x-ms-office365-filtering-correlation-id: 858ed502-7c48-41d5-16dc-08dce3a447c6 x-microsoft-antispam: BCL:0; ARA:14566002|461199028|15030799003|19110799003|8060799006|15080799006|8062599003|7092599003|102099032|440099028|3412199025; x-microsoft-antispam-message-info: FNc9L5rLOjLfLKEpqwCEodGLF3D02kZxaZr4WsXqJAcm3dXOLo4/FuGQT4UN/R7nEV3XVzN+jT9hjXeBushlI9TenCxF41wcxVoprGH/5kPUxddszVpOv4QF2DPL922B38Kt2G+NfV1CrWx43y/kc6L9M4nS/5zOzL3qmGCtVMSK93gJ6KWxmOgtKCzTKtDs7lNpWWbqmBHTGTeaviV5ji93BZb4769EB+sIVlTaCW0uscD6DEXUHgokzk5YGoO9aZUbSq5kwHeMWxnE/eMSJrXwsPcaYBs48PYplDy3oSObg2zCaCoIr6Uux28tHBnChmyYjskeKY9pRkE9xAzWVMb4mBEiJ2Gr127ma0JmSa7ys8vMl4LkkASFuJ89FTtb1bBVRH5xneiEB2mhsao2kedRWgb/8Q8MvZP6raJdvYSVZ+9Lg42QQGNK14eVoOc9YBIO5/EiOzrcUFuOaeCfZhXgg3qGMLC/i3oXE79w6bOq3xUY5uvbgjrkqrA4AdEjbwIBwYq77W0ZwbVnx2wH2itbkTJo09149maxqQjZoR0AJ/neNRnWQADK/CCY6kjW8InIbkSxbGjxvYNn8qV4qdhRHyrC8RxsaFTC6GL0iKVpQJGph+9dwdNpjCmirqstimEWcrfbysFgHHM6Ad8KRSZ+Gr8s8K/UBtXiXRKzSPRtL0e4U1+WTJEhgfx1x6qkO578gdhQChqTIb+5jOJ9e4cdPzZvUwFdMZpo8krTD331j2uhRw13sxN+xO7Tj05+FvODKrDq+JwKb50gQcU16A== x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: =?iso-8859-1?Q?Xa7ulCqQE19uPxlKaqRF69PUMaoQA3LuLB5OvjAn+OadmrLmPqVU7lKM65?= =?iso-8859-1?Q?7ngF4kj4MLh7MsZHe7g1oinsiM6qFCQbjqEI2qqKYD17tInolyeBJw+B7x?= =?iso-8859-1?Q?apn7q46/3x6L6lRkcSeum9xVnNzaWRQmhTXHVuMtohSH5zzuehAA3JZQzf?= =?iso-8859-1?Q?UN6b5+MxJAygvFDoWeT2f1FIYWnqtAAr+WCLiazGN6PBa/f0kg+OSpVJGq?= =?iso-8859-1?Q?d+emMT8ec2LyqXMVYbrvNzqWYeBPdh70IZ3tosCXPDFcqbOof8DoVyIC4b?= =?iso-8859-1?Q?pykyZQo0COKznsKDOKkwmtBdgI/jsS9ggv0oUfF+4iH0FeNC+ajNmIdTLj?= =?iso-8859-1?Q?YFh/WxSU/m4U74BBLmd3bTWEjlQV+vskI3nB0sP3IzYXrEVMSIxWyhZGLj?= =?iso-8859-1?Q?Gru6O/mkzs8wKZlRLOoZazBf5B6jpgtlX1xNYEeDSCzsAQnz5ePkm38bG3?= =?iso-8859-1?Q?frmjjWqT5Vc1oShYyjVWwOAmoPMUcE0nVQwOJyjp/u60POJ9A1XOFXDDbF?= =?iso-8859-1?Q?PmMwQFK/0cqlZ69x/5mbqthDMytreWzCVYnwC5F46znyYwbX3OOMNt7p8w?= =?iso-8859-1?Q?KRSS7UPEgFk2jGn7O/SRCkaZ+63wU8srIfCvWNs6n+Fh3EE/l1ZGU/yzlv?= =?iso-8859-1?Q?frvdTe0eXI6Ta0Xn7ECl30H65FL+Hy45oJFJyCRMf9FBBBjcELXdTVLVdN?= =?iso-8859-1?Q?16QKq+VRWhhn6pDKQNKCpJdIMar4thfOs0llgHWODMCzbzPUMAe/Y1GO6k?= =?iso-8859-1?Q?TyZCYEpelwTIQpeRrktZ7o5x08UnFl5UN3igHsafN+ZtMRId88d4kq5NRt?= =?iso-8859-1?Q?nO0HNkDGrHC0aKvwuiq1vCnowuQgbMJJrHLIyLCSzwi9U6SMSa5v9PrrBm?= =?iso-8859-1?Q?gW5ArdbCr6jsMKUK548Jd23an5zwEVAOQFtCpmB0RzHeEO2/QXen8dSyFX?= =?iso-8859-1?Q?SPX6b3KPSI9av5rzlyJGpipGhpjYANCdi45myARIJrdfyukOEE9v1GwxC3?= =?iso-8859-1?Q?M/Mou3f+hEw3n/KThnwrzXhSZ6HRWmyYHdPudW4H91KJ/FMcWeTszQXTtV?= =?iso-8859-1?Q?Z1NijqZOLl4QmLBxZKPYyL6TsIWW4sZsiMKRaA/Ujov0oUu65YTsjKMVbA?= =?iso-8859-1?Q?1K4GNMMdwMUNoCvC/uhgbTG9rgw8PG6Tjl/epRVOuUkcfuddAtu0LsudM6?= =?iso-8859-1?Q?IHyFmUB7eNa8EYaWyHWGbeoSBW8557PeGaABUCcgxk7c8mZ60pobCAxgpY?= =?iso-8859-1?Q?Rq24iAR4ITLmFNnxvd8PCkq9VJ96BLaJS88QSW6x4=3D?= Content-Type: multipart/alternative; boundary="_000_AS8P251MB0854F0406C7BE060C7B12E7897712AS8P251MB0854EURP_" MIME-Version: 1.0 X-OriginatorOrg: sct-15-20-7741-18-msonline-outlook-53ebb.templateTenant X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: AS8P251MB0854.EURP251.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-Network-Message-Id: 858ed502-7c48-41d5-16dc-08dce3a447c6 X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Oct 2024 12:09:49.7535 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB9P251MB0079 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26822 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 (-) --_000_AS8P251MB0854F0406C7BE060C7B12E7897712AS8P251MB0854EURP_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ________________________________ De : outlook user Envoy=E9 : jeudi 3 octobre 2024 14:03 =C0 : 26823@debbugs.gnu.org <26823@debbugs.gnu.org>; 26822@debbugs.gnu.org = <26822@debbugs.gnu.org>; 42800@debbugs.gnu.org <42800@debbugs.gnu.org>; 268= 23@debbugs.gnu.org <26823@debbugs.gnu.org> Objet : RE: [PATCH v2] gnu: Add git-repo (guix android-repo-download). ________________________________ De : outlook user Envoy=E9 : dimanche 29 septembre 2024 17:48 =C0 : 26823@debbugs.gnu.org <26823@debbugs.gnu.org>; 26822@debbugs.gnu.org = <26822@debbugs.gnu.org>; 42800@debbugs.gnu.org <42800@debbugs.gnu.org>; 268= 23@debbugs.gnu.org <26823@debbugs.gnu.org> Objet : Re: [PATCH v2] gnu: Add git-repo (guix android-repo-download). This lacks mandatory python-formatter dependency --_000_AS8P251MB0854F0406C7BE060C7B12E7897712AS8P251MB0854EURP_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable


De : outlook user <RACP@= outlook.fr>
Envoy=E9 : jeudi 3 octobre 2024 14:03
=C0 : 26823@debbugs.gnu.org <26823@debbugs.gnu.org>; 26822@deb= bugs.gnu.org <26822@debbugs.gnu.org>; 42800@debbugs.gnu.org <42800= @debbugs.gnu.org>; 26823@debbugs.gnu.org <26823@debbugs.gnu.org> Objet : RE: [PATCH v2] gnu: Add git-repo (guix android-repo-download= ).
 


De : outlook user <RAC= P@outlook.fr>
Envoy=E9 : dimanche 29 septembre 2024 17:48
=C0 : 26823@debbugs.gnu.org <26823@debbugs.gnu.org>; 26822@deb= bugs.gnu.org <26822@debbugs.gnu.org>; 42800@debbugs.gnu.org <42800= @debbugs.gnu.org>; 26823@debbugs.gnu.org <26823@debbugs.gnu.org> Objet : Re: [PATCH v2] gnu: Add git-repo (guix android-repo-download= ).
 
This lacks mandatory python-formatter dependency
--_000_AS8P251MB0854F0406C7BE060C7B12E7897712AS8P251MB0854EURP_-- From unknown Fri Aug 15 16:19: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, 01 Nov 2024 11:24:08 +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 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 09 12:17:27 2024 Received: (at control) by debbugs.gnu.org; 9 Nov 2024 17:17:27 +0000 Received: from localhost ([127.0.0.1]:54319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t9p5S-00064H-QB for submit@debbugs.gnu.org; Sat, 09 Nov 2024 12:17:27 -0500 Received: from mail-am6eur05olkn2055.outbound.protection.outlook.com ([40.92.91.55]:42337 helo=EUR05-AM6-obe.outbound.protection.outlook.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t9p5O-00063n-E9 for control@debbugs.gnu.org; Sat, 09 Nov 2024 12:17:23 -0500 ARC-Seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=MEnPGJs7sh/6zkxlUv3MTBMffasFtH8ksU2uvUeRNuP8YQ+X+Wc0vfBdU0gB1B2UGDhw0uw5vKEZ/32qwsVvqnFMP4pC/5SZTgtlrAqKfS8fsPJEcJxsbV8QCAiQShfFzj+X1lwDwlaarkJibmDvPwPGLxpMf0iCAto5P5JQkaGe5GwhzzOzwPtINafjuAD9prcgzu3klUlkc5E0xI6AjA8Tyrplxom1U9KNcgWtha3yWKHzp/41mmtTlPECuuXKgVTL4NmFROM0mKYMsBR3OlchmDcKZczZXediiVIuGiGz8jFNH7xHtH9u3aJERjj+bBG8LJ4Z1gqFyieaTBS9Qg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=l25fD7eMf9yIsSDtafRxQvC2SNRf2qGcFGeHtzMaPQY=; b=EKUIWImqcvrlcpnjxW/i7dZHWSbrtrcjzYO/OWjhtqribcE83wxmQImGpPfFPLJmbnsqW0b8b2AAriGBOqKb57vD1+R+yrqO6+sCFCtVComopFryTfM9qhkGwESl/GMs9VTbA0DOFsBF96nrqBPSwc4QzZLcZ0TXHIMV83dItpo+rDi/qU7u4/B3c3n6PQQQAWttsFKbJw/7na5lYhhd2b8PrThGRsVMDPBdvcsgdscDYnnyviq67DSwySq8NtxebVd317j8Z0khT2HzPo7Y5I7HCAvBER75I9YXR4yJT9CVq/4Q+Hr318jCTDHsNjBgpiAk4d8nEX2U4zkXfbEQFw== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=OUTLOOK.FR; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=l25fD7eMf9yIsSDtafRxQvC2SNRf2qGcFGeHtzMaPQY=; b=BLrEdTpiRGk5oMrTWAbQ4t6vhOLCLKYDgG0Y/8IzTioXoMhYueotKA4gbozHYWHdN4eDdpcBPXWB20V5YJ3KAFl3tR9Gi4CPsZiFSSgHI1+GBqcii4nNY/pHVuZC+P5zYN9nevR37czHeeE0VMoprmLKQ0y5QpYD4u3IaIVrBLuJn9ohcwDPPaXdUTJZwfrOUnBUQ0xeRme77DnvAQT8tgiq46loBIZKLWVh6kZ8elmnAlM2TWaTjIqNRdHv8rJvOXhB+9kVC5zPBD9bejlPYdHqvEmufZCosH9iCcncN7pKFISh95qvHvOtai8ZhOR/stQHnhrweJg/mUci6CeQaQ== Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM (2603:10a6:20b:526::9) by DU0P251MB0851.EURP251.PROD.OUTLOOK.COM (2603:10a6:10:3b9::14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.8137.21; Sat, 9 Nov 2024 17:17:14 +0000 Received: from AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd]) by AS8P251MB0854.EURP251.PROD.OUTLOOK.COM ([fe80::bebf:d3d4:fc0b:68fd%5]) with mapi id 15.20.8137.021; Sat, 9 Nov 2024 17:17:14 +0000 From: outlook user To: GNU bug tracker automated control server Subject: Thread-Index: AQHbMsss3eXATKCIUUiWGuX6n2mquQ== Date: Sat, 9 Nov 2024 17:17:14 +0000 Message-ID: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: msip_labels: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-publictraffictype: Email x-ms-traffictypediagnostic: AS8P251MB0854:EE_|DU0P251MB0851:EE_ x-ms-office365-filtering-correlation-id: fd5a74cb-32f3-4d96-ae6f-08dd00e25ab7 x-microsoft-antispam: BCL:0; ARA:14566002|461199028|15030799003|8060799006|19110799003|8062599003|7092599003|15080799006|440099028|102099032|3412199025; x-microsoft-antispam-message-info: =?iso-8859-1?Q?xCB8pQB1GQtJs0+h3ayPZ74lvAy5AlFyd+HmtBnKlMaVMt1f0TAIF519nG?= =?iso-8859-1?Q?4GZHThRGOKalaNEVS8qqF8gmW62dMxXNwNQiRA3vODspInhBrStayJdXbg?= =?iso-8859-1?Q?uWuRjRg3au8uYvKndhQP1ukHHbwX4nHaemEDL8hoZTyZP0wyBgQH28EG9Y?= =?iso-8859-1?Q?beJmka0xiNGvODZSlqlyD7wm9mK7jYhwdCTDX9OF2sKJoYqlvsJUuCezoi?= =?iso-8859-1?Q?m8HxfCsHPJzn34jpxavATgXEYoCfAM5afD1FwSNj0iMd1BzPb1vTJXCVag?= =?iso-8859-1?Q?ZdHcOfaWai25c7eE3556zIaCRJKu0y74fQ3DgLkXlQF5V4djKOeR2yGTep?= =?iso-8859-1?Q?4wPkxtj6/zrX2JULld2SH3dSzsomGiV+5YZvjYL+WCH3bp7qjLLoBcSJqY?= =?iso-8859-1?Q?lqN0xMwPafywtHUuT342hT6gtyqxvGDDqU/PKhpLPG14xmEN+OO2DznJ0d?= =?iso-8859-1?Q?susLXxQD9chY6Q4zp0CSAB8bImvQsecWvtYSAYBZsvX38vJQ/vKVFKj/Dp?= =?iso-8859-1?Q?2vLzRlHwcOUR+UqWfUOqR1Pp7S1AgLUNg3tMPbLeYgGjv+LFSmtheLZIbM?= =?iso-8859-1?Q?C5zJ6rFHxzvD4ijytxVgHtGXBC389tFTUJEuQN7aPqQWY1Wi6cCFKq5sxB?= =?iso-8859-1?Q?VHIjqxZPsbJQPLgzqzhktvMQ6m16txUtwUC56sJkCaxjNbFOjhHnew4gKf?= =?iso-8859-1?Q?CpxaUpBCcE0b/uSMyiljifYVagTlNHJCCWRcZC2GdE5nKEVaInCJgdS9yO?= =?iso-8859-1?Q?Sp0eekA0qQNjShdJDrQDW1oLsQMud0E2WS1qLCNZeEaPaN7mhY7o3Iaa63?= =?iso-8859-1?Q?bn/3biWxnGxRtwjTPfuev61GJzbiM2lDVzAoAVTjbyOizdgx9ZuTFKphLA?= =?iso-8859-1?Q?kvlSDvm6r9R4iHdvs4HQ0baC7PWq5YRnCnSXTw/9Jbx76jUluJ/KKUVHXE?= =?iso-8859-1?Q?Bpc83UCDLI3YbYHAVQ51qv3tx1L2AX7nKxPsWMRhi1DQFgBzJ+hV15vacv?= =?iso-8859-1?Q?nTML6n050uLCXrkhibvrFUefRAcA1UhSwk3zUSEWCpJJioZX2TvHSLWbrQ?= =?iso-8859-1?Q?IZQXIVbBjHjemmaEVIrS2EVehW+1ZRJZVeDZyIdLiu0G?= x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: =?iso-8859-1?Q?HFZXdNPuwRyzhSxCzWG+LeCIfkT5Jgh+xJMTixZNAyd/SIslSReM7hkeiQ?= =?iso-8859-1?Q?bYfthbXqMEe2pDadd8lCHpFl2WaiGwmZ3fujEbQ6Zy4CfXBhPp2+cJv1UU?= =?iso-8859-1?Q?AgwOrZBp+apI52LOBd74wUtNeI2kHfEqKcTtmlHnNHNsdYNEuH4spzyWrX?= =?iso-8859-1?Q?IyLQPsM101nrNN37ZC0aAcpGZx/gMeDqnjTlU1YrIKlHJlF6n1wJarg/lh?= =?iso-8859-1?Q?v86ks4W1+ck4c9Oy/pngx9NvPUjWUKZK5NpK2XgEMncu7mr7ukHm0oELUe?= =?iso-8859-1?Q?UNPgZxAPBVY7K7p2+6A6e8FsI2/APZRZiD6gr/heDzi2yllKdd7WB9O6c8?= =?iso-8859-1?Q?Na8Tf04X8cmAi9tJHx+wK0gxpxggOmmLKUsW0OTxwtux++xh6l2/oWXHzS?= =?iso-8859-1?Q?crhVMHlZZ6dv+N8TVTiWLY4mXmbAbOfnJBy4FMIiXnWHtFZTC/f8TttjrU?= =?iso-8859-1?Q?u/i9xfr7J/5/Z6IPX1kgWcnKPU+guJZGuAICrBpZhpycAhFhhNFKKqE4yI?= =?iso-8859-1?Q?Qme+Yjt+r0Awri94ll7ACt2GXQoNel4otlesLNYw9OrCICgA0fLOkO5r69?= =?iso-8859-1?Q?BSLQyKCU/BzXccQhLwZDuOX14/NK1MC0/2YRlUSck+dSqrOSNP4KTK1opQ?= =?iso-8859-1?Q?LzV7QKO7LbSGigdeIrF8S7C3sZ4zTS4ZfVSHB25DbDTRRDV1IhFQWPpAOU?= =?iso-8859-1?Q?A9gPoVsJxQrpYaqcemiN/1Kk32hppFPUBMkyykwTqOmug2lwdn+oKC+QTQ?= =?iso-8859-1?Q?wnAWMiUhzSMEw76h3bKm1a3OMavpvE9xJNoaKwU8y92ap10MPT/H6qIHL6?= =?iso-8859-1?Q?i2y5NB9mh/yISXd+PkuUxNdl+zbKMFY3lT0sVzVsDKfaBht4nQvjTF6V3z?= =?iso-8859-1?Q?2yeNoR7xqyLdQ8n5e6E5vl9nvJBZuXwTuHeWuTW2aErMZ/nLfesYIWsrI/?= =?iso-8859-1?Q?CHE3OrlDA16UoxQSQQKFJTj4O1CRAc23MOw4+fAU8zQ+0SLYUK7irOmPuv?= =?iso-8859-1?Q?aTGLiYtWj6Rt+QLifkSLqYOf8T0z/1RTfhFwLpkpw5t+Y/S61O1lhWZltI?= =?iso-8859-1?Q?AtrQ94TpUAH0ING5qULTq6yL6DlrMjaDmYHX5aM8OJbXaBjsn6WLW7IIkN?= =?iso-8859-1?Q?9aR8wD3w9+BYSIjn0ESZrA5irNAsfByZuihA8jPClTvVPxOE6ig/0a3gss?= =?iso-8859-1?Q?5cGEQXU5OwNQbTInwdZ1vyJ+2NhwS7NpPN7Pwan3Zkk1zgMAmOqB1xLMCV?= =?iso-8859-1?Q?stZh9jbrLtrv38LFyt3skKiFUsBxlwE+gJ47Khq5c=3D?= Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: sct-15-20-7741-18-msonline-outlook-53ebb.templateTenant X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: AS8P251MB0854.EURP251.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-Network-Message-Id: fd5a74cb-32f3-4d96-ae6f-08dd00e25ab7 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 00000000-0000-0000-0000-000000000000 X-MS-Exchange-CrossTenant-originalarrivaltime: 09 Nov 2024 17:17:14.0806 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: DU0P251MB0851 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 21142 unarchive 26822 unarchive 26823 unarchive 42800 unarchive 73842 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [40.92.91.55 listed in sa-accredit.habeas.com] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (racp[at]outlook.fr) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [40.92.91.55 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [40.92.91.55 listed in list.dnswl.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [40.92.91.55 listed in bl.score.senderscore.com] 2.0 BLANK_SUBJECT Subject is present but empty 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 (+) unarchive 21142=0A= unarchive 26822=0A= unarchive 26823=0A= unarchive 42800=0A= unarchive 73842= From unknown Fri Aug 15 16:19: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: Sun, 08 Dec 2024 12:24:07 +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