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
/etc/mrepo.conf:
[main] srcdir = /var/mrepo wwwdir = /var/www/mrepo confdir = /etc/mrepo.conf.d arch = x86_64 rsync-exclude-debug = yes rsync-exclude-srpm = yes
/etc/mrepo.conf.d/centos.conf: [centos5] name = Centos $release release = 5 arch = x86_64 metadata = repomd os = rsync://rsync.nic.funet.fi/ftp/pub/Linux/INSTALL/Centos/$release/os/$arch
mrepo -ugvvvvf centos5 says: . . . deleting in x86_64 deleting x86_64/images/pxeboot/initrd.img
I don't think we should exclude these even though we want to skip srpms and debug packages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/etc/mrepo.conf:
[main]
srcdir = /var/mrepo
wwwdir = /var/www/mrepo
confdir = /etc/mrepo.conf.d
arch = x86_64
rsync-exclude-debug = yes
rsync-exclude-srpm = yes
/etc/mrepo.conf.d/centos.conf:
[centos5]
name = Centos $release
release = 5
arch = x86_64
metadata = repomd
os = rsync://rsync.nic.funet.fi/ftp/pub/Linux/INSTALL/Centos/$release/os/$arch
mrepo -ugvvvvf centos5 says:
.
.
.
deleting in x86_64
deleting x86_64/images/pxeboot/initrd.img
I don't think we should exclude these even though we want to skip srpms and debug packages.
The text was updated successfully, but these errors were encountered: