Blame tests/module1.json

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