summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
blob: 930b64e4a03d8c237df7ddcd6389eac4ba9ee100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
    {% if UPSTREAM_TROVE_STANZA is defined %}{{ UPSTREAM_TROVE_STANZA | to_nice_json |indent(4) }},
    {% endif %}{
        "type": "lorries",
        "interval": "6H",
        "prefix": "delta",
        "globs": [
            "open-source-lorries/*.lorry"
        ]
    },
    {
        "type": "lorries",
        "interval": "6H",
        "prefix": "delta",
        "globs": [
            "closed-source-lorries/*.lorry"
        ]
    }
]