GNU bug report logs -
#64691
use https:// instead of git:// in shepherd www
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 21 Aug 2023 16:53:25 +0200
with message-id <87wmxo8n16.fsf <at> 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 <at> gnu.org.)
--
64691: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64691
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
Hi,
Simon Josefsson <simon <at> 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’.
This bug report was last modified 1 year and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.