summaryrefslogtreecommitdiff
path: root/repo/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-01 20:55:21 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-01 20:55:21 -0400
commit28eaf064676361f2bae77f0925549f93f21d1e7e (patch)
tree2aa6d4f99b07024971abc586d146cda83a63a097 /repo/README
parent770c4e4629ee2c16421916239ac3a1be6a9ad176 (diff)
downloadgpsd-28eaf064676361f2bae77f0925549f93f21d1e7e.tar.gz
Banish still more Berlios URLs.
Diffstat (limited to 'repo/README')
-rw-r--r--repo/README17
1 files changed, 4 insertions, 13 deletions
diff --git a/repo/README b/repo/README
index c7319d55..d75bc9dc 100644
--- a/repo/README
+++ b/repo/README
@@ -1,5 +1,5 @@
-The repo directory contains the git configuration files and hooks as
-used at berlios. Here follows a short description of the files and
+The repo directory contains git configuration files and hooks as
+used at Berlios. Here follows a short description of the files and
what they do:
description: Description of the project as displayed by gitweb/cgit.
@@ -7,10 +7,6 @@ description: Description of the project as displayed by gitweb/cgit.
config: Repository configuration, including config details for the
hooks.
-hooks/acl.sh: see hooks/update
-
-hooks/ciabot.py: see hooks/update
-
hooks/post-receive: This script is run after receive-pack has accepted a
pack and the repository has been updated.
Currently passes stdin to post-receive-email.sh
@@ -26,13 +22,8 @@ hooks/post-update: Runs after the update hook. Executes
to update the auxiliary info file to help dumb
servers (needed to clone via http)
-hooks/update: This script does some sanity checks on the pushed commits
- before accepting them, see the description on top of the
- file for details. It also runs hooks/acl.sh, which is a
- berlios specific script to set/update acls on the
- repository - usually such a script should not be
- necessary at all. In case all checks were passed,
- hooks/ciabot.sh is called to show all commits in #gpsd.
+hooks/update-custom: Append to the standard update hook script. Calls
+ ciabot.py, which you must also install.
The executable script "upload" can be used to update the repo copies with
files from this directory. Give it arguments to upload specified filenames,