Skip to content
New issue

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

inverted function of reposync-newest-only #80

Open
Sniper677 opened this issue Apr 17, 2015 · 0 comments
Open

inverted function of reposync-newest-only #80

Sniper677 opened this issue Apr 17, 2015 · 0 comments

Comments

@Sniper677
Copy link

If set to 'yes' it will donwload all. If set to 'no' it will download latest RPMs only.

$ grep newest /etc/mrepo.conf
_reposync-newest-only = yes_

$ mrepo -n -u -r latest ol7
ol7-x86_64: Updating Oracle Linux 7 (x86_64)
Not execute: exec /usr/bin/reposync -q --urls --delete --norepopath -t -c '/tmp/tmpqThOMa' -r ol7-x86_64-latest -p '/var/mrepo/ol7-x86_64/latest' >/dev/null

$ grep newest /etc/mrepo.conf
_reposync-newest-only = no_

$ mrepo -n -u -r latest ol7
ol7-x86_64: Updating Oracle Linux 7 (x86_64)
Not execute: exec /usr/bin/reposync -q --urls --delete _--newest-only_ --norepopath -t -c '/tmp/tmpuBRSWM' -r ol7-x86_64-latest -p '/var/mrepo/ol7-x86_64/latest' >/dev/null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant