Differences From Artifact [36b16e80fe]:
- Executable file utils/gen-build-info.sh — part of check-in [a7fef27f05] at 2019-10-01 00:07:20 on branch v1.65 — Added script utils/gen-build-info.sh to help capture working combinations of build setup (user: matt, size: 264) [annotate] [blame] [check-ins using]
To Artifact [338b067888]:
- Executable file utils/gen-build-info.sh — part of check-in [92c72d977c] at 2019-10-01 00:10:39 on branch v1.65 — Added script utils/gen-build-info.sh to help capture working combinations of build setup (user: matt, size: 354) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 | + + + | echo "Data gathered on $(date)" echo echo "Megatest code node: $(fossil status | grep checkout: | awk '{print $2}')" echo echo "Host: $HOSTNAME" echo echo "Which csi: $(which csi)" echo echo "Version info from csc -version:" csc -version echo |
︙ |