]> arthur.barton.de Git - bup.git/commit - lib/cmd/ftp-cmd.py
Convert bup to binary executable and run python subcommands directly
authorRob Browning <rlb@defaultvalue.org>
Sat, 3 Apr 2021 20:17:01 +0000 (15:17 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 3 Apr 2021 20:17:01 +0000 (15:17 -0500)
commit6ec85ef2adec7437c6bf97d579eec122191bdbab
tree0137ec650985fab54fb6247e8edce6756ea5226d
parent3b052c63c93a95193447945296e7ec5db97f6b6e
parent28b9af6269c8770a4d21844a59ef29548cb90e45
Convert bup to binary executable and run python subcommands directly

Don't execute python subcommands in a child process, run them
directly.  Convert bup (and dev/python, etc.) to be C executables.
See the commit messages, comments, and doc changes (e.g. DESIGN) for
more information.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>