{"id":17182092,"url":"https://github.com/jmtd/vcs-lint","last_synced_at":"2025-03-25T01:43:42.566Z","repository":{"id":66799108,"uuid":"2111927","full_name":"jmtd/vcs-lint","owner":"jmtd","description":"perform checks against repositories registered with mr","archived":false,"fork":false,"pushed_at":"2021-01-26T11:59:45.000Z","size":10,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T03:26:54.950Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmtd.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}},"created_at":"2011-07-27T09:07:35.000Z","updated_at":"2021-01-26T11:59:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1d23201-437a-47ec-b69a-dc3dacb3278d","html_url":"https://github.com/jmtd/vcs-lint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmtd%2Fvcs-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmtd%2Fvcs-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmtd%2Fvcs-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmtd%2Fvcs-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmtd","download_url":"https://codeload.github.com/jmtd/vcs-lint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245383118,"owners_count":20606265,"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-10-15T00:35:59.265Z","updated_at":"2025-03-25T01:43:42.560Z","avatar_url":"https://github.com/jmtd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vcs-lint\n\nperform some lint-like checks against repositories, with an emphasis on Debian\npackaging repositories. Things it checks for include:\n\n * local branches which are not present on the 'origin' remote\n * commits to local branches which have not been pushed to their origin equivalents\n\nDebian packaging specific:\n\n * missing git tags corresponding to package versions\n\nI originally wrote this intending it to be used with Joey Hess's\n[mr](https://joeyh.name/code/mr/) (\"my repos\") tool.\n\n## Example\n\n    $ vcs-lint wd/debian/bup\n    wd/debian/bup: local branches not present in origin: rescue-diverge\n    wd/debian/bup: local branch debian does not match origin branch debian\n    wd/debian/bup: local branch master does not match origin branch master\n    wd/debian/bup: 5 missing upstream tags: 0.21, 0.17b, 0.20, 0.24b, 0.14a\n    wd/debian/bup: 3 missing debian tags: debian/0.17b-1, debian/0.20-2, debian/0.21-1\n\n## using with `mr`\n\nFrom memory, I think you add something like this to the `[DEFAULT]` section of your `~/.mrconfig`:\n\n    lint = vcs-lint\n    \n(adjust path to `vcs-lint` as appropriate.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmtd%2Fvcs-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmtd%2Fvcs-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmtd%2Fvcs-lint/lists"}