Skip to content

Draft: Changes to make work with LHO puppet

Erik von Reis requested to merge lho into main

These are some changes I made to get the scripts running at LHO.

  1. The script pulls changes into a permanent source directory instead of cloning a fresh directory into a tmp dir. We can then use puppet to fix the branch/tag we're running without having to pass it to the script. Though I suppose we could just pass the branch to the script.

  2. Fix a bug where gpstime was called with a string instead of an int.

  3. Changed import stdenv to import stdenv3 to match LHO config setup. This could be made to try both, but currently doesn't.

Merge request reports

Loading