1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 14:41:43 +00:00
borg/borg
Antoine Beaupré 9cbc868764 make tests and build work again in usage using environment
this is such a crude hack it is totally embarrassing....

the proper solution would probably be to move the `build_parser()`
function out of `Archiver` completely, but this is such an undertaking
that i doubt it is worth doing since we're looking at switching to
click anyways.

the main problem in moving build_parser() out is that it references
`self` all the time, so it *needs* an archiver context that it can
reuse. we could make the function static and pass self in there by
hand, but it seems like almost a worse hack... and besides, we would
need to load the archiver in order to do that, which would break usage
all over again...
2015-10-07 22:26:59 -04:00
..
support add a argparse.py (from py 3.2.6) that is not broken 2015-09-13 00:58:57 +02:00
testsuite Merge pull request #249 from anarcat/ssh-env 2015-10-05 19:53:17 -04:00
__init__.py propperly handle borg._version using setuptools_scm 2015-08-22 15:54:40 +02:00
__main__.py add a __main__.py to nuitka works 2015-07-20 16:16:32 +02:00
_chunker.c chunker: add a check whether the POSIX_FADV_DONTNEED constant is defined 2015-09-14 17:36:04 +02:00
_hashindex.c fix issue with negative "all archives" size, fixes #165 2015-08-29 04:46:13 +02:00
archive.py make tests and build work again in usage using environment 2015-10-07 22:26:59 -04:00
archiver.py make tests and build work again in usage using environment 2015-10-07 22:26:59 -04:00
cache.py Merge pull request #240 from ThomasWaldmann/cache-config-check 2015-10-03 19:19:22 +02:00
chunker.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
compress.pyx deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
crypto.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
fuse.py Merge pull request #88 from ThomasWaldmann/py3style 2015-07-11 18:39:42 +02:00
hashindex.pyx Obtaining 'char *' from temporary Python value 2015-09-12 17:21:49 -04:00
helpers.py make tests and build work again in usage using environment 2015-10-07 22:26:59 -04:00
key.py make tests and build work again in usage using environment 2015-10-07 22:26:59 -04:00
locking.py do not crash on empty lock.roster, fixes #232 2015-10-05 23:23:59 +02:00
lrucache.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
platform.py
platform_darwin.pyx
platform_freebsd.pyx
platform_linux.pyx
remote.py ssh_cmd: fix wrong caller, fixes #255 2015-10-07 03:32:55 +02:00
repository.py make tests and build work again in usage using environment 2015-10-07 22:26:59 -04:00
upgrader.py also copy files cache verbatim 2015-10-03 12:56:03 -04:00
xattr.py use borg-tmp as prefix for temporary files / directories 2015-07-11 17:22:12 +02:00