We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi There,
I want to sync epel repositories into dtmrepo from fedora community.
Any document to configure the same on dtmrepo server so that I can sync epel packages on it.
Thanks in advance.
regards
Vishal
The text was updated successfully, but these errors were encountered:
That's quite easy. For RHEL6 for example, create /etc/dtmrepo.repos.d/epel.repo:
[epel-6] name=epel-6 mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=x86_64 failovermethod=priority enabled = 0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
Then add an entry in your /etc/dtmrepo.conf.d/rhel6.conf that looks something like this:
epel = epel-6
Then sync by running
dtmrepo -ugv -r epel -d rhel6
Sorry, something went wrong.
Tips on syncing multiple distros
f8c3610
Check out tip #4 on how to sync multiple different (RHEL) distros.
No branches or pull requests
Hi There,
I want to sync epel repositories into dtmrepo from fedora community.
Any document to configure the same on dtmrepo server so that I can sync epel packages on it.
Thanks in advance.
regards
Vishal
The text was updated successfully, but these errors were encountered: