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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: