lp:~mterry/duplicity/more-decode-issues

Created by Michael Terry and last modified
Get this branch:
bzr branch lp:~mterry/duplicity/more-decode-issues
Only Michael Terry can upload to this branch. If you are Michael Terry please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Terry
Project:
Duplicity
Status:
Merged

Recent revisions

1263. By Michael Terry

Fix some unicode decode errors around exceptions

1262. By Kenneth Loafman

* Fixed bug #1638033 Remove leading slash on --file-to-restore
  - code already used rstrip('/') so change to just strip('/')

1261. By Kenneth Loafman

2017-08-31 Kenneth Loafman <email address hidden>

    * Fixed bug #1538333 Assertion error in manifest.py: assert filecount == ...
      - Made sure to never pass .part files as true manifest files
      - Changed assert to log.Error to warn about truncated/corrupt filelist
      - Added unit test to make sure detection works
      - Note: while this condition is serious, it will not affect the basic backup and restore
        functions. Interactive options like --list-files-changed and --file-changed will not
        work correctly for this backup set, so it is advised to run a full backup as soon as
        possible after this error occurs.
    * Fixed bug #1638033 Remove leading slash on --file-to-restore
      - code already used rstrip('/') so change to just strip('/')

1260. By Kenneth Loafman

# Fixed bug #1394386 with new module megabackend.py from Tomas Vondra
  - uses megatools from https://megatools.megous.com/ instead of mega.py library
    which has been deprecated
  - fixed copyright and PEP8 issues
  - replaced subprocess.call() with self.subprocess_popen() to standardize

1259. By Kenneth Loafman

# Fixed bug #1394386 with new module megabackend.py from Tomas Vondra
  - uses megatools from https://megatools.megous.com/ instead of mega.py library
    which has been deprecated
  - fixed copyright and PEP8 issues

1258. By Kenneth Loafman

* Merged in lp:~mterry/duplicity/gpg-tag-versions
  - Support gpg versions numbers that have tags on them.
  - This can happen if you build gpg from git trunk (e.g. 2.1.15-beta20). Or if you run
    against the freedesktop flatpak runtime (e.g. 2.1.14-unknown).

1257. By ken

* Fix errors where log.Warn was invoked with log.warn in webdavbackend.py

1256. By Kenneth Loafman

* Merged in lp:~mterry/duplicity/gio_child_for_display_name
  - gio: be slightly more correct and get child GFiles based on display name

1255. By Kenneth Loafman

* Fixed PEP8 errors in bin/duplicity

1254. By Kenneth Loafman

* Fixed bug #1709047 with suggestion from Gary Hasson
  * fixed so default was to use original filename

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~duplicity-team/duplicity/0.8-series
This branch contains Public information 
Everyone can see this information.

Subscribers