{"id":21998223,"url":"https://github.com/simonswine/dodebui","last_synced_at":"2026-04-13T16:35:37.202Z","repository":{"id":30069116,"uuid":"33618590","full_name":"simonswine/dodebui","owner":"simonswine","description":"Docker Debian builder (DoDeBui): Builds debian packages in Docker containers","archived":false,"fork":false,"pushed_at":"2015-04-09T13:55:16.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-04T20:28:46.181Z","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/simonswine.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":"2015-04-08T16:28:21.000Z","updated_at":"2015-04-09T13:55:14.000Z","dependencies_parsed_at":"2022-09-09T04:11:23.443Z","dependency_job_id":null,"html_url":"https://github.com/simonswine/dodebui","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/simonswine/dodebui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fdodebui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fdodebui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fdodebui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fdodebui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonswine","download_url":"https://codeload.github.com/simonswine/dodebui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fdodebui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30949841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-26T02:38:33.265Z","status":"ssl_error","status_checked_at":"2026-03-26T02:36:10.435Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-29T22:20:41.830Z","updated_at":"2026-04-13T16:35:37.181Z","avatar_url":"https://github.com/simonswine.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dodebui\n\nDebian Docker builder\n\nThis tool helps to build Debian binary packages for multiple distribution\nreleases.\n\n## Features\n\n### Implemented\n\n* build multiple a package for multiple releases in parallel\n* use docker containers for isolation\n* install dependencies automatically\n* use a apt cache for minimizing download times\n\n### Planned\n\n* Cache images after dependency installation for faster build times\n\n## Installation\n\nAdd this Gemfile to your debian packge:\n\n```ruby\nsource 'https://rubygems.org'\ngem 'dodebui'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nNow create your Dodebuifile in project root:\n\n```ruby\n# vim: ft=ruby\n\n# Configure distributions to build\n@build_distributions = [\n  'debian:wheezy',\n  'debian:jessie',\n  'debian:squeeze',\n  'ubuntu:precise',\n  'ubuntu:trusty',\n]\n\n# Configure a apt-proxy (warmly recommended)\n#@apt_proxy = 'http://my-apt-proxy.com/'\n```\n\n## Usage\n\n    $ bundle exec dodebui\n\n## Example project\n\nhttps://github.com/simonswine/dodebui-package-hello\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/dodebui/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonswine%2Fdodebui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonswine%2Fdodebui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonswine%2Fdodebui/lists"}