summaryrefslogtreecommitdiff
path: root/lorry.morph
blob: 69de4fd787a3eb6328e777bd04d354115800134f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "lorry",
    "kind": "chunk",
    "build-commands": [
        "git branch -a",
        "cat tests/cvs-single-commit.script",
        "bzr whoami 'Lorry test suite <baserock-dev@baserock.org>'",
        "python setup.py check",
        "python setup.py build"
    ]
}