On Wed, 2007-07-04 at 08:41 +0200, Terje Røsten wrote: > * seth vidal > > fixed. update again. > > This patch is in: > > PatchSet 2162 > Date: 2007/07/04 00:08:21 > Author: skvidal > Branch: HEAD > Tag: (none) > Log: > > revert updates item I broke. :( > Thanks to terje for noticing it! > > Members: > yum/__init__.py:INITIAL->1.339 > > However, I still get error: > > $ python yummain.py update > Loading "skip-broken" plugin > Loading "changelog" plugin > Loading "priorities" plugin > Loading "installonlyn" plugin > Setting up Update Process > 0 packages excluded due to repository priority protections > Traceback (most recent call last): > File "yummain.py", line 193, in <module> > main(sys.argv[1:]) > File "yummain.py", line 94, in main > result, resultmsgs = base.doCommands() > File "/root/sources/yum/cli.py", line 266, in doCommands > return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, > self.extcmds) > File "/root/sources/yum/yumcommands.py", line 150, in doCommand > return base.updatePkgs(extcmds) > File "/root/sources/yum/cli.py", line 557, in updatePkgs > updates = self.up.getUpdatesTuples() > AttributeError: 'NoneType' object has no attribute 'getUpdatesTuples' >
Yah, I'm a dumbass. I was playing with things to help the ctrl-c issue and didn't take them back out. ALL of them are reverted now, thanks. -sv _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
