{"id":16830485,"url":"https://github.com/glensc/chef-cookbook-cvs","last_synced_at":"2025-03-17T22:48:32.098Z","repository":{"id":10563594,"uuid":"12766803","full_name":"glensc/chef-cookbook-cvs","owner":"glensc","description":"Provide CVS SCM Resource","archived":false,"fork":false,"pushed_at":"2018-04-03T05:13:24.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T08:25:28.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/glensc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2013-09-11T20:23:25.000Z","updated_at":"2018-03-22T14:56:16.000Z","dependencies_parsed_at":"2022-09-18T19:00:58.795Z","dependency_job_id":null,"html_url":"https://github.com/glensc/chef-cookbook-cvs","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-cvs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-cvs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-cvs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-cvs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glensc","download_url":"https://codeload.github.com/glensc/chef-cookbook-cvs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244122054,"owners_count":20401363,"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-13T11:39:19.772Z","updated_at":"2025-03-17T22:48:32.040Z","avatar_url":"https://github.com/glensc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/glensc/chef-cookbook-cvs.png?branch=master)](https://travis-ci.org/glensc/chef-cookbook-cvs)\n\nCVS Cookbook\n============\n\nProvides LWRP for CVS Repositories\n\nRequirements\n------------\nA `cvs` client installed\n\n\nResources and Providers\n=======================\n\n`cvs`\n--------\n\nThe `cvs` LWRP can be used to checkout repositories with CVS\n\n```ruby\ncvs '/tmp/deploy' do\n  cvsroot '/usr/local/cvs'\n  repository 'CVSROOT'\n  action :checkout\nend\n```\n\nLWRP attributes:\n\n* `cvsroot`\n    * Repository root aka $CVSROOT variable.\n* `repository`\n    * Module inside CVSROOT\n* `action`\n    * Action to run, `:checkout`, `:sync`, `:export`\n\nContributing\n------------\n\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write you change\n4. Write tests for your change (if applicable)\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request using Github\n\nTesting\n=======\n\n1. `bundle install --without development --path .`\n2. `bundle exec foodcritic -f any .`\n3. `bundle exec rubocop`\n\nLicense and Author\n==================\n\nAuthor:: Elan Ruusamäe (\u003cglen@pld-linux.org\u003e)\n\nCopyright 2013-2017, Elan Ruusamäe\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglensc%2Fchef-cookbook-cvs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglensc%2Fchef-cookbook-cvs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglensc%2Fchef-cookbook-cvs/lists"}