Changes In Branch v1.60-nbfake-stderr Through [bb277556b4] Excluding Merge-Ins
This is equivalent to a diff from 2513a8d303 to bb277556b4
2014-10-29
| ||
15:40 | Use local rather than env variables to determine log and host check-in: efe2d43275 user: tyardeni tags: v1.60-nbfake-stderr | |
15:17 | Remove debug code from nbfake check-in: bb277556b4 user: tyardeni tags: v1.60-nbfake-stderr | |
13:57 | Merged Tal's nbfake fix to v1.60 check-in: 02d61b3703 user: mrwellan tags: v1.60 | |
12:14 | Added header and help message to nbfake check-in: 7d862aea5e user: tyardeni tags: v1.60-nbfake-stderr | |
11:47 | Update nbfake to write output to stderr, and append to logfile. Update nbfake variables, but fall back to old TARGETHOST vars check-in: 712f18e24b user: tyardeni tags: v1.60-nbfake-stderr | |
2014-10-28
| ||
23:08 | Don't do threaded registration check-in: 2513a8d303 user: matt tags: v1.60 | |
00:18 | change default for server-query-threshold to -1, forcing always a server to start Added test for vars with . check-in: cf47596912 user: matt tags: v1.60 | |
Modified utils/nbfake from [e5bec056c7] to [6c86d9c83e].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - - + + + + + + + + + + + + + + + - - - - + + + + + - - + + - - - + + - + | #!/bin/bash ############################################################################### |