blob: 974e696887ab9ee39ce71064bdffb11197152287 [file] [log] [blame]
# Make a local copy of the substitutions.
config.substitutions = list(config.substitutions)
config.substitutions.insert(0, ('%debug-remote-run',
r'%r %%utils/remote-run --debug-as-local %%sftp-server --remote-dir %%t-REMOTE' % (sys.executable,)))
config.substitutions.insert(0, ('%remote-run',
r'%r %%utils/remote-run' % (sys.executable,)))