summaryrefslogtreecommitdiff
path: root/repo/README
diff options
context:
space:
mode:
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.