extend open_index() API for info file handling
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 23 Mar 2017 10:48:59 +0000 (11:48 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit3fdea6d4215ad3ae58a2135e8650f8ace28813d3
tree455eea295b43c0f3274a0580a1692ff47d959b70
parent2d6fd8c8e26f701e26d9492ee798b795ccd42906
extend open_index() API for info file handling

In fact, backup_python’s “info file” is just another “index file”
to deltatar. Conceptually they’re quite different though
especially regarding encryption. To allow requesting an info
flavored index file, add a parameter to communicate with the
crypto layer.
deltatar/deltatar.py
deltatar/tarfile.py