On Sat, Jul 14, 2018 at 11:17:25AM +0100, Jonathan McDowell wrote:
> https://git.spi-inc.org/gitweb/?p=members.git;a=summary

FWIW, I couldn't clone from any of the URLs mentioned here. The git://
protocol one fails with "fatal: Could not read from remote repository.";
the ssh:// with "R access for members DENIED to zack".

> https://gitlab.com/noodles/spi-members

I did manage to retrieve the code from here.

So please find attached a patch that might make it easier in the future
to find the source code and propose patches, rather than sending bug
reports to this list.

Note that:

1) the source code pointer I'm giving in the patch might be wrong, as it
   points to git.spi-inc.org which, as mentioned above, didn't work for
   me. (Arguably, the right fix is making it work, though, rather than
   pointing to a different place for retrieving source code.)

2) it'd be nice to also mention where patches should be sent. I didn't
   do so, because I don't know where you want to receive them. (I'm
   guessing GitLab merge request on your own personal repo is not the
   right place where to point people.)

Hope this helps,
Cheers
-- 
Stefano Zacchiroli . z...@upsilon.cc . upsilon.cc/zack . . o . . . o . o
Computer Science Professor . CTO Software Heritage . . . . . o . . . o o
Former Debian Project Leader & OSI Board Director  . . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »
From 646c36152b86053b70ca2822607f249c3cb4968e Mon Sep 17 00:00:00 2001
From: Stefano Zacchiroli <z...@upsilon.cc>
Date: Sat, 14 Jul 2018 15:09:26 +0200
Subject: [PATCH] base.html template: add source code pointer to footer

---
 templates/base.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/base.html b/templates/base.html
index 6b5295a..d788667 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -76,6 +76,10 @@
 <div class="pagecopyright">
 <a name="pagecopyright"></a>
 Copyright © 2015 Software in the Public Interest, Inc.
+<br />
+Source code available at
+<a href="https://git.spi-inc.org/gitweb/?p=members.git;a=summary";>https://git.spi-inc.org/gitweb/?p=members.git;a=summary</a>,
+license GPL2+, patches welcome!
 </div>
 
 <div class="pagelicense">
-- 
2.18.0

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spi-general mailing list
Spi-general@lists.spi-inc.org
http://lists.spi-inc.org/listinfo/spi-general

Reply via email to