Skip to content
Snippets Groups Projects
  1. Oct 05, 2012
  2. Oct 04, 2012
  3. Oct 03, 2012
  4. Oct 02, 2012
  5. Sep 28, 2012
  6. Sep 27, 2012
    • 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
Loading