Panu Matilainen wrote: > On Fri, 28 Apr 2006, Tim Lauridsen wrote: > >> Thomas Springer wrote: >>> Hi, >>> >>> Seth, you asked me to post this here so it can be dropped into the >>> wiki. >>> >>> http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=570 >>> >>> Attached is a plugin that adds a gpgcheck=0/1 option to the yum >>> commandline util. >>> >>> I read that TYPE_INTERFACE is deprecated, but I stayed with it b/c of >>> compat. >>> >> >> Was it an idea to collect these kind of plugins, there only adds the >> possibility to set some yum conf option from then command line, >> into a cmdconf plugin in yum-utils. It would be pleased to maintain it. > > Yeah, I've been planning a "cli-extras" plugin that would handle "all" > these things. My idea was to provide a generic way to set any yum > config option with -o <option>=<value> and direct options for some of > the more common items such as gpg-check. > > - Panu - > _______________________________________________ > Yum mailing list > Yum@xxxxxxxxxxxxxxxxxxxx > https://lists.dulug.duke.edu/mailman/listinfo/yum -o <option>=<value> sounds like a very nice way to do it, it will work with new yum.conf option without the plugin need to be updated. Let me know if i can help in any way. Tim