{"id":42839662,"url":"https://github.com/ubuntu/ubuntu-release","last_synced_at":"2026-01-30T11:49:01.688Z","repository":{"id":310979978,"uuid":"1041939005","full_name":"ubuntu/ubuntu-release","owner":"ubuntu","description":"This repository contains the utility scripts for the Ubuntu Release team.","archived":false,"fork":false,"pushed_at":"2025-12-11T13:45:08.000Z","size":174,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T15:36:11.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/ubuntu.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-21T08:34:52.000Z","updated_at":"2025-12-11T13:45:11.000Z","dependencies_parsed_at":"2026-01-30T11:03:01.664Z","dependency_job_id":null,"html_url":"https://github.com/ubuntu/ubuntu-release","commit_stats":null,"previous_names":["ubuntu/ubuntu-release"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ubuntu/ubuntu-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu%2Fubuntu-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu%2Fubuntu-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu%2Fubuntu-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu%2Fubuntu-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubuntu","download_url":"https://codeload.github.com/ubuntu/ubuntu-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu%2Fubuntu-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28912015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"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-01-30T11:49:01.636Z","updated_at":"2026-01-30T11:49:01.683Z","avatar_url":"https://github.com/ubuntu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu Release\n\nThis repo hosts the tooling used to generate Ubuntu images hosted on the not yet\nexisting https://images.ubuntu.com.\n\n**DISCLAIMER**: this is very early work, as we're trying to move away from a\nvery manual process and setup on https://cdimage.ubuntu.com. This repo is still\nvery much the future, and not everything is clearly defined yet. If you want\nto submit feature requests, please make sure you already understand Ubuntu's\nrelease mechanisms, and have a strong use-case in mind to show that it needs to\nbe taken into account early.\n\n## ubuntu-release go binary\n\n`ubuntu-release` is a Go utility to facilitate the Ubuntu Release activities.\n\n### Quick start local run\n\nTo start the local Temporal server:\n\n```bash\n❯ temporal server start-dev\n```\n\nTo start the Temporal worker:\n\n```bash\n❯ go run cmd/ubuntu-release-worker\n```\n\nTo start the HelloUbuntu Temporal workflow:\n\n```bash\n❯ go run cmd/ubuntu-release hello\n```\n\n### Running Tests\n\nThe `ubuntu-release` project has both unit and integration tests. To run them:\n\n```bash\n# Unit tests\n❯ go test ./...\n\n# List integration tests\n❯ spread -list ubuntu-release\n\n# Run an integration test\n❯ spread -v lxd:ubuntu-24.04:tests/hello\n```\n\n## Charm Test \u0026 Release\n\nCharm code can be found in [charm](./charm).\n\n### Charm tests\n\nThe charm has unit, functional and integration tests. To run them, follow these steps:\n\n```bash\n# Unit tests\n❯ make -C charm unit\n\n# List spread tests (for functional and integration tests)\n❯ charmcraft test --list charm/\nlxd:ubuntu-24.04:charm/tests/spread/functional/temporal\nlxd:ubuntu-24.04:charm/tests/spread/functional/worker\nlxd:ubuntu-24.04:charm/tests/spread/integration/deploy-charm:juju_3_6\nlxd:ubuntu-24.04:charm/tests/spread/integration/ingress:juju_3_6\n\n# Run a particular functional test\n❯ charmcraft test lxd:ubuntu-24.04:charm/tests/spread/functional/temporal\n\n# Run a particular integration test\n❯ charmcraft test lxd:ubuntu-24.04:charm/tests/spread/integration/ingress:juju_3_6\n```\n\n### Generating the charmhub token for the CI\n\n```bash\ncharmcraft login \\\n  --export=secrets.auth \\\n  --charm=ubuntu-release-worker \\\n  --permission=package-manage \\\n  --permission=package-view \\\n  --ttl=$((3600*24*365))\ncat secrets.auth | wl-copy\nshred -u secrets.auth\n```\n\nGo to \u003chttps://github.com/ubuntu/ubuntu-release/settings/secrets/actions\u003e and\nupdate the `CHARMHUB_TOKEN` secret.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntu%2Fubuntu-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubuntu%2Fubuntu-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntu%2Fubuntu-release/lists"}