Draft: Changes to make work with LHO puppet
These are some changes I made to get the scripts running at LHO.
-
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.
-
Fix a bug where gpstime was called with a string instead of an int.
-
Changed import stdenv to import stdenv3 to match LHO config setup. This could be made to try both, but currently doesn't.