]> arthur.barton.de Git - bup.git/commit
Split src tree python use to config/bin/python and dev/bup-python
authorRob Browning <rlb@defaultvalue.org>
Sat, 30 May 2020 02:50:25 +0000 (21:50 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 5 Jul 2020 16:16:22 +0000 (11:16 -0500)
commit73f4b83af6c73a0ba48e448883856bf24aacbf7d
treebbd74c4c3cb9e6074ea00d0ff79d2815c154c1a9
parent00d6ed57ce794b3fb192e3e7ffd609c560c0e8d7
Split src tree python use to config/bin/python and dev/bup-python

Replace cmd/bup-python with config/bin/python, which is just a symlink
to the configured python, and dev/bup-python, which is what "bup
python" used to be.  Adjust all the code to use config/bin/python when
we can (i.e. when we don't need bup modules), and dev/bup-python
otherwise.  Drop "bup python", since we don't need it anymore.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
66 files changed:
Makefile
bup [changed from file to symlink]
config/configure
dev/bup-python [new file with mode: 0755]
lib/cmd/bloom-cmd.py
lib/cmd/bup
lib/cmd/cat-file-cmd.py
lib/cmd/daemon-cmd.py
lib/cmd/damage-cmd.py
lib/cmd/drecurse-cmd.py
lib/cmd/fsck-cmd.py
lib/cmd/ftp-cmd.py
lib/cmd/fuse-cmd.py
lib/cmd/gc-cmd.py
lib/cmd/get-cmd.py
lib/cmd/help-cmd.py
lib/cmd/import-duplicity-cmd.py
lib/cmd/index-cmd.py
lib/cmd/init-cmd.py
lib/cmd/join-cmd.py
lib/cmd/list-idx-cmd.py
lib/cmd/ls-cmd.py
lib/cmd/margin-cmd.py
lib/cmd/memtest-cmd.py
lib/cmd/meta-cmd.py
lib/cmd/midx-cmd.py
lib/cmd/mux-cmd.py
lib/cmd/on--server-cmd.py
lib/cmd/on-cmd.py
lib/cmd/prune-older-cmd.py
lib/cmd/random-cmd.py
lib/cmd/restore-cmd.py
lib/cmd/rm-cmd.py
lib/cmd/save-cmd.py
lib/cmd/server-cmd.py
lib/cmd/split-cmd.py
lib/cmd/tag-cmd.py
lib/cmd/tick-cmd.py
lib/cmd/version-cmd.py
lib/cmd/web-cmd.py
lib/cmd/xstat-cmd.py
t/cleanup-mounts-under
t/data-size
t/echo-argv-bytes
t/hardlink-sets
t/id-other-than
t/lib.sh
t/make-random-paths
t/mksock
t/ns-timestamp-resolutions
t/root-status
t/sparse-test-data
t/subtree-hash
t/test-argv
t/test-ftp
t/test-fuse.sh
t/test-get
t/test-ls
t/test-meta.sh
t/test-prune-older
t/test-restore-map-owner.sh
t/test-save-errors
t/test-sparse-files.sh
t/test-web.sh
t/unknown-owner
wvtest.py