pakrat icon indicating copy to clipboard operation
pakrat copied to clipboard

A Python library and CLI tool for mirroring and versioning YUM repositories

Results 5 pakrat issues
Sort by recently updated
recently updated
newest added

Hi, Glad to see there is this kind of project and will love to see some day an equivalent of https://snapshot.debian.org/ but that's not the purpose of my question :)...

I've noticed running the command: pakrat --name 7.4.1708 --baseurl http://***.***.***.**/repository/7.4.1708/os/x86_64/ That it only downloads the packages, not the repo data. So that would mean I can't then turn around and...

When trying to use pakrat on a fully patched RHEL 7.2 system, I'm getting the following error: ``` shell # pakrat --repofile /etc/yum.repos.d/redhat.repo --outdir /yum --repoversion 20160401 repo done/total complete...

When initially using pakrat to create local mirror everything downloads and is created with no issues. When trying to update a local repo I get the error: errors(1): start() got...

If Pakrat is run from a RHEL 6 node it uses sha256 checksum when creating repository metadata. This breaks any RHEL 5 repositories as they only support sha1. It would...