Skip to content
  • Michael Hanselmann's avatar
    Cleanup of build-time shell variable replacements · 6e3bf290
    Michael Hanselmann authored
    
    
    Instead of having a different set in (almost) every shell script, this
    inserts the most commonly used variables at build time. This way the
    code for injecting a root directory for virtual clusters also is just
    needed once.
    
    I chose inserting the variables using “sed” at build time over a runtime
    script as the latter would need to be located from within the script and
    the path would be different depending on the environment (unittest vs.
    actual installation).
    
    Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
    Reviewed-by: default avatarIustin Pop <iustin@google.com>
    6e3bf290