.hgtags
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 15 Jul 2020 15:35:06 -0700
changeset 19 f31d60b04f8a
parent 18 d629b9939df4
child 20 a64e6e4f8446
permissions -rw-r--r--
Multiple changes to help support Windows native ssh with sshscript workers. Defaults are to assume a non-hostile posix environment. - Don't hardcode the tempdir separator character. - Allow overrides in the payload of any exposed net-ssh options. - Allow setting of the "delete" command for script cleanup (ie, 'del') - Allow running the script via a specific interpreter. An example payload to make this work with Windows native ssh/powershell to execute a ruby script: payload = { 'compression' => false, 'delete_cmd' => 'del', 'run_binary' => 'ruby', 'tempdir' => '' }
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
a1d381ce60c7 Added tag v0.1.1 for changeset 01c2ba6b0a44
Mahlon E. Smith <mahlon@laika.com>
parents:
diff changeset
     1
01c2ba6b0a4432ad86c062d95ac1ce5071e954ea v0.1.1
12
61c5ec82378f Added tag v0.2.0 for changeset ffa70066522c
Mahlon E. Smith <mahlon@laika.com>
parents: 9
diff changeset
     2
ffa70066522cf73480a69be104d1d113773068d3 v0.2.0
18
d629b9939df4 Added tag v0.3.0 for changeset 5db18679edcf
Mahlon E. Smith <mahlon@martini.nu>
parents: 12
diff changeset
     3
5db18679edcf9643d60fbadf6e89ec737ae81b87 v0.3.0