> Hi, > > The wajig update command (after apt-get update is finished) calls 'join > -v 1 | wc -l' command to get the number of newly available packages. > Just after that it uses very inefficient python code to actually save > the list of new packages into .wajig/*/New file. > > On my system the first part, i.e. `join | wc pipe', takes less then > second, but the second part, namely double for loop in python, takes > a minute or more. > > I'm attaching a patch that fixes the issue.
This is most excellent, thanks much: https://code.google.com/p/wajig/source/detail?r=d29b9. I suppose this will have to wait for Wheezy release before Sid upload... unless you insist? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org