0

I have to set up a local yum repository that I can manage.

I'd prefer it have a way to make mirrors, snapshots, and publish the snapshots.

In the apt world, I use aptly, which does the above.

Q: Is there something similar for yum packages?

MonkeyWidget
  • 956
  • 1
  • 9
  • 19
  • 1
    No, there are no such single package that can handle everything from repo creation and management. `yum` works well with `createrepo` that is used for repo creation. – iamauser Jan 10 '18 at 19:11

1 Answers1

0

I'm using SpaceWalk, which does this and more: https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall

MonkeyWidget
  • 956
  • 1
  • 9
  • 19