{"id":46775219,"url":"https://github.com/aws4embeddedlinux/meta-aws-buildbot","last_synced_at":"2026-03-09T23:42:51.746Z","repository":{"id":179183868,"uuid":"663043003","full_name":"aws4embeddedlinux/meta-aws-buildbot","owner":"aws4embeddedlinux","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-11T15:20:50.000Z","size":207,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-11T16:29:29.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/aws4embeddedlinux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-06T12:36:07.000Z","updated_at":"2024-12-11T15:20:55.000Z","dependencies_parsed_at":"2023-11-29T10:27:17.060Z","dependency_job_id":"8ac65997-5d6b-4313-94e7-11a732d83780","html_url":"https://github.com/aws4embeddedlinux/meta-aws-buildbot","commit_stats":null,"previous_names":["aws4embeddedlinux/meta-aws-buildbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aws4embeddedlinux/meta-aws-buildbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws4embeddedlinux%2Fmeta-aws-buildbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws4embeddedlinux%2Fmeta-aws-buildbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws4embeddedlinux%2Fmeta-aws-buildbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws4embeddedlinux%2Fmeta-aws-buildbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws4embeddedlinux","download_url":"https://codeload.github.com/aws4embeddedlinux/meta-aws-buildbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws4embeddedlinux%2Fmeta-aws-buildbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":"2026-03-09T23:42:51.026Z","updated_at":"2026-03-09T23:42:51.738Z","avatar_url":"https://github.com/aws4embeddedlinux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meta-aws-buildbot\n\nThis repository contains [buildbot](https://buildbot.net/) using [AWS CDK](https://aws.amazon.com/cdk/) to run [Yocto](https://www.yoctoproject.org/) embedded Linux build jobs in AWS.\n\n\n## Code structure\n\nThis is a standard CDK project.\n\nThe main stack definition can be found in [`lib/app.ts`](lib/app.ts).\n\n\n## Requirements and deployment\n\nIn order to be able to deploy this CDK project you need to have the following:\n\n  - An AWS account\n  - The [AWS CLI](https://aws.amazon.com/cli/) installed and configured in your development machine\n  - [AWS CDK](https://aws.amazon.com/cdk/) installed and configured in your development machine\n  - Node.js and npm installed\n\nThen to deploy this CDK project to your AWS account, you simply have to clone this repository and from the root folder of the project run:\n\n```bash\nnpm install\n```\n\nTo install the necessary dependencies, and then:\n\n```bash\nnpm run build\nnpm run zip-config\ncdk deploy --all\n```\n\nTo synthesise and deploy the project stack.\n\nThen prompt `y` for yes.\n\nIf you want to clean up your account you can delete this stack with:\n\n```bash\ncdk destroy\n```\n\n\n## Contributing\n\nEveryone is very welcome to contribute to this project.\nYou can contribute just by submitting bugs or suggesting improvements by\nopening an issue on GitHub.\n\n## useful commands\n\nif you have a local buildbot you can check config before uploading it:\n\n```bash\nbuildbot checkconfig configuration/admin/admin.cfg\n```\n\ndeploy new config:\n```bash\nnpm run zip-config \u0026\u0026 cdk deploy --force BuildBotConfig-Personal --require-approval never\n```\n\ndebug ecs container:\n```bash\naws ecs execute-command --cluster XXX --task XXX --container buildbot-server --interactive --command \"/bin/bash\"\n```\n\nrebuild, redeploy everything:\n```bash\nnpm run clean \u0026\u0026 npm run build \u0026\u0026 npm run zip-config \u0026\u0026 cdk deploy --all --force --require-approval never\n```\n\ndelete everything:\n```bash\ncdk destroy --all --require-approval never\n```\n\n## License\n\nLicensed under [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws4embeddedlinux%2Fmeta-aws-buildbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws4embeddedlinux%2Fmeta-aws-buildbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws4embeddedlinux%2Fmeta-aws-buildbot/lists"}