{"id":15722822,"url":"https://github.com/soerenschneider/batch-nfpm","last_synced_at":"2025-07-23T14:33:13.235Z","repository":{"id":103033092,"uuid":"236054459","full_name":"soerenschneider/batch-nfpm","owner":"soerenschneider","description":"Allows batch building multiple releases using NFPM","archived":false,"fork":false,"pushed_at":"2020-06-03T18:16:54.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T05:24:17.181Z","etag":null,"topics":["batch-processing","nfpm","release-automation","releases"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soerenschneider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-24T17:57:35.000Z","updated_at":"2021-09-02T09:33:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d05177b-6397-4110-bd14-5f52d6f532c2","html_url":"https://github.com/soerenschneider/batch-nfpm","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/soerenschneider%2Fbatch-nfpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soerenschneider%2Fbatch-nfpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soerenschneider%2Fbatch-nfpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soerenschneider%2Fbatch-nfpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soerenschneider","download_url":"https://codeload.github.com/soerenschneider/batch-nfpm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395590,"owners_count":20770243,"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":["batch-processing","nfpm","release-automation","releases"],"created_at":"2024-10-03T22:09:26.399Z","updated_at":"2025-03-31T00:15:32.805Z","avatar_url":"https://github.com/soerenschneider.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# batch nfpm\n\n## Problem statement\n\n## Run example\n\n```bash\nDIR=/tmp/batchnfpm\nif [ ! -d ${DIR} ]; then\n    mkdir ${DIR}\n    chcon -Rt svirt_sandbox_file_t ${DIR} || true\n    chmod 777 -R ${DIR}\nfi\n\nNFPM_CONFIG=https://gitlab.com/soerenschneider/batch-nfpm/raw/master/example-config.yaml\npodman run -v ${DIR}:${DIR} -e NFPM_CONFIG=\"${NFPM_CONFIG}\" registry.gitlab.com/soerenschneider/batch-nfpm\n```\n\n## Example config\n\n```yaml\nbuilds:\n  artifacts_path: /tmp/batchnfpm\n  clone_path: /tmp/repositories\n  nfpm_config:\n    local_path: /tmp/nfpm-configs\n    fetch_resource: https://gitlab.com/soerenschneider/nfpm-configs.git\n  build_configurations:\n    - hoster: github\n      owner: prometheus\n      project: prometheus\n      commands:\n        - make build\n```\n\n## Config parameters\n\n\n## How does it work\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoerenschneider%2Fbatch-nfpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoerenschneider%2Fbatch-nfpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoerenschneider%2Fbatch-nfpm/lists"}