Page MenuHomeDevCentral

Install tcllib and tcl-tls on Eglide
ClosedPublic

Authored by dereckson on Nov 17 2016, 18:57.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 00:01
Unknown Object (File)
Mon, Nov 11, 01:40
Unknown Object (File)
Sun, Nov 10, 09:45
Unknown Object (File)
Tue, Nov 5, 15:24
Unknown Object (File)
Mon, Nov 4, 03:07
Unknown Object (File)
Mon, Nov 4, 03:06
Unknown Object (File)
Mon, Nov 4, 02:28
Unknown Object (File)
Mon, Nov 4, 02:08
Subscribers
None

Details

Summary

Fairly standard TCL components.

Fixes T1051 (tcl-tls part).

Test Plan

On Eglide, try package require tls, and package require yaml

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Install tcllib and tcl-tls on Eglide.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.

Salt output


      ID: languages_libs
Function: pkg.installed
  Result: True
 Comment: The following packages were installed/updated: tcllib, tcl-tls
 Started: 19:04:53.982168
Duration: 84019.843 ms
 Changes:   
          ----------
          libssl1.1:
              ----------
              new:
                  1.1.0c-1
              old:
          tcl:
              ----------
              new:
                  8.6.0+9
              old:
          tcl-tls:
              ----------
              new:
                  1.6.7+dfsg-1.2
              old:
          tcllib:
              ----------
              new:
                  1.18-dfsg-3
              old:
          tclsh:
              ----------
              new:
                  1
              old:
          tcltls:
              ----------
              new:
                  1
              old:

Test

Eglide
$ tclsh
% package require yaml
0.3.9
% package require tls
1.6.7
This revision is now accepted and ready to land.Nov 17 2016, 19:09
This revision was automatically updated to reflect the committed changes.