Wed, 15 Jul 2020 15:41:32 -0700 Added tag v0.4.0 for changeset f31d60b04f8a default tip
Mahlon E. Smith <mahlon@martini.nu> [Wed, 15 Jul 2020 15:41:32 -0700] rev 20
Added tag v0.4.0 for changeset f31d60b04f8a
Wed, 15 Jul 2020 15:35:06 -0700 Multiple changes to help support Windows native ssh with sshscript workers. v0.4.0
Mahlon E. Smith <mahlon@martini.nu> [Wed, 15 Jul 2020 15:35:06 -0700] rev 19
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' => '' }
Thu, 09 Jul 2020 15:11:45 -0700 Added tag v0.3.0 for changeset 5db18679edcf
Mahlon E. Smith <mahlon@martini.nu> [Thu, 09 Jul 2020 15:11:45 -0700] rev 18
Added tag v0.3.0 for changeset 5db18679edcf
(0) -10 -3 tip