{"id":21480823,"url":"https://github.com/essentialkaos/rep","last_synced_at":"2025-12-24T13:44:37.021Z","repository":{"id":38999848,"uuid":"492991292","full_name":"essentialkaos/rep","owner":"essentialkaos","description":"DNF/YUM repository management utility","archived":false,"fork":false,"pushed_at":"2025-04-18T20:53:35.000Z","size":1032,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-23T02:13:54.209Z","etag":null,"topics":["dnf","repository-management","yum"],"latest_commit_sha":null,"homepage":"https://kaos.sh/rep","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/essentialkaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-16T20:34:05.000Z","updated_at":"2025-04-18T20:53:23.000Z","dependencies_parsed_at":"2023-09-29T12:49:00.785Z","dependency_job_id":"958b8d1c-341f-4700-95a5-c44b5171e2d3","html_url":"https://github.com/essentialkaos/rep","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Frep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Frep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Frep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Frep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essentialkaos","download_url":"https://codeload.github.com/essentialkaos/rep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354512,"owners_count":21416751,"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":["dnf","repository-management","yum"],"created_at":"2024-11-23T12:18:13.041Z","updated_at":"2025-12-24T13:44:37.011Z","avatar_url":"https://github.com/essentialkaos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#readme\"\u003e\u003cimg src=\".github/images/card.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://kaos.sh/r/rep\"\u003e\u003cimg src=\"https://kaos.sh/r/rep.svg\" alt=\"GoReportCard\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/y/ek\"\u003e\u003cimg src=\"https://kaos.sh/y/ba1bd149e31f4a00abf72ac930aedac9.svg\" alt=\"Codacy badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/rep/ci-push\"\u003e\u003cimg src=\"https://kaos.sh/w/rep/ci-push.svg\" alt=\"GitHub Actions CI Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/rep/codeql\"\u003e\u003cimg src=\"https://kaos.sh/w/rep/codeql.svg\" alt=\"GitHub Actions CodeQL Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"#license\"\u003e\u003cimg src=\".github/images/license.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#usage-demo\"\u003eUsage demo\u003c/a\u003e • \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e • \u003ca href=\"#ci-status\"\u003eCI Status\u003c/a\u003e • \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e • \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr/\u003e\n\n`rep` is a DNF/YUM repository management utility.\n\n### Usage demo\n\n[![demo](https://github.com/user-attachments/assets/b46c3b2a-785c-4131-a8bd-a712800b4899)](#usage-demo)\n\n### Installation\n\n#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)\n\n```bash\nsudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '\"' | cut -d':' -f5).noarch.rpm\nsudo dnf install rep\n```\n\n#### Containers\n\nOfficial `rep` images available on [GitHub Container Registry](https://kaos.sh/p/rep) and [Docker Hub](https://kaos.sh/d/rep). Install the latest version of [Podman](https://podman.io/getting-started/installation.html) or [Docker](https://docs.docker.com/engine/install/), then:\n\n```bash\ncurl -fL# -o rep-container https://kaos.sh/rep/rep-container\nchmod +x rep-container\nsudo mv rep-container /usr/bin/rep\n\nmkdir /opt/rep\nexport REP_DIR=/opt/rep\n\n# Create repository configuration in /opt/rep/conf (use common/repository.knf.example as an example)\n\nrep init src x86_64\nrep add my-package.el8.x86_64.rpm\n```\n\nOfficial Docker images with `rep`:\n\n- [`ghcr.io/essentialkaos/rep:latest`](https://kaos.sh/p/rep)\n- [`essentialkaos/rep:latest`](https://kaos.sh/d/rep)\n\n### Usage\n\n\u003cimg src=\".github/images/usage.svg\" /\u003e\n\n### CI Status\n\n| Branch | Status |\n|--------|--------|\n| `master` | [![CI](https://kaos.sh/w/rep/ci-push.svg?branch=master)](https://kaos.sh/w/rep/ci-push?query=branch:master) |\n| `develop` | [![CI](https://kaos.sh/w/rep/ci-push.svg?branch=develop)](https://kaos.sh/w/rep/ci-push?query=branch:develop) |\n\n### Contributing\n\nBefore contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/.github/blob/master/CONTRIBUTING.md).\n\n### License\n\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://kaos.dev\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/essentialkaos/.github/refs/heads/master/images/ekgh.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Frep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessentialkaos%2Frep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Frep/lists"}