lp:~aaron-whitehouse/duplicity/08-fix-man-verify

Created by Aaron Whitehouse and last modified
Get this branch:
bzr branch lp:~aaron-whitehouse/duplicity/08-fix-man-verify
Only Aaron Whitehouse can upload to this branch. If you are Aaron Whitehouse please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Aaron Whitehouse
Project:
Duplicity
Status:
Merged

Recent revisions

1238. By Aaron Whitehouse

Fix bin/duplicity.1 entries for --verify and --compare-data

1237. By Kenneth Loafman

* Merged in lp:~dernils/duplicity/docker-compose
  - Test Infrastructure now utilizing docker-compose

1236. By Kenneth Loafman

* Fix bug #1672540 with patch from Benoit Nadeau
  - Rename would fail to move par files when moving across filesystems.
  - Patch uses shutil.move() to do the rename instead.

1235. By Kenneth Loafman

* Some changes ported 0.7 to/from 0.8 to keep up-to-date.

1234. By Kenneth Loafman

* Revisited bug #670891 with patch from Edgar Soldin
  - Forced librsync.PatchedFile() to extract file object from TemporaryFile()
    object when on Windows or Cygwin systems. This allows us to avoid the
    problem of tmpfile() use which creates temp files in the wrong place.
  - See discussion at https://bugs.launchpad.net/duplicity/+bug/670891

1233. By Kenneth Loafman

* Fix spurious warning message, return value not needed.

1232. By Kenneth Loafman

* Checkpoint - docker testbed mostly running
  - lots of format changes in setup.sh
  - made sure to kill off network and restart
  - simplified container naming and killall process
  - most tests run now with tox, 5 fail

1231. By Kenneth Loafman

* Go back to original requirements file.

1230. By Kenneth Loafman

* May have finally fixed bug #1556553, "Too many open files...".
  - Applied patch from Howard Kaye, question #631423. The fix is to dup
    the file descriptor, and then close the file in the deallocator
    routine in the glue code. Duping the file lets the C code and the Python
    code each close the file when they are done with it.
  - Invalidated and removed the fix put in for bug #1320832.
  - Caveat: long incremental chains will still eat up a large number of file
    descriptors. It's a very risky practice, so I'm not inclined to fix it.

1229. By Kenneth Loafman

* Fix spelling and rearrange some.

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