From unknown Fri Jul 18 04:29:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69323: [PATCH] html: Offer new download URL after transfer to Savannah. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: bug-mumi@gnu.org Resent-Date: Fri, 23 Feb 2024 12:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69323 X-GNU-PR-Package: mumi X-GNU-PR-Keywords: patch To: 69323@debbugs.gnu.org Cc: Felix Lechner X-Debbugs-Original-To: bug-mumi@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17086906011786 (code B ref -1); Fri, 23 Feb 2024 12:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Feb 2024 12:16:41 +0000 Received: from localhost ([127.0.0.1]:35042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdUTo-0000Sk-O6 for submit@debbugs.gnu.org; Fri, 23 Feb 2024 07:16:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:36206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdUTk-0000SS-L1 for submit@debbugs.gnu.org; Fri, 23 Feb 2024 07:16:39 -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 1rdUTK-0008GF-Ey for bug-mumi@gnu.org; Fri, 23 Feb 2024 07:16:11 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rdUTH-0006Cb-Ui for bug-mumi@gnu.org; Fri, 23 Feb 2024 07:16:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=pZg3HT7LA0Gu+Yy Cv12WwbU/9R33m9/mguCRqRvtApU=; h=date:subject:cc:to:from; d=lease-up.com; b=ITGTqpz2BNi0GJD4ZhZMK4CAxgbHmrSpBZ5zIaqGm2V7Z21mngP9 n2SPZrGHRHDgPAu+pn06JUFuR/i0Tl6mXfARqzVP0TZ0K39P66kTGAPKVbf2fEhKNHSJKH QTqySIoVv5thCOj0TbTVU0SuHo9qgp+0YFZHF2Ea9j0sZDQKY= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 15eb1fd1 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 23 Feb 2024 12:16:02 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ad1f945b; Fri, 23 Feb 2024 12:16:02 +0000 (UTC) From: Felix Lechner Date: Fri, 23 Feb 2024 04:15:33 -0800 Message-ID: <20240223121540.9114-1-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) 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.1 (--) * mumi/web/view/html.scm: Offer new download URL after transfer to Savannah. --- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index d44ff6a..2599aeb 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -77,7 +77,7 @@ (br) "Now with even more " (span (@ (class "lambda")) "λ") "! ") (p "This is free software. Download the " - (a (@ (href "https://git.elephly.net/software/mumi.git")) + (a (@ (href "https://git.savannah.gnu.org/cgit/guix/mumi.git")) "source code here") ".")) (script (@ (src "/js/sort-table.js"))))))) base-commit: ba4750f0d12fedbbc9439c31715f95d0007dce8d -- 2.41.0 From unknown Fri Jul 18 04:29:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69323: Deployed in the wild References: <20240223121540.9114-1-felix.lechner@lease-up.com> In-Reply-To: <20240223121540.9114-1-felix.lechner@lease-up.com> Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: bug-mumi@gnu.org Resent-Date: Tue, 27 Feb 2024 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69323 X-GNU-PR-Package: mumi X-GNU-PR-Keywords: patch To: 69323@debbugs.gnu.org Received: via spool by 69323-submit@debbugs.gnu.org id=B69323.17090436112071 (code B ref 69323); Tue, 27 Feb 2024 14:21:02 +0000 Received: (at 69323) by debbugs.gnu.org; 27 Feb 2024 14:20:11 +0000 Received: from localhost ([127.0.0.1]:55950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reyJX-0000XK-6E for submit@debbugs.gnu.org; Tue, 27 Feb 2024 09:20:11 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]:40816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reyJU-0000X6-IS for 69323@debbugs.gnu.org; Tue, 27 Feb 2024 09:20:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=6hsmsM9laevxcdV W+0Mb+afX+QUQdC0B4Ay8ouBRw7E=; h=date:subject:cc:to:from; d=lease-up.com; b=rJagixlmt+J17otykxUXZvzx3b28/xUMUVts+d7Qzuysb4xZV61s 4vCEgnJkRPQ5rd1IBjdXd6Se6271yqJvOHZFtfDkPZb1HBC3WqjcwlxtywAuPetpQpc1zf 6swMre0PrwizmQVqkzFKqctfLPcZ/JH/ZwY9VlXE9xBhaqVkU= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 4f73401d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <69323@debbugs.gnu.org>; Tue, 27 Feb 2024 13:53:01 +0000 (UTC) From: Felix Lechner Date: Tue, 27 Feb 2024 05:53:01 -0800 Message-ID: <87zfvm2ev6.fsf@lease-up.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.7 (+) 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, This patch was deployed on a live system. You can see it working on https://better.juix.org. Kind regards Felix Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: juix.org] -0.0 T_SCC_BODY_TEXT_LINE No description available. 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, This patch was deployed on a live system. You can see it working on https://better.juix.org. Kind regards Felix From unknown Fri Jul 18 04:29:18 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Felix Lechner Subject: bug#69323: closed (Re: [PATCH] html: Offer new download URL after transfer to Savannah.) Message-ID: References: <8734qp70q1.fsf@systemreboot.net> <20240223121540.9114-1-felix.lechner@lease-up.com> X-Gnu-PR-Message: they-closed 69323 X-Gnu-PR-Package: mumi X-Gnu-PR-Keywords: patch Reply-To: 69323@debbugs.gnu.org Date: Fri, 10 May 2024 22:38:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1715380682-13414-1" This is a multi-part message in MIME format... ------------=_1715380682-13414-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69323: [PATCH] html: Offer new download URL after transfer to Savannah. which was filed against the mumi package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69323@debbugs.gnu.org. --=20 69323: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69323 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1715380682-13414-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69323-done) by debbugs.gnu.org; 10 May 2024 22:37:24 +0000 Received: from localhost ([127.0.0.1]:44513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s5Yrj-0003U7-T2 for submit@debbugs.gnu.org; Fri, 10 May 2024 18:37:24 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:58522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s5Yrf-0003U1-Ut for 69323-done@debbugs.gnu.org; Fri, 10 May 2024 18:37:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Sender:Reply-To: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=/NVqGzZ9HQ4LOPEipBNRazeaY8VvzUPmngQW90jnlBw=; b=YVtgBKYsF5eSb+5MBmwdOpwzOR P1fK+hX8LBQsz8bYE0b1kSuKUCRIVyLnxItxi0NuQCu/wVlG8pB/EtnqU9avwJYaBU5BkrWZ0OAj0 b1QwJ7puBsAJYbMP0PED8DSpR4G/gmTojZWvc3fWo2/0N5lVoDZQQqfj7KJtEli2KEbyX57dbepiz /tbRhm2LYCdVeVB3obm9ItKwcGmIUbgSUZmmLkDrEuXqOAVY+Rflu8sdcskjhXEOYEUvEPs/uG83e hFGiJPy6Rqo+KAIHyV3+uW8KL1JPoLFUg9OEZ5UkuNW2jcDpY8Y/IVJZZlQyvU2h/hEkFCCepksAk 7gaxvvWA==; Received: from [192.168.2.1] (port=53358 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1s5Yp0-0004gv-35; Fri, 10 May 2024 23:34:35 +0100 From: Arun Isaac To: 69323-done@debbugs.gnu.org Subject: Re: [PATCH] html: Offer new download URL after transfer to Savannah. Date: Fri, 10 May 2024 23:37:10 +0100 Message-ID: <8734qp70q1.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 69323-done Cc: Felix Lechner 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 (-) Hi Felix, I have applied and pushed this patch. Thank you! Arun ------------=_1715380682-13414-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Feb 2024 12:16:41 +0000 Received: from localhost ([127.0.0.1]:35042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdUTo-0000Sk-O6 for submit@debbugs.gnu.org; Fri, 23 Feb 2024 07:16:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:36206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdUTk-0000SS-L1 for submit@debbugs.gnu.org; Fri, 23 Feb 2024 07:16:39 -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 1rdUTK-0008GF-Ey for bug-mumi@gnu.org; Fri, 23 Feb 2024 07:16:11 -0500 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rdUTH-0006Cb-Ui for bug-mumi@gnu.org; Fri, 23 Feb 2024 07:16:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=pZg3HT7LA0Gu+Yy Cv12WwbU/9R33m9/mguCRqRvtApU=; h=date:subject:cc:to:from; d=lease-up.com; b=ITGTqpz2BNi0GJD4ZhZMK4CAxgbHmrSpBZ5zIaqGm2V7Z21mngP9 n2SPZrGHRHDgPAu+pn06JUFuR/i0Tl6mXfARqzVP0TZ0K39P66kTGAPKVbf2fEhKNHSJKH QTqySIoVv5thCOj0TbTVU0SuHo9qgp+0YFZHF2Ea9j0sZDQKY= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 15eb1fd1 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 23 Feb 2024 12:16:02 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id ad1f945b; Fri, 23 Feb 2024 12:16:02 +0000 (UTC) From: Felix Lechner To: bug-mumi@gnu.org Subject: [PATCH] html: Offer new download URL after transfer to Savannah. Date: Fri, 23 Feb 2024 04:15:33 -0800 Message-ID: <20240223121540.9114-1-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit Cc: Felix Lechner 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.1 (--) * mumi/web/view/html.scm: Offer new download URL after transfer to Savannah. --- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index d44ff6a..2599aeb 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -77,7 +77,7 @@ (br) "Now with even more " (span (@ (class "lambda")) "λ") "! ") (p "This is free software. Download the " - (a (@ (href "https://git.elephly.net/software/mumi.git")) + (a (@ (href "https://git.savannah.gnu.org/cgit/guix/mumi.git")) "source code here") ".")) (script (@ (src "/js/sort-table.js"))))))) base-commit: ba4750f0d12fedbbc9439c31715f95d0007dce8d -- 2.41.0 ------------=_1715380682-13414-1--