From unknown Fri Jul 18 04:33:09 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#69323 <69323@debbugs.gnu.org> To: bug#69323 <69323@debbugs.gnu.org> Subject: Status: [PATCH] html: Offer new download URL after transfer to Savannah. Reply-To: bug#69323 <69323@debbugs.gnu.org> Date: Fri, 18 Jul 2025 11:33:09 +0000 retitle 69323 [PATCH] html: Offer new download URL after transfer to Savann= ah. reassign 69323 mumi submitter 69323 Felix Lechner severity 69323 normal tag 69323 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 23 07:16:41 2024 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 27 09:20:11 2024 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 To: 69323@debbugs.gnu.org Subject: Deployed in the wild 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-Debbugs-Envelope-To: 69323 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 debbugs-submit-bounces@debbugs.gnu.org Fri May 10 18:37:24 2024 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 From unknown Fri Jul 18 04:33:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Jun 2024 11:24:06 +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