use https:// instead of git:// in shepherd www

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Simon Josefsson
Owner
unassigned
Submitted by
Simon Josefsson
Severity
normal

Debbugs page

Simon Josefsson wrote 2 years ago
(address . bug-guix@gnu.org)
87351mxr6l.fsf@kaka.sjd.se
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.

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
-----BEGIN PGP SIGNATURE-----

iIoEARYIADIWIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZLWZIhQcc2ltb25Aam9z
ZWZzc29uLm9yZwAKCRBRcisI/kdFog3lAP0TmJDmaML70lf0+dW04kEJV9VQEyY7
6yhwmQK3Nbd5FQD8DLpnb0/UaW3Dy+NvUIViz1k5Ug95W5aN1lFDtPR7FA8=
=V0hH
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 2 years ago
(name . Simon Josefsson)(address . simon@josefsson.org)(address . 64691-done@debbugs.gnu.org)
87wmxo8n16.fsf@gnu.org
Hi,

Simon Josefsson <simon@josefsson.org> skribis:

Toggle quote (5 lines)
> - <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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64691@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64691
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help