summaryrefslogtreecommitdiff
path: root/repo/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-18 20:41:44 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-03-18 20:41:44 -0400
commitac9ea2b7481367dacadfe2b8b545915475d46337 (patch)
treea3a701e6b9923a0472aa0694abdab9004806743d /repo/README
parent28bc834d4091890a8f220ab4e7bd929c9a40151c (diff)
downloadgpsd-ac9ea2b7481367dacadfe2b8b545915475d46337.tar.gz
Document upload.
Diffstat (limited to 'repo/README')
-rw-r--r--repo/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/repo/README b/repo/README
index 0f13f9cc..d24e7ef8 100644
--- a/repo/README
+++ b/repo/README
@@ -34,3 +34,11 @@ hooks/update: This script does some sanity checks on the pushed commits
necessary at all. In case all checks were passed,
hooks/ciabot.sh is called to show all commits in #gpsd.
+The executable script "upload" can be used to update the repo copies with
+files from this directory. Give it arguments to upload specified filenames,
+for example
+
+ upload config
+
+uploads the config file. With no arguments, uploads config and all hook scripts
+under hooks/ directory.