]> arthur.barton.de Git - bup.git/commit
Simplify bup startup process
authorRob Browning <rlb@defaultvalue.org>
Sat, 12 Oct 2019 22:46:38 +0000 (17:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 15 Dec 2019 20:57:30 +0000 (14:57 -0600)
commit3c64b5788c3e6b10528a81285b71da2edbed8950
tree0da180772e298fb077577afc4bafb35e5b133617
parent3fa656946d28bb8cac061b745e2edc26bc2d56ae
Simplify bup startup process

Now that we've moved bup to cmd/, we adjust bup-python at install
time, and we can rely on that to find the module and cmd dirs,
simplify the startup process.  Let bup-python handle all the
PYTHONPATH settings, etc., and drop BUP_MAIN_EXE, relying instead on a
path.exe() that finds the binary via path.__file__.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile
cmd/bup
cmd/help-cmd.py
cmd/import-rdiff-backup-cmd.sh
cmd/import-rsnapshot-cmd.sh
cmd/python-cmd.sh
lib/bup/path.py
lib/bup/t/tclient.py
lib/bup/t/tgit.py
lib/bup/t/tresolve.py
lib/cmd [new symlink]