From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 17:54:03 2024 Received: (at submit) by debbugs.gnu.org; 26 Nov 2024 22:54:03 +0000 Received: from localhost ([127.0.0.1]:55345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4RT-00063c-Dy for submit@debbugs.gnu.org; Tue, 26 Nov 2024 17:54:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:35594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4RN-00063M-TZ for submit@debbugs.gnu.org; Tue, 26 Nov 2024 17:53:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tG4RN-0005Zk-M5 for guix-patches@gnu.org; Tue, 26 Nov 2024 17:53:53 -0500 Received: from smtp.domeneshop.no ([2a01:5b40:0:3006::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tG4RH-0005S7-V4 for guix-patches@gnu.org; Tue, 26 Nov 2024 17:53:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:Cc:To:From:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=q8ai1nw7dT5VAxFkQCyYvSbxONRZu9S/ocSGK9bkTTQ=; b=Sdm4FS+pP9RQS3uNti1YmR17JP PTuEeMhTiG3uf61+aD+8A1/KxnECff10E5xguRbkydwQN+L7e2wD6YeUXH8YlkGDt0O+w7kuxdq1C wZJvhBLiG008BIVCwtfjoNFF48qn0OlSeOkWPzWdPu7rKi/HL0EJTO9tok9iDOxsizHrb8a5mtugH utMNgyGLxTIEtUGdyD9of2PW0IfM1FqHiEuvbSk7+/2rvulzEln/H7/AwomqkcQbObTzKsswhffYk ShrWBBpnj/xI1JnbMCF9jwJ9t+luONGgBeXsKsMAi9RBdms7jv1o/h/JfP3p61/YeXvj8ZpHF5056 xgpLetUw==; Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) id 1tG4R9-001BF7-2r; Tue, 26 Nov 2024 23:53:39 +0100 From: =?UTF-8?q?No=C3=A9=20Lopez?= To: guix-patches@gnu.org Subject: [PATCH 0/3] Small changes for running qa-frontpage locally Date: Tue, 26 Nov 2024 23:54:49 +0100 Message-ID: <20241126225449.23345-1-noe@xn--no-cja.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:5b40:0:3006::1; envelope-from=noe@xn--no-cja.eu; helo=smtp.domeneshop.no X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?No=C3=A9=20Lopez?= 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: -2.3 (--) From: Noé Lopez Hi, While trying out qa-frontpage locally, I had the occasion to make some trivial changes: – Changed references for guix environment to guix shell – Changed the remote url for guix-patches to not require authentication – Abstracted git fetch invocations into a function. This was originally intended for further changes but I suppose it can’t hurt. Have a good day, Noé Lopez Noé Lopez (3): Update references to guix environment Abstract git fetch invocations into fetch-remote! function Use https protocol for the guix-patches remote README.org | 2 +- guix-dev.scm | 2 +- guix-qa-frontpage/git-repository.scm | 14 ++++++++++---- guix-qa-frontpage/manage-patch-branches.scm | 6 +++--- 4 files changed, 15 insertions(+), 9 deletions(-) base-commit: d3e526bf8a8b2723fdfd26d14c9959a060ba523b -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 18:02:36 2024 Received: (at 74552) by debbugs.gnu.org; 26 Nov 2024 23:02:36 +0000 Received: from localhost ([127.0.0.1]:55369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4Zj-0006VT-Hj for submit@debbugs.gnu.org; Tue, 26 Nov 2024 18:02:36 -0500 Received: from smtp.domeneshop.no ([194.63.252.55]:51719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4Zd-0006V7-DL for 74552@debbugs.gnu.org; Tue, 26 Nov 2024 18:02:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:Cc:To:From:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=OARGzJ10+PocHnErBIKrrm8pnnzg/clT5YCSR5Gt6DY=; b=fvCma4uy7MKqG5+Mc/ern28+PC 8WB9GyjzO05aEvMist4CZmIY3kQDQ+x5wgXdXKhaR9SAK7BtQSxlPpDJ+KqwG05OaKJZmpz8iNY5E CBDj7w93tIt8Ig8TqZVyp3QBuV45AIpiypWr+KRLFopRZ2zNqDtMIsrpN+te+/254IygiVrk87gM5 ouwv9bCi6K18gPRzbC2r8cRgPIGRE/7Vy3fdqctwN3Kliwr7U3+fndfBE5BHDrbhtPOutEWw8mKp5 qeOV3wZReK3iJ/hMC1ofxLgj0k8Gor6Nh7C6XetsjrSGpCogND1iPsp1KkCG5DMq3fa9rTSC6MiNe UOPleQsg==; Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) id 1tG4XR-001CKI-Se; Wed, 27 Nov 2024 00:00:09 +0100 From: =?UTF-8?q?No=C3=A9=20Lopez?= To: 74552@debbugs.gnu.org Subject: [PATCH 1/3] Update references to guix environment Date: Wed, 27 Nov 2024 00:01:13 +0100 Message-ID: <20241126230115.23907-1-noe@xn--no-cja.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74552 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= 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 (-) From: Noé Lopez --- README.org | 2 +- guix-dev.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index abb0858..377f549 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ Guix, like packages for example. Use the guix-dev.scm file to provide the dependencies. #+BEGIN_SRC shell -guix environment -l guix-dev.scm +guix shell -D --file=guix-dev.scm #+END_SRC Then run the following commands: diff --git a/guix-dev.scm b/guix-dev.scm index e820570..f32a449 100644 --- a/guix-dev.scm +++ b/guix-dev.scm @@ -21,7 +21,7 @@ ;;; Run the following command to enter a development environment for ;;; the guix-qa-frontpage: ;;; -;;; $ guix environment -l guix-dev.scm +;;; $ guix shell -D --file=guix-dev.scm (use-modules ((guix licenses) #:prefix license:) (guix packages) -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 18:02:37 2024 Received: (at 74552) by debbugs.gnu.org; 26 Nov 2024 23:02:37 +0000 Received: from localhost ([127.0.0.1]:55372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4Zp-0006Vp-4F for submit@debbugs.gnu.org; Tue, 26 Nov 2024 18:02:37 -0500 Received: from smtp.domeneshop.no ([194.63.252.55]:50981) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4Zm-0006VM-VN for 74552@debbugs.gnu.org; Tue, 26 Nov 2024 18:02:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=3G2TAOiSyszC+qCaWGxzgEMjxqnnTHmX6h+rq8VXtyc=; b=1 oYTsWdJnRJIhzmJAyNN2a0G8hc3+a1uDDG8JIrOOm5lYlSB3yxz3TnpZNjNz9NWXBIcwj/yslEh8d IhbbDbF3I8iI2YfGUokjzODVfjq5/CtbUtXpAIQ/kbHQ1E+TIWpXlIUDjpigJXSqZG/IzvNyYdI/D 7YJR9oylkNQURPk1O3YjzUggLaXRCwOEg0zZlhHFksWaxTR2T+4I9O6C7abjaqASLbEkx5/jEntv4 Mqrky0I9hqrDcckIGms4COjhT/pQhznBFkIbqtPXtuzkmjcl8nfLaBbE+CdCKi1YFU0rsGuq3epdV J1a4Vyed5+rfgzfsx8YquqyNbRakmPFHA==; Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) id 1tG4Xa-001CKI-Ic; Wed, 27 Nov 2024 00:00:18 +0100 From: =?UTF-8?q?No=C3=A9=20Lopez?= To: 74552@debbugs.gnu.org Subject: [PATCH 2/3] Abstract git fetch invocations into fetch-remote! function Date: Wed, 27 Nov 2024 00:01:14 +0100 Message-ID: <20241126230115.23907-2-noe@xn--no-cja.eu> In-Reply-To: <20241126230115.23907-1-noe@xn--no-cja.eu> References: <20241126230115.23907-1-noe@xn--no-cja.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74552 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= 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 (-) From: Noé Lopez --- guix-qa-frontpage/git-repository.scm | 12 +++++++++--- guix-qa-frontpage/manage-patch-branches.scm | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm index 2140c1e..0d31fe6 100644 --- a/guix-qa-frontpage/git-repository.scm +++ b/guix-qa-frontpage/git-repository.scm @@ -16,6 +16,7 @@ #:export (%git-repository-location ensure-repository-exists! + fetch-remote! update-repository! with-bare-git-repository with-git-worktree @@ -55,13 +56,18 @@ (invoke "git" "config" "user.name" "Guix Patches Tester") (invoke "git" "config" "user.email" ""))))))) +(define* (fetch-remote! remote #:rest additional-args) + (let ((args `("git" "fetch" "--prune" + ,@additional-args ,remote))) + (apply invoke args))) + (define (update-repository!) (with-bare-git-repository (lambda () (invoke "git" "prune") - (invoke "git" "fetch" "--prune" "origin") - (invoke "git" "fetch" "--prune" "patches") - (invoke "git" "fetch" "--force" "--tags" "patches")))) + (fetch-remote! "origin") + (fetch-remote! "patches") + (fetch-remote! "patches" "--force" "--tags")))) (define (with-bare-git-repository thunk) (ensure-repository-exists!) diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index fc389e1..b725113 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -64,7 +64,7 @@ (with-bare-git-repository (lambda () - (run "git" "fetch" "--prune" "patches") + (fetch-remote! "origin") (let ((pipe (open-pipe* OPEN_READ "git" "ls-remote" "--heads" "patches"))) @@ -142,7 +142,7 @@ latest-processed-master-revision (with-bare-git-repository (lambda () - (invoke "git" "fetch" "--prune" "origin") + (fetch-remote! "origin") (invoke-read-line "git" "show-ref" "--hash" (string-append "origin/" branch))))))) @@ -262,7 +262,7 @@ (begin (with-bare-git-repository (lambda () - (invoke "git" "fetch" "--prune" "origin") + (fetch-remote! "origin") (system* "git" "worktree" "remove" "--force" (simple-format #f "../issue-~A" issue-number)) (system* "git" "branch" "-D" -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 18:02:42 2024 Received: (at 74552) by debbugs.gnu.org; 26 Nov 2024 23:02:42 +0000 Received: from localhost ([127.0.0.1]:55375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4Zt-0006W9-MW for submit@debbugs.gnu.org; Tue, 26 Nov 2024 18:02:42 -0500 Received: from smtp.domeneshop.no ([194.63.252.55]:45093) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tG4Zp-0006VV-13 for 74552@debbugs.gnu.org; Tue, 26 Nov 2024 18:02:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=O0dqsm/CdbBtMZJNGeva8on6SLErUQw7V/oRS4wfj3c=; b=4 df+HCtDPlOTmXOc0hOssnYQPYqge/Dt+1SsoJ/3ZnQEz9hQmNkzu6jvPLx5UZE8A2UF87/Kc/NAXj ZgmrJaABh0cztpr4C5/HMV4yuY9EsXDcz8OrVsaNEt57UJgOI/R34YRKcLCJPpy+4QrZrXb6840+L +mSBgzLYAsjnMFXFHsksV75moGONDnBJ2OUj2QkeagcxSq+lxG31r6Z1q25dRP5yvhAL8dUBms+rx EM9bU17CtaJhC5mijsRIv7S7KQiDs+mBatN7suFwrpmINrt1AxpRtHzv4AwV9hrUbBm5fjl7NpDoK dwEGhOx409/cpnjDz6nOSGQeTJAvbpJIg==; Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) id 1tG4Xd-001CKI-Ks; Wed, 27 Nov 2024 00:00:21 +0100 From: =?UTF-8?q?No=C3=A9=20Lopez?= To: 74552@debbugs.gnu.org Subject: [PATCH 3/3] Use https protocol for the guix-patches remote Date: Wed, 27 Nov 2024 00:01:15 +0100 Message-ID: <20241126230115.23907-3-noe@xn--no-cja.eu> In-Reply-To: <20241126230115.23907-1-noe@xn--no-cja.eu> References: <20241126230115.23907-1-noe@xn--no-cja.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74552 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= 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 (-) From: Noé Lopez The git protocol requires credentials. --- guix-qa-frontpage/git-repository.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-qa-frontpage/git-repository.scm b/guix-qa-frontpage/git-repository.scm index 0d31fe6..4ba7ca7 100644 --- a/guix-qa-frontpage/git-repository.scm +++ b/guix-qa-frontpage/git-repository.scm @@ -51,7 +51,7 @@ (invoke "git" "remote" "add" "origin" "https://git.savannah.gnu.org/git/guix.git") (invoke "git" "remote" "add" "patches" - "git@git.qa.guix.gnu.org:guix-patches") + "https://git.qa.guix.gnu.org/git/guix-patches") (invoke "git" "config" "user.name" "Guix Patches Tester") (invoke "git" "config" "user.email" ""))))))) -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 10:17:08 2025 Received: (at 74552-done) by debbugs.gnu.org; 27 Feb 2025 15:17:08 +0000 Received: from localhost ([127.0.0.1]:36011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnfdM-00016B-Gt for submit@debbugs.gnu.org; Thu, 27 Feb 2025 10:17:08 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:44973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnfdK-00015z-AJ for 74552-done@debbugs.gnu.org; Thu, 27 Feb 2025 10:17:07 -0500 Received: from localhost (unknown [IPv6:2a0b:89c1:3::a36e]) by mira.cbaines.net (Postfix) with ESMTPSA id 8511F27BBE2; Thu, 27 Feb 2025 15:17:04 +0000 (GMT) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 5b915291; Thu, 27 Feb 2025 15:17:03 +0000 (UTC) From: Christopher Baines To: =?utf-8?Q?No=C3=A9?= Lopez Subject: Re: [bug#74552] [PATCH 0/3] Small changes for running qa-frontpage locally In-Reply-To: <20241126225449.23345-1-noe@xn--no-cja.eu> (=?utf-8?Q?=22No?= =?utf-8?Q?=C3=A9?= Lopez"'s message of "Tue, 26 Nov 2024 23:54:49 +0100") References: <20241126225449.23345-1-noe@xn--no-cja.eu> Date: Thu, 27 Feb 2025 15:17:01 +0000 Message-ID: <87plj3zac2.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 74552-done Cc: 74552-done@debbugs.gnu.org, =?utf-8?Q?No=C3=A9?= Lopez 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable No=C3=A9 Lopez writes: > From: No=C3=A9 Lopez > > Hi, > > While trying out qa-frontpage locally, I had the occasion to make some > trivial changes: Hi, Sorry I missed these emails, not sure how that happened. > =E2=80=93 Changed references for guix environment to guix shell I've pushed this change now, note that I've switched to trunk as the master branch since you sent these patches. > =E2=80=93 Changed the remote url for guix-patches to not require authenti= cation The solution here needed to be slightly more complicated, as QA on bayfront still needs to use the git@git.qa.guix.gnu.org:guix-patches URL so that it can modify the repository. I've pushed a patch that achieves that now, and will use the https url by default, providing you don't tell QA you want to manage the patch branches. > =E2=80=93 Abstracted git fetch invocations into a function. This was > originally intended for further changes but I suppose it can=E2=80=99t = hurt. I wasn't so sure about this refactoring as to me it makes it less obvious what's going on, and (for better or for worse) that we're calling out to Git on the command line. Feel free to resend it if you're still interested in making that change. Thanks for the patches, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmfAge1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcHjw//eVE526o3GTNYQ7QT+CdqrB0ksvVUNBut MD14xMyORY47kYY2xuYz5ga+zb5fWttpwQmnGim+aQl5RVw8WNM8+gIileLNEQ/M FOttGfpE7RtgS73hj/o5BXuaIunffc8dBdT3C5w5JR1TOpnBx2t/avrYLyBYx+ql sY+JHZHVZuJDAR+rJV29Un94jv2C1683bRAR4DUkwa4bmr5IFIku83TLbuXHiR7D xHEGPdewXTtihLnA4g2qRrqDM4T0+s4xzBsggyMUDvGXzm5zv9S0EAQMsBTA+7CI dWIPyr7kimRD3R9MnpTN98WYA/qz8tQuD7f8+ekU0PuDFs07xKpeZvtitGp1rYOf H+L1T/QNnl/hD/hyffynzBVDmPjhQVHbsnZxMqyA5RwMD2WR6Tu944NoV22eXa7K z83RjQBZuMfjDRKOW1tMY5VYu9ITOGKExcjfSF0Mdv1hkL67dUDjvPVpzd4Gy9a6 C4lISokYQYxf6/jE3LLu9AW+qzTo0/+xJV9sSSf1tLBddAW2deXQGsj34jQiRCb1 XRPU3opyvFBgq8Hrtqrlg4uV4X9QbR3eWtguIKpB1zFw+tcv2Z1RPJ/PLLRkAuim E2xCpLF+KOaydzda7P05XDm+F/8+iTPN/CQUiJcm+W/e+qt+I2IH4cmod/N0yjcU /dmx4FaaFcU= =DU5V -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 11:00:28 2025 Received: (at 74552-done) by debbugs.gnu.org; 27 Feb 2025 16:00:28 +0000 Received: from localhost ([127.0.0.1]:36462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tngJH-0005Sy-4m for submit@debbugs.gnu.org; Thu, 27 Feb 2025 11:00:27 -0500 Received: from smtp.domeneshop.no ([2a01:5b40:0:3006::1]:55138) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tngJA-0005RK-A5 for 74552-done@debbugs.gnu.org; Thu, 27 Feb 2025 11:00:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202502; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:From:Sender:Reply-To:Subject:Date: Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=NTc+Jzi64eikLv2Rj80TRBzDBB5tK9y8De5aw+P00yg=; b=Ipoo4NSqMcjdZaslvVfOLtcA1n TO58F973kRYD9qRYY/1IUtPidhMCE9qmt0RuCI7xcJUD8x0gWrWtu0O96F2/+cRK0cOTDi27pEmEq TF8bvVOPwBbVn5QW99OCsPbJswAa2Nq0iuVNw7F4LMUMov7wrDbNMZBkGNsKFUi0Vi/lzzXnlOvAa mgTJLYWjwZrjSLio29X1F0AMYoqd64MnmVdPFB9jGNrR86ZjDB9Yx7fQjAsd77eHUqD9T4lNREcqU COfeQ7kulXtVaZlYN/X0RI2MMRc/siHpCJ/JqEMDSjqbrvjsH2aVaDgQ48QYHnaIBu3fpSWE44dFI Iv57o3Rg==; Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) id 1tngJ2-00DzGf-PK; Thu, 27 Feb 2025 17:00:12 +0100 From: =?utf-8?Q?No=C3=A9?= Lopez To: Christopher Baines Subject: Re: [bug#74552] [PATCH 0/3] Small changes for running qa-frontpage locally In-Reply-To: <87plj3zac2.fsf@cbaines.net> References: <20241126225449.23345-1-noe@xn--no-cja.eu> <87plj3zac2.fsf@cbaines.net> Date: Thu, 27 Feb 2025 17:00:07 +0100 Message-ID: <87y0xrnzso.fsf@xn--no-cja.eu> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 74552-done Cc: 74552-done@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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Christopher Baines writes: >> =E2=80=93 Abstracted git fetch invocations into a function. This was >> originally intended for further changes but I suppose it can=E2=80=99t= hurt. > > I wasn't so sure about this refactoring as to me it makes it less > obvious what's going on, and (for better or for worse) that we're > calling out to Git on the command line. > > Feel free to resend it if you're still interested in making that change. > I had done it for something that ended up not working out (don=E2=80=99t remember what) so I don=E2=80=99t really have a motivation for those change= s. > Thanks for the patches, > > Chris Thanks for looking at them :) I believe its important to have an easy way to run locally for me to contribute, it can be a real pain in some projects! Good evening, No=C3=A9 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHGBAEBCAAwFiEEXVTPJVeyOOiNwYCiLSIyQQq3QEMFAmfAjAcSHG5vZUB4bi0t bm8tY2phLmV1AAoJEC0iMkEKt0BDVQEMAOpVrRVPz/u9lvUNBCbAetrofbupFv+6 dtGVI1SlhoSjuRhDrwh7HTa4MXTpbh5Q7qOwahDPBGivCKY12QgSmLtSh7wkqk8T XaRtKevFNBBgGRaQm5s6nwniUllXL4OJxjDkjiVHDb5McU/9knLCGwWSMRz8uOs/ +Ku1mKR/TSaWcOF46NSat90CYo3Egr4V9+Kdjad8MJ5UYCsPZ0k4FNFn1fQmTI/Y YmyXUSbX9xtrWxTR7iCh8bxSa2DhrLR9NrDvuGCtOQoquAX/+3Idfow5Ri1srge7 GkeN6pMg4QZ4jueHKwadPYw6LWga2Y+HUzgDCbbixUQ0B905nHrCVRiSmBZahm4i kb2vdOAHwg/VrQiyksnF4GJeyXJckh0qZNgj0Md/qfSFCrbqhHMuYPW6N09nuxS7 AMKwRU0Yoww9E12HOFDD406Wido7ij90Ez+5BM85HGe88eOb2Mbkp28NyLheOfFF cOL+y5EEvSM/9mhbk/HNAgRp67JDeHGGsg== =yyjQ -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 12 08:33:20 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, 28 Mar 2025 11:24:13 +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