]> arthur.barton.de Git - bup.git/commit
Move bup to cmd/ and symlink ./bup to cmd/bup
authorRob Browning <rlb@defaultvalue.org>
Sat, 12 Oct 2019 21:47:16 +0000 (16:47 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 15 Dec 2019 20:56:37 +0000 (14:56 -0600)
commit3fa656946d28bb8cac061b745e2edc26bc2d56ae
tree34f63ef259e803dfe55f4037564cb430fe14de7a
parent15f33da800e143b2853fcd39f79bc2de7a3de539
Move bup to cmd/ and symlink ./bup to cmd/bup

Move main.py to cmd/bup and make ./bup a permanent symlink to it.
Make the installed bup executable a relative symlink to the
LIBDIR/cmd/bup file.  Always use the location of the bup executable as
a way to locate the other subcommands and the lib and resource
directories, either when running from the source tree or from an
install tree.

This work finishes the switch to have all the commands to rely on the
bup-python wrapper so that we can establish some norms we'll need to
support Python 3.  It should also allow us to simplify the main.py
startup process.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.gitignore
Makefile
bup [new symlink]
cmd/bup [new file with mode: 0755]
lib/bup/t/tclient.py
lib/bup/t/tgit.py
main.py [deleted file]