{"id":16199955,"url":"https://github.com/agateau/devo-batchbuild","last_synced_at":"2025-04-07T17:47:14.407Z","repository":{"id":9521553,"uuid":"11420075","full_name":"agateau/devo-batchbuild","owner":"agateau","description":"Batchbuild tool using devo","archived":false,"fork":false,"pushed_at":"2014-04-14T09:18:59.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T19:49:54.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agateau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-15T09:56:04.000Z","updated_at":"2014-04-14T09:18:59.000Z","dependencies_parsed_at":"2022-09-21T19:03:11.230Z","dependency_job_id":null,"html_url":"https://github.com/agateau/devo-batchbuild","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdevo-batchbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdevo-batchbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdevo-batchbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdevo-batchbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/devo-batchbuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247703795,"owners_count":20982286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T09:28:49.631Z","updated_at":"2025-04-07T17:47:14.379Z","avatar_url":"https://github.com/agateau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Format of devo-batchbuild yaml files\n\nA devo-batchbuild yaml file is made of two main sections: \"global\" and \"modules\".\n\n## Global section\n\nSyntax:\n\n    global:\n      \u003coption1\u003e: \u003cvalue\u003e\n      \u003coption2\u003e: \u003cvalue\u003e\n\nAvailable options:\n\n- configure-options\n- build-options\n- repo-type\n\n## Modules section\n\nSyntax:\n\n    modules:\n    - \u003cmodule1-option1\u003e: \u003cvalue\u003e\n      \u003cmodule1-option2\u003e: \u003cvalue\u003e\n      \u003cmodule1-option3\u003e: \u003cvalue\u003e\n    - \u003cmodule2-option1\u003e: \u003cvalue\u003e\n      \u003cmodule2-option2\u003e: \u003cvalue\u003e\n\nAvailable options:\n\n- name: Name of module, code for the module will be kept in a dir with this name\n  within `$DEVO_SOURCE_BASE_DIR`.\n- repo-type: Can be \"git\", \"svn\" or \"kdegit\".\n- repo-url: Url of the repository.\n- branch: Branch to checkout (git only).\n- configure: Command to run to configure the source. Defaults to \"devo-cmake\".\n- configure-options: Options to pass to the `configure` command.\n- configure-extra-options: Options to pass to the `configure` command. Those can be defined on a module basis to extend `configure-options` instead of replacing it.\n- build: Command to run to build the source. Defaults to \"make\".\n- build-options: Options to pass to the `build` command.\n- build-extra-options: Options to pass to the `build` command. Those can be defined on a module basis to extend `build-options` instead of replacing it.\n- install: Command to run to install the compile code. Defaults to \"make install/fast\"\n- install-options: Options to pass to the install command.\n- install-extra-options: Options to pass to the `install` command. Those can be defined on a module basis to extend `install-options` instead of replacing it.\n\n`name` is the only mandatory option.\n\nDefault for all of the module options can be overridden by specifying them in the\nglobal section. Good candidates are `configure-options`, `build-options` or\n`repo-type`.\n\nCommands listed in `configure`, `build` and `install` can use the\n`DEVO_SOURCE_DIR` and `DEVO_BUILD_DIR` environment variables. When the command\nis running those variables respectively contain the name of the source dir and\nbuild dir for the component. That is, for a component named `foo`, variables\nare set like this:\n\n    DEVO_SOURCE_DIR=$DEVO_SOURCE_BASE_DIR/foo\n    DEVO_BUILD_DIR=$DEVO_BUILD_BASE_DIR/foo\n\n# `_base.yaml`\n\nYou may want to define a `_base.yaml` file to define default values for all\n.yaml files.  This is quite handy for example to define the `build-options`\noption.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fdevo-batchbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Fdevo-batchbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fdevo-batchbuild/lists"}