{"id":18343481,"url":"https://github.com/cosimo/deploy-tools","last_synced_at":"2025-04-09T21:50:01.206Z","repository":{"id":66959032,"uuid":"1072909","full_name":"cosimo/deploy-tools","owner":"cosimo","description":"Small tools used in deployment","archived":false,"fork":false,"pushed_at":"2010-12-17T23:09:07.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T21:49:58.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosimo.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-11T21:59:11.000Z","updated_at":"2014-09-08T21:29:48.000Z","dependencies_parsed_at":"2023-02-20T15:15:19.908Z","dependency_job_id":null,"html_url":"https://github.com/cosimo/deploy-tools","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/cosimo%2Fdeploy-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fdeploy-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fdeploy-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fdeploy-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosimo","download_url":"https://codeload.github.com/cosimo/deploy-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119405,"owners_count":21050754,"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-11-05T20:36:16.962Z","updated_at":"2025-04-09T21:50:01.188Z","avatar_url":"https://github.com/cosimo.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"deploy-tools\n============\n\nAssorted deployment tools that I'm using.\nDescription follows.\n\n* ccrb-build-status\n\n  Can be used to get the list of most recent builds\n  from a CC.rb (http://cruisecontrolrb.thoughtworks.com/)\n  installation for a given project.\n\n  Useful because then you can either grep for a given revision,\n  or get the latest 3/5/n, etc... Example:\n\n  # Get latest revision\n  ccrb-build-status \\\n      --server http://my.dev.server/ccrb \\\n      --project myproj | head -1\n\n  # Get most recent failed revision\n  ccrb-build-status \\\n      --server http://my.dev.server/ccrb \\\n      --project myproj | grep failed | head -1\n\n\n* deployer\n\n  An IRC bot that uses Bot::BasicBot and Bot::BasicBot::Pluggable\n  It will detect new builds for your projects, and answer queries\n  about builds and projects.\n\n  Send \"help deployer\" to the bot to know more about it.\n\n  \"deployer\" is the script to be run\n\n  \"Deployer.pm\" is the Bot::BasicBot::Pluggable module\n\n  \"deployer.conf\" is the configuration file that contains info about\n     your projects, source code repositories and continuous integration servers.\n\n* hudson-build-status\n\n  Mostly the same as ccrb-build-status, just for Hudson\n  (https://hudson.dev.java.net)\n\n* vcs-latest-revision\n\n  Gets you the latest revision from a *remote* svn or git\n  repository. If you know a nice way to do this with git\n  that doesn't involve cloning, let me know... :)\n\n  Examples:\n\n    vcs-latest-revision http://my.dev.server/svn/myproject/trunk\n    vcs-latest-revision user@my.git.server:/var/lib/git/myproject.git\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Fdeploy-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosimo%2Fdeploy-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Fdeploy-tools/lists"}