Received: (at 74552) by debbugs.gnu.org; 26 Nov 2024 23:02:42 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 26 18:02:42 2024 Received: from localhost ([127.0.0.1]:55375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tG4Zt-0006W9-MW for submit <at> 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 <noe@HIDDEN>) id 1tG4Zp-0006VV-13 for 74552 <at> 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?= <noe@HIDDEN> To: 74552 <at> 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@HIDDEN> In-Reply-To: <20241126230115.23907-1-noe@HIDDEN> References: <20241126230115.23907-1-noe@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines <mail@HIDDEN> Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74552 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= <noe@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) From: Noé Lopez <noelopez@HIDDEN> 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@HIDDEN: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
mail@HIDDEN, guix-patches@HIDDEN
:bug#74552
; Package guix-patches
.
Full text available.Received: (at 74552) by debbugs.gnu.org; 26 Nov 2024 23:02:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 26 18:02:37 2024 Received: from localhost ([127.0.0.1]:55372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tG4Zp-0006Vp-4F for submit <at> 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 <noe@HIDDEN>) id 1tG4Zm-0006VM-VN for 74552 <at> 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?= <noe@HIDDEN> To: 74552 <at> 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@HIDDEN> In-Reply-To: <20241126230115.23907-1-noe@HIDDEN> References: <20241126230115.23907-1-noe@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines <mail@HIDDEN> Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74552 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= <noe@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) From: Noé Lopez <noelopez@HIDDEN> --- 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
mail@HIDDEN, guix-patches@HIDDEN
:bug#74552
; Package guix-patches
.
Full text available.Received: (at 74552) by debbugs.gnu.org; 26 Nov 2024 23:02:36 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 26 18:02:36 2024 Received: from localhost ([127.0.0.1]:55369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tG4Zj-0006VT-Hj for submit <at> 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 <noe@HIDDEN>) id 1tG4Zd-0006V7-DL for 74552 <at> 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?= <noe@HIDDEN> To: 74552 <at> 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@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines <mail@HIDDEN> Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74552 Cc: =?UTF-8?q?No=C3=A9=20Lopez?= <noe@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) From: Noé Lopez <noelopez@HIDDEN> --- 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
mail@HIDDEN, guix-patches@HIDDEN
:bug#74552
; Package guix-patches
.
Full text available.Received: (at submit) by debbugs.gnu.org; 26 Nov 2024 22:54:03 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 26 17:54:03 2024 Received: from localhost ([127.0.0.1]:55345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tG4RT-00063c-Dy for submit <at> 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 <noe@HIDDEN>) id 1tG4RN-00063M-TZ for submit <at> 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 <noe@HIDDEN>) id 1tG4RN-0005Zk-M5 for guix-patches@HIDDEN; 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 <noe@HIDDEN>) id 1tG4RH-0005S7-V4 for guix-patches@HIDDEN; 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?= <noe@HIDDEN> To: guix-patches@HIDDEN 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@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-CC: Christopher Baines <mail@HIDDEN> Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:5b40:0:3006::1; envelope-from=noe@HIDDEN; 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?= <noelopez@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) From: Noé Lopez <noelopez@HIDDEN> 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
Noé Lopez <noe@HIDDEN>
:mail@HIDDEN, guix-patches@HIDDEN
.
Full text available.mail@HIDDEN, guix-patches@HIDDEN
:bug#74552
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.