summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 14:58:03 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 16:05:21 +0000
commit327f1d5c4e2e157527843ca960a082a212ced259 (patch)
tree20ff721ad757c260f93f51a36669d6a4279274a6
parentf3f59d1415bfdb18f17bd910b829a8d128c1562a (diff)
downloadlorry-controller-sam/useless-settings.tar.gz
Remove mention of some settings that don't do anythingsam/useless-settings
These had meaning in the previous implementation of lorry-controller, but are ignored by the current version.
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index d5e9d8a..d8f265f 100644
--- a/README
+++ b/README
@@ -80,17 +80,13 @@ anything in the `open-source-lorries/*.lorry` files (if any exist).
"delta": "delta"
},
"protocol": "http",
- "tarball": "always",
"trovehost": "git.baserock.org",
"type": "trove"
},
{
"type": "lorries",
"interval": "6H",
- "create": "always",
- "destroy": "never",
"prefix": "delta",
- "tarball": "always",
"globs": [
"open-source-lorries/*.lorry"
]