Artifact 338b067888689abb8ddd3277a9f64182270e2a5f:
- 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...]
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 echo "Eggs info from chicken-status:" chicken-status echo echo "Host info from lsb_release -a:" lsb_release -a