close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#817 closed enhancement (fixed)

several versions of TOL in RMTPS

Reported by: Jorge Owned by: Jorge
Priority: highest Milestone: Mantainance
Component: RMTPS Version:
Severity: critical Keywords:
Cc: apalonso@…

Description

RemoteTOL should deal with differents versions of TOL, this means changing the API of RemoteTOL and include in rmtps.conf more than one tolsh sections.

Change History (9)

comment:1 Changed 15 years ago by Jorge

Status: newaccepted
  • multiple tolsh sections will be possible
  • projects can specify which tol version should use through key tolversion

comment:2 Changed 15 years ago by Jorge

(In [1827]) refs #817 : updated sample configuration file

comment:3 Changed 15 years ago by Jorge

Resolution: fixed
Status: acceptedclosed

(In [1828]) fix #817 :

  • load_conf clears configuratio and prints messages about initialization.
  • multiple tolsh sections can be defined, the name of the section is the version of tol, include a key in order to indicate the default tolsh version
  • project secctions can specify: tolversion (indicating the tolsh to use), textvar (define a general Text variable to be evaluated at boot time), pathvar (define a text variable with a path contents, the path can be absolute or relative tho the current project or other project listed in rmtps.conf). There can be multiple textvar and pathvar.
  • ps_runtol is now aware of the new options.

comment:4 Changed 15 years ago by Jorge

(In [1829]) refs #817 test for variables defined in project sections

comment:5 Changed 15 years ago by Jorge

(In [1831]) refs #817 : in order to deal with multiple versions of tolsh "package require Toltcl" must be '-exact'

comment:6 Changed 15 years ago by Jorge

(In [1838]) refs #817 : new option -tolversion indicate the version of tol required

comment:7 Changed 15 years ago by Jorge

(In [1841]) refs #817 : backporting RemotTOL API from 2.0.1

comment:8 Changed 15 years ago by Jorge

(In [1842]) refs #817 : different tolsh versions will be generated in the corresponding tol branch

comment:9 Changed 15 years ago by Jorge

(In [1843]) fix #817 : backporting tolsh from 2.0.1

Note: See TracTickets for help on using tickets.