[Checkins] [zopefoundation/ZODB] 15b624: repozo --verify

GitHub noreply at github.com
Tue Nov 5 20:44:04 CET 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 15b6248497e997a249d0ae6845e53b48cb3dac8b
      https://github.com/zopefoundation/ZODB/commit/15b6248497e997a249d0ae6845e53b48cb3dac8b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  repozo --verify

Could be used as a workaround for https://bugs.launchpad.net/zodb/+bug/906057


  Commit: bc3008c6a5bed57bb12c7f1e262599b71f36442a
      https://github.com/zopefoundation/ZODB/commit/bc3008c6a5bed57bb12c7f1e262599b71f36442a
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  repozo --verify now correctly handles gzipped backups


  Commit: 1bcacfea795d406d1439c44a706613708719eafe
      https://github.com/zopefoundation/ZODB/commit/1bcacfea795d406d1439c44a706613708719eafe
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  Fix tests on Python 3


  Commit: cb450885a9ef6189a62c3dc905ba90033d9b5ded
      https://github.com/zopefoundation/ZODB/commit/cb450885a9ef6189a62c3dc905ba90033d9b5ded
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M src/ZODB/scripts/repozo.py

  Log Message:
  -----------
  Refactor do_verify for readability

Extract size/checksum computation logic into separate functions for
gzipped and non-gzipped files.


  Commit: 54b065709a81e9d111414c48f0f5afdd64c91cdf
      https://github.com/zopefoundation/ZODB/commit/54b065709a81e9d111414c48f0f5afdd64c91cdf
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  Fix Py26 compat for 'with gzip.open'.


  Commit: a187da03fcd9bb188019a11c96b9a4b7a6f1d595
      https://github.com/zopefoundation/ZODB/commit/a187da03fcd9bb188019a11c96b9a4b7a6f1d595
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M src/ZODB/scripts/repozo.py
    M src/ZODB/scripts/tests/test_repozo.py

  Log Message:
  -----------
  Merge pull request #14 from zopefoundation/repozo-verify

This adds 'repozo --verify' to check your backup integrity


Compare: https://github.com/zopefoundation/ZODB/compare/70a03207bc10...a187da03fcd9


More information about the checkins mailing list