Ben Finney
|
6d5ebbfd22
Accurate copyright information for new files.
|
9 tahun lalu |
Ben Finney
|
34b22a6869
Add copyright information for Distutils script.
|
9 tahun lalu |
Ben Finney
|
6e97f0b3c1
Use ‘subprocess’ API for all subprocess interaction.
|
9 tahun lalu |
Ben Finney
|
efdab427c4
Remove unused ‘os.spawnv’ wrapper.
|
9 tahun lalu |
Ben Finney
|
723e680a2d
Migrate remaining ‘os.spawnv’ uses to ‘subprocess.check_call’ API.
|
9 tahun lalu |
Ben Finney
|
23e22a1c74
Remove use of global variables.
|
9 tahun lalu |
Ben Finney
|
1515d03627
Migrate upload method subprocesses to use ‘subprocess.check_call’ API.
|
9 tahun lalu |
Ben Finney
|
844d0dbdc5
Use named exit status constants in ‘check_call’ wrapper.
|
9 tahun lalu |
Ben Finney
|
f7c241b35d
Use named constants for exit status.
|
9 tahun lalu |
Ben Finney
|
47040f28ce
Test and implement a wrapper for ‘subprocess.check_call’.
|
9 tahun lalu |
Ben Finney
|
39cea16d1a
Migrate GnuPG subprocess to use ‘subprocess.Popen’ API.
|
9 tahun lalu |
Ben Finney
|
d7a60b9b0c
Separate the construction of the GnuPG subprocess into discrete steps.
|
9 tahun lalu |
Ben Finney
|
8035ee6edc
Use a descriptive name for the GnuPG process output.
|
9 tahun lalu |
Ben Finney
|
45b2cca631
Document completion of To Do item to remove global variables.
|
9 tahun lalu |
Ben Finney
|
93d47300c0
Migrate ‘hostname’ subprocess to use ‘subprocess.Popen’ API.
|
9 tahun lalu |
Ben Finney
|
5680e0d132
Use a descriptive name for the derived system fields.
|
9 tahun lalu |
Ben Finney
|
e3b9aeddf0
Store the command-line arguments used to create the PopenDouble.
|
9 tahun lalu |
Ben Finney
|
435da0a8c7
Distinguish sequence or text type for ‘os.popen’ command parameter.
|
9 tahun lalu |
Ben Finney
|
e1ffc9f7b7
Migrate from deprecated ‘os.waitpid’ to ‘subprocess.check_call’.
|
9 tahun lalu |
Ben Finney
|
9258d9a352
Add helper functionality to test ‘subprocess.check_call’ behaviour.
|
9 tahun lalu |
Ben Finney
|
5cc39620d0
Add helper functionality to test ‘subprocess.call’ behaviour.
|
9 tahun lalu |
Ben Finney
|
1135e1c256
Remove redundant global ‘config’ name.
|
9 tahun lalu |
Ben Finney
|
2e7ced0a21
Return created ConfigParser instance from ‘read_configs’.
|
9 tahun lalu |
Ben Finney
|
2cfc0d8f40
Migrate ‘verify_files’ from global config object, to function parameter.
|
9 tahun lalu |
Ben Finney
|
c73b115be3
Migrate ‘check_upload_logfile’ from global config object, to function params.
|
9 tahun lalu |
Ben Finney
|
b1673bf3ef
Determine the host FQDN early enough to use it for later actions.
|
9 tahun lalu |
Ben Finney
|
7cbd296a78
Migrate ‘guess_upload_host’ from global config object, to function parameter.
|
9 tahun lalu |
Ben Finney
|
e4eb31c7f4
Migrate ‘create_upload_file’ from global config object, to function parameters.
|
9 tahun lalu |
Ben Finney
|
d88c84a774
Migrate ‘verify_signature’ from global config object, to function parameters.
|
9 tahun lalu |
Ben Finney
|
560773e9f1
Migrate ‘execute_command’ from global config object, to function parameters.
|
9 tahun lalu |