~mvo/update-manager/post-jaunty

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeQuirks.py

  • Committer: Michael Vogt
  • Date: 2009-04-07 20:12:51 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090407201251-0i2z5c003fixo5ot
add README

Show diffs side-by-side

added added

removed removed

Lines of Context:
629
629
        if not os.path.exists(patchdir):
630
630
            return
631
631
        for f in os.listdir(patchdir):
 
632
            # skip, not a patch file, they all end with .$md5sum
 
633
            if not "." in f:
 
634
                continue
632
635
            logging.debug("check if patch '%s' needs to be applied" % f)
633
636
            (encoded_path, md5sum) = string.split(f, ".", 1)
634
637
            # FIXME: this is not clever and needs quoting support for