~ubuntu-branches/ubuntu/precise/apt-xapian-index/precise-updates

« back to all changes in this revision

Viewing changes to update-apt-xapian-index

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2009-07-15 11:44:24 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090715114424-0a1q0o8lld60z14d
Tags: 0.22
* Applied patch by Michael Vogt. Closes: #536857.
  - Run the weekly update with nice and ionice
  - Fix bug in --updates when it is selecting the wrong index

Show diffs side-by-side

added added

removed removed

Lines of Context:
546
546
from optparse import OptionParser
547
547
import sys
548
548
 
549
 
VERSION="0.19"
 
549
VERSION="0.22"
550
550
 
551
551
class Parser(OptionParser):
552
552
    def __init__(self, *args, **kwargs):