emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64691: closed (use https:// instead of git:// in shepherd www)


From: GNU bug Tracking System
Subject: bug#64691: closed (use https:// instead of git:// in shepherd www)
Date: Mon, 21 Aug 2023 14:54:01 +0000

Your message dated Mon, 21 Aug 2023 16:53:25 +0200
with message-id <87wmxo8n16.fsf@gnu.org>
and subject line Re: bug#64691: use https:// instead of git:// in shepherd www
has caused the debbugs.gnu.org bug report #64691,
regarding use https:// instead of git:// in shepherd www
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64691: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64691
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: use https:// instead of git:// in shepherd www Date: Mon, 17 Jul 2023 21:40:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello, and congratulations on the shepherd 0.10.2 release!

How about using https for git clone instructions, instead of the old
non-secured way?  See patch below.

The "Download" link on <https://savannah.gnu.org/git/?group=shepherd>
goes to <https://ftp.gnu.org/gnu/dmd/> which doesn't exist.  How about
updating it to point to <https://ftp.gnu.org/gnu/shepherd/>?

/Simon

cvs2 diff: Diffing .
Index: dmd.html
===================================================================
RCS file: /web/shepherd/shepherd/dmd.html,v
retrieving revision 1.34
diff -u -p -r1.34 dmd.html
--- dmd.html    13 May 2023 14:40:49 -0000      1.34
+++ dmd.html    17 Jul 2023 19:36:44 -0000
@@ -87,7 +87,7 @@ can be found at
 <dt>Development</dt>
 
 <dd>
-  <p>Anonymous checkout: <code>git clone 
git://git.savannah.gnu.org/shepherd.git</code></p>
+  <p>Anonymous checkout: <code>git clone 
https://git.savannah.gnu.org/git/shepherd.git</code></p>
   <p>You can also browse the Git repository with your web browser: 
     <a 
href="https://git.savannah.gnu.org/cgit/shepherd.git";>https://git.savannah.gnu.org/cgit/shepherd.git</a></p>
 
cvs2 diff: Diffing manual
cvs2 diff: Diffing manual/html_node

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#64691: use https:// instead of git:// in shepherd www Date: Mon, 21 Aug 2023 16:53:25 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Simon Josefsson <simon@josefsson.org> skribis:

> -  <p>Anonymous checkout: <code>git clone 
> git://git.savannah.gnu.org/shepherd.git</code></p>
> +  <p>Anonymous checkout: <code>git clone 
> https://git.savannah.gnu.org/git/shepherd.git</code></p>
>    <p>You can also browse the Git repository with your web browser: 
>      <a 
> href="https://git.savannah.gnu.org/cgit/shepherd.git";>https://git.savannah.gnu.org/cgit/shepherd.git</a></p>

Good idea.  Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]