{"id":17569035,"url":"https://github.com/riywo/pandler","last_synced_at":"2025-04-28T11:28:46.255Z","repository":{"id":7126013,"uuid":"8421212","full_name":"riywo/pandler","owner":"riywo","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-30T23:04:45.000Z","size":632,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-22T12:17:32.551Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riywo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-26T00:00:49.000Z","updated_at":"2021-02-22T16:04:43.000Z","dependencies_parsed_at":"2022-08-27T17:10:15.996Z","dependency_job_id":null,"html_url":"https://github.com/riywo/pandler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riywo%2Fpandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riywo%2Fpandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riywo%2Fpandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riywo%2Fpandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riywo","download_url":"https://codeload.github.com/riywo/pandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242458420,"owners_count":20131536,"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-21T17:08:43.068Z","updated_at":"2025-03-07T20:30:46.925Z","avatar_url":"https://github.com/riywo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pandler\nManage your packages with chroot.\n\nPandler(= Package + Bundler) helps managing rpm/yum packages. Using `Yumfile` and `Yumfile.lock`, Pandler automatically creates a locked chroot environment.\n\n## Installation\n\n*Currently Pandler support only root user usage because of `mount`. You should install and run as root user.*\n\nAdd this line to your application's Gemfile:\n\n    gem 'pandler'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install pandler\n\n## Usage\n\nWrite `Yumfile`.\n\n    repo \"base\", \"http://vault.centos.org/6.2/os/x86_64/\"\n\n    rpm \"coreutils\"\n    rpm \"perl\"\n\nRun `pandle install`.\n\n    # pandle install\n    # pandle list\n\nThen, you can execute any command in the chroot environment.\n\n    # pandle exec perl -v\n    \nIf you want to remove `perl` and packages come from `perl`, delete from `Yumfile` and `pandle install` again.\n\n    # cat Yumfile\n    repo \"base\", \"http://vault.centos.org/6.2/os/x86_64/\"\n\n    rpm \"coreutils\"\n    \n    # pandle install\n    # pandle list\n    # pandle exec perl -v\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friywo%2Fpandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friywo%2Fpandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friywo%2Fpandler/lists"}