{"id":23450772,"url":"https://github.com/red-data-tools/apt-dists-merge","last_synced_at":"2025-04-10T09:59:25.596Z","repository":{"id":62553459,"uuid":"410117468","full_name":"red-data-tools/apt-dists-merge","owner":"red-data-tools","description":"A tool to  merge APT's dists/","archived":false,"fork":false,"pushed_at":"2021-10-02T05:37:30.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T02:17:50.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red-data-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-24T22:27:44.000Z","updated_at":"2021-10-02T05:37:32.000Z","dependencies_parsed_at":"2022-11-03T04:30:29.684Z","dependency_job_id":null,"html_url":"https://github.com/red-data-tools/apt-dists-merge","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fapt-dists-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fapt-dists-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fapt-dists-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fapt-dists-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red-data-tools","download_url":"https://codeload.github.com/red-data-tools/apt-dists-merge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198865,"owners_count":21063626,"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-12-24T00:15:05.545Z","updated_at":"2025-04-10T09:59:25.569Z","avatar_url":"https://github.com/red-data-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APT dists merge\n\n## Description\n\nAPT dists merge provides a tool and a library to merge `dists/` contents for APT repository.\n\nGenerally, you should use more general APT repository management tool such as [aptly](https://www.aptly.info/) and [reprepro](https://salsa.debian.org/brlink/reprepro).\n\nAPT dists merge is useful when you want to manage `pool/` by yourself and add `.deb`s incrementally without keeping all `.deb`s for the target APT repository on local.\n\nUse cases:\n\n  * [Apache Arrow](https://github.com/apache/arrow/blob/master/dev/release/binary-task.rb)\n  * [Groonga](https://github.com/groonga/packages.groonga.org)\n  * [Red Data Tools](https://github.com/red-data-tools/packages.red-data-tools.org)\n\n## Install\n\n```bash\ngem install apt-dists-merge\n```\n\n## Usage\n\nTool:\n\n```bash\napt-dists-merge --base base/dists/ --new new/dists/ --output merged/dists/\n```\n\nLibrary:\n\n```ruby\nrequire \"apt-dists-merge\"\n\nmerger = APTDistsMerge::Merger.new(\"base/dists/\", \"new/dists/\")\nmerger.merge(\"merged/dists/\")\n```\n\n## License\n\nThe MIT license. See `LICENSE.txt` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fapt-dists-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-data-tools%2Fapt-dists-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fapt-dists-merge/lists"}