chiark / gitweb /
git-cache-proxy: better doc comment, install in Makefile
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 11 Nov 2013 12:14:49 +0000 (12:14 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 11 Nov 2013 12:20:13 +0000 (12:20 +0000)
scripts/Makefile
scripts/git-cache-proxy

index 94458b6afaee642c5450426f1ea37e8ed90bdcf1..5a8d028300169208cf88fe34b02fcbdd94e60c3c 100644 (file)
@@ -24,7 +24,8 @@ include ../settings.make
 SCRIPTS=       palm-datebook-reminders random-word expire-iso8601 \
                genspic2gnuplot gnucap2genspic ngspice2genspic \
                cvs-repomove cvs-adjustroot remountresizereiserfs \
-               hexterm summarise-mailbox-preserving-privacy
+               hexterm summarise-mailbox-preserving-privacy \
+               git-cache-proxy
 MANPAGES1=     palm-datebook-reminders
 
 CSCRIPTS=      named-conf
index 540188bc73797dc0e4308e8efa61e84e277ab155..4d55233a5f1a70d9cddd8efee5022e5ce3357a9c 100755 (executable)
 #    fetch=try            use what is in the cache if the fetch/clone fails
 #    timeout=<seconds>    length of time to allow for fetch/clone
 
+# example inetd.conf line:
+#  9419 stream tcp nowait git-cache /usr/bin/git-cache-proxy git-cache-proxy
+# you'll need to 
+#  adduser git-cache
+#  mkdir /var/cache/git-cache-proxy
+#  chown git-cache /var/cache/git-cache-proxy
+
+# git-cache-proxy
+# Copyright 2010 Tony Finch
+# Copyright 2013 Ian Jackson
+# 
 # git-cache-proxy is free software; you can redistribute it and/or
 # modify them under the terms of the GNU General Public License as
 # published by the Free Software Foundation; either version 3, or (at
 # your option) any later version.
-# 
+#
 # git-cache-proxy is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU