On Wed, 2006-04-12 at 19:31 +0200, Kai Schaetzl wrote:
What's the correct syntax for something like the following:
yum check-update --disablerepo=dag ivazquez Extras Misc
this runs "dead" and doesn't do a check-update. Use kommas? Something else? man just tells to use glob exp, but what about multiple repo's?
yum --disablerepo=dag --disablerepo=ivazquez ... check-update
There's a patch in newer versions of yum that lets you comma-separate them, but I don't believe it's in CentOS yet.