[Yum-devel] New yum commandline option
Panu Matilainen
pmatilai at laiskiainen.org
Thu Jan 5 14:02:14 UTC 2006
On Thu, 5 Jan 2006, Ignacio Vazquez-Abrams wrote:
>>
>> If i have to do the same to day i have to type.
>> yum --enablerepo=development --disablerepo=base --disablerepo=extras
>> --disablerepo=livna --disablerepo=updates-released update
>
> Not true. --disablerepo and --enablerepo take wildcards.
>
> yum --disablerepo=\* --enablerepo=development
> --enablerepo=extras-development update
..and that can be shortened even more :)
yum --disablerepo='*' --enablerepo='*development*'
- Panu -
More information about the Yum-devel
mailing list