Commit Graph

4 Commits

Author SHA1 Message Date
Pino Toscano
c5212d2acd RHEL 8: use platform-python
Use the stable platform-python provided in BaseOS, instead of relying on
some arbitrary version installed by the user.
2020-03-16 18:18:22 +01:00
Richard W.M. Jones
05d4fcb64d Update copyright dates for 2019.
This command run over the source:

perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
13d85d722f mltools: Rename run_command std*_chan -> std*_fd.
These are file descriptors, not the high level OCaml in_channel/
out_channel type, so we would normally not refer to them as *_chan.

Just renaming, no functional change.
2018-08-20 16:50:24 +01:00
Richard W.M. Jones
3d4df39732 v2v: Factor out code to call python scripts into a separate module.
Just refactoring, no change in functionality.
2018-07-27 10:35:17 +01:00