Skip to content
Tags give the ability to mark specific points in history as being important
  • 02.01.00
    New MINOR release 02.01.00
    
    Changes since 02.00.02:
    Features:
    - optionally allow use of config_labels inplace of hostnames
      -- Why: Techlab wants to be independent of hostnames which are defined by
              their customers. Also mutliple installations with identical
              configuration (e.g. for test setups) can now be done by customers
              without support by Techlab.
      -- How: A config_label can be defined in /etc/ConfigGenerator/config_labels
              for each server type. If this file is found and the server type is
              defined in the file, the specified config_label is used instead of
              the hostname, to identify which instance to install.
    - testEnv: Add option for custom post-processing script
    - backupAll: do not fail hard if a single backup fails
    - Add new optical-switch config
    - Introduced README.md
    
    Bug-Fixes:
    - fix not installing TestFacility
    - exclude hdf5 files from backup
  • 02.00.02
    9046d2db · increased patch level ·
    New PATCH release 02.00.02
    
    Changes since 02.00.01:
    - added bam config to configEnvironment
  • 02.00.01
    increased patch version for release to include llrf-logm.
    added: llrf-logm.
  • 02.00.00
    8db41d23 · fix runTestEnvironment ·
    New MAJOR release 02.00.00
    
    Changes since 01.07.39:
    
    - split off server configurations into separate projects
    - introduce generalised station/instance naming scheme
    - improve hostlist format
    - introduce Python/Mako-based settings and template parsing
    
    - update documentation
    - allow to skip entire template files by raising OmitFileException
    - improved tests