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: |
92c72d977c5f448716b94425e030b6f7 |
User & Date: | matt on 2019-10-01 00:10:39 |
Other Links: | branch diff | manifest | tags |
Context
2019-10-01
| ||
09:52 | Merge fix for periods in env vars from trunk check-in: 65e88e7bdc user: mrwellan tags: v1.65 | |
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 | |
Changes
Modified utils/gen-build-info.sh from [36b16e80fe] to [338b067888].
1 2 3 4 5 6 7 8 | echo "Data gathered on $(date)" echo "Host: $HOSTNAME" echo echo "Which csi: $(which csi)" echo echo "Version info from csc -version:" csc -version echo | > > > | 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 |
︙ | ︙ |