[Yum] yum 3.2.4

seth vidal skvidal at fedoraproject.org
Tue Sep 4 12:58:53 UTC 2007


On Thu, 2007-08-30 at 08:18 +0700, Fajar A. Nugraha wrote:
> seth vidal wrote:
> > Feel free to apply your patch to step around the index error b/c I kinda
> > need transaction-all, too, if you have it.
> >   
> That's the thing. There is no transcation-all file.
> Repeated with yum-3.2.4 patched with all the patches I sent earlier,
> still the same result.
> 

okay could you make a small change to rpmtrans.py
look for this:


    def _transStart(self, bytes, total, h):
        if bytes == 6:
            self.total_actions = total
            if self.test: return

            self.ts_all() # write out what transaction will do


and change it to this:

    def _transStart(self, bytes, total, h):
        print bytes
        print total
        if bytes == 6:
            self.total_actions = total
            if self.test: return

            self.ts_all() # write out what transaction will do

thanks,
-sv





More information about the Yum mailing list