{"id":15032928,"url":"https://github.com/ruby/b.r-l.o","last_synced_at":"2026-03-04T11:32:13.411Z","repository":{"id":398013,"uuid":"16143","full_name":"ruby/b.r-l.o","owner":"ruby","description":"[Fork] Redmine for b.r-l.o","archived":false,"fork":false,"pushed_at":"2026-01-21T04:26:50.000Z","size":136611,"stargazers_count":17,"open_issues_count":11,"forks_count":11,"subscribers_count":7,"default_branch":"ro-6-1","last_synced_at":"2026-01-21T16:58:31.637Z","etag":null,"topics":["ruby"],"latest_commit_sha":null,"homepage":"https://bugs.ruby-lang.org/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2008-05-12T05:22:32.000Z","updated_at":"2026-01-21T04:27:02.000Z","dependencies_parsed_at":"2024-06-17T01:25:03.991Z","dependency_job_id":"7d5b6d1b-1255-4f7f-be57-9037d2e42e25","html_url":"https://github.com/ruby/b.r-l.o","commit_stats":null,"previous_names":["ruby/bugs.ruby-lang.org"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruby/b.r-l.o","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fb.r-l.o","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fb.r-l.o/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fb.r-l.o/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fb.r-l.o/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby","download_url":"https://codeload.github.com/ruby/b.r-l.o/tar.gz/refs/heads/ro-6-1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby%2Fb.r-l.o/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ruby"],"created_at":"2024-09-24T20:19:45.397Z","updated_at":"2026-03-04T11:32:13.380Z","avatar_url":"https://github.com/ruby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bugs.ruby-lang.org\n\nThe fork of [redmine/redmine](https://github.com/redmine/redmine) for https://bugs.ruby-lang.org.\n\n# Trouble shooting\n\n## Git repository sync is not working\n\nWe have a known issue with the git repository sync. If you encounter a problem with the sync, please check the following:\n\n1. Run the following command to sync the git repository manually:\n\n    ```bash\n    heroku run:detached bundle exec rails runner Repository.fetch_changesets -a bugs-ruby-lang -s performance-l\n    ```\n\n    and track the logs with:\n\n    ```bash\n    heroku logs --app bugs-ruby-lang --dyno run.4071 -t\n    ```\n\n    `run.4071` is the dyno name, which may be different in your case. You can find that name in the previous command output.\n\n    If you can't see the logs, you can run the following command on the one-off dyno:\n\n    ```bash\n    heroku run bash -a bugs-ruby-lang -s performance-l\n    ```\n\n    and\n\n    ```bash\n    bin/rails runner Repository.fetch_changesets\n    ```\n\n2. If you see like the following error:\n\n    ```\n    fatal: bad object 808d6a1e324703152f7fde67aea3d2ba52b6aba1\n    ```\n\n    It means the following reason:\n\n    * The bare repository on heroku is corrupted.\n    * The changesets of redmine is corrupted.\n    * The canonical repository is corrupted.\n\n### To fix corrupted bare repository\n\nDeploy the new revision to heroku:\n\n```bash\ngit commit --allow-empty -m \"fix: corrupted bare repository\"\ngit push heroku main\n```\n\nand run the following command to sync the git repository manually:\n\n```bash\nheroku run:detached bundle exec rails runner Repository.fetch_changesets -a bugs-ruby-lang -s performance-l\n```\n\n### To fix corrupted changesets\n\nThis error may happen when the tag is removed from the canonical repository. Redmine is not able to handle that case. We need to remove and retrieve the changesets again.\n\n1. Delete the current changesets: Go to the https://bugs.ruby-lang.org/projects/ruby-master/settings/repositories and delete the `git` changeset.\n2. Clieck `New repository` and fill `git` to \"Identifier\" and `/app/repos/git/ruby` to \"Path to repository\". After that, clieck `Save` button.\n3. Run the following command to sync the git repository manually:\n   ```bash\n   heroku run:detached bundle exec rails runner Repository.fetch_changesets -a bugs-ruby-lang -s performance-l\n   ```\n\n### The canonical repository is corrupted\n\nIn this case, please contact @hsbt, @k0kubun or @mame. We need to fix the canonical repository used by `git fsck` or `git gc` command.\n\nAfter that, we need to process to fix corrupted bare repository and corrupted changesets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fb.r-l.o","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby%2Fb.r-l.o","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby%2Fb.r-l.o/lists"}