Megatest

Check-in [a7fef27f05]
Login
Overview
Comment:Added script utils/gen-build-info.sh to help capture working combinations of build setup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.65
Files: files | file ages | folders
SHA1: a7fef27f05f019b017d6c204aabf432f42b9b40e
User & Date: matt on 2019-10-01 00:07:20
Other Links: branch diff | manifest | tags
Context
2019-10-01
00:10
Added script utils/gen-build-info.sh to help capture working combinations of build setup check-in: 92c72d977c user: matt tags: v1.65
00:07
Added script utils/gen-build-info.sh to help capture working combinations of build setup check-in: a7fef27f05 user: matt tags: v1.65
2019-09-30
23:01
Fixed (or worked around) weird bug where get-unix-inodes fails on btrfs. check-in: 61dc513a05 user: matt tags: v1.65
Changes

Added utils/gen-build-info.sh version [36b16e80fe].



























>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
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