Artifact 36b16e80fe0891a6d3cb81c364f2871fd229c1ca:
- 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]
echo "Data gathered on $(date)" echo "Host: $HOSTNAME" echo echo "Which csi: $(which csi)" echo echo "Version info from csc -version:" csc -version echo echo "Eggs info from chicken-status:" chicken-status echo echo "Host info from lsb_release -a:" lsb_release -a