Blame tests/module1.json

Packit Service 898cf7
{
Packit Service 898cf7
    "name": "module1",
Packit Service 898cf7
    "modules": [
Packit Service 898cf7
        {
Packit Service 898cf7
            "name": "module1-first",
Packit Service 898cf7
            "buildsystem": "simple",
Packit Service 898cf7
            "build-commands": [
Packit Service 898cf7
                "echo module1 > /app/ran_module1",
Packit Service 898cf7
                "echo module1 > /app/modify_me"
Packit Service 898cf7
            ],
Packit Service 898cf7
            "sources": [
Packit Service 898cf7
                {
Packit Service 898cf7
                    "type": "file",
Packit Service 898cf7
                    "path": "data1"
Packit Service 898cf7
                },
Packit Service 898cf7
                {
Packit Service 898cf7
                    "type": "patch",
Packit Service 898cf7
                    "strip-components": 0,
Packit Service 898cf7
                    "path": "data1.patch"
Packit Service 898cf7
                }
Packit Service 898cf7
            ]
Packit Service 898cf7
        },
Packit Service 898cf7
        "include2/module2.json"
Packit Service 898cf7
    ]
Packit Service 898cf7
}