Feature #72
Addition of ssh driver to standard installation
| Status: | Closed | Start date: | 2009-12-09 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 2009-12-15 | |
| Assignee: | Alejandro Lorca | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 5.6.0 | Estimated time: | 5.00 hours |
Description
It would be great to have it installed by default with some --enable-ssh option at configure.
At the moment it is only reachable entering the examples/ssh directory and performing the installation manually.
Associated revisions
First attempt to support the ssh driver in ruby (issue #72).
EM and TM MADs not copied (issue #72).
Rubygems versioning disable.
Default values in gwd returned to expected. Also scheduling now defaulted to 15s.
Rubygems dependency removed and error log supressed (issue #72).
History
Updated by Alejandro Lorca about 2 years ago
- % Done changed from 0 to 50
Files have been moved from the ''examples/'' directory into
''src/ssh/''
''src/ssh/ruby/''
''src/em_mad/''
''src/tm_mad/''
Updated by Alejandro Lorca about 2 years ago
- Status changed from New to Assigned
- % Done changed from 50 to 90
Addition of configure checks done.
Also modification to copy the files in the Makefile of src/.
Updated by Alejandro Lorca about 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Error logs have been disabled because of file permission troubles.
Running tests performed succesfully.