{"id":24289301,"url":"https://github.com/rla/log-ci","last_synced_at":"2026-06-06T10:32:03.336Z","repository":{"id":147869240,"uuid":"10360836","full_name":"rla/log-ci","owner":"rla","description":"Simple CI script that writes build/test results into a log file.","archived":false,"fork":false,"pushed_at":"2013-06-13T18:32:05.000Z","size":108,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T10:58:36.384Z","etag":null,"topics":["ci-scripts","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/rla.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}},"created_at":"2013-05-29T13:57:57.000Z","updated_at":"2019-08-13T15:21:30.000Z","dependencies_parsed_at":"2023-03-26T15:50:44.946Z","dependency_job_id":null,"html_url":"https://github.com/rla/log-ci","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/rla%2Flog-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Flog-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Flog-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rla%2Flog-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rla","download_url":"https://codeload.github.com/rla/log-ci/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242128907,"owners_count":20076277,"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":["ci-scripts","shell"],"created_at":"2025-01-16T10:51:50.617Z","updated_at":"2026-06-06T10:32:03.302Z","avatar_url":"https://github.com/rla.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Log-CI\n======\n\nSimple CI script that writes build/test results into a log file.\nSupports Git only (version 1.7.7.2 or later).\n\nInstallation\n------------\n\nAdd a new user:\n\n    adduser ci\n\nClone repo into /opt/log-ci and set permissions:\n\n    cd /opt\n    git clone git@github.com:rla/log-ci.git\n    chown -R ci:ci /opt/log-ci\n\nCreate symlink:\n\n    ln -sf /opt/log-ci/log-ci.sh /usr/local/bin/log-ci\n\nCreate log file:\n\n    touch /opt/log-ci/log.txt\n    chown ci:ci /opt/log-ci/log.txt\n\nUsage\n-----\n\nAdd project as ci user:\n\n    cd ~\n    git clone git@github.com:your_user/your_repo.git\n\nSet up log-ci configuration:\n\n    cd your_repo\n    nano .log-ci-config\n\nConfiguration looks similar to:\n\n    project=\"your_project\"\n    build=\"make ci\"\n    remote=\"origin\"\n    branch=\"master\"\n\nTu run periodically, use cron:\n\n    */10 * * * * log-ci ~/your_repo\n\nDon't forget to properly set up PATH in the crontab file, example:\n\n    PATH=/usr/local/bin:/usr/bin:/bin\n\nLicense\n-------\n\nThe MIT license.\n\n```\nCopyright (c) 2013 Raivo Laanemets\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of the Software,\nand to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\nIN THE SOFTWARE.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frla%2Flog-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frla%2Flog-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frla%2Flog-ci/lists"}