Differences From Artifact [29cdcf21f3]:
- File dashboard.scm — part of check-in [e58c0e3fb7] at 2017-01-25 17:11:14 on branch v1.63 — made yougest-db error message more useful (user: bjbarcla, size: 157122) [annotate] [blame] [check-ins using] [more...]
To Artifact [9bbb1ee284]:
- File dashboard.scm — part of check-in [8149616a1d] at 2017-01-30 14:24:36 on branch server-log-handshaking — Fixed debug message print that was missing the port (user: mrwellan, size: 157300) [annotate] [blame] [check-ins using] [more...]
︙ | |||
97 98 99 100 101 102 103 104 105 106 107 108 109 110 | 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | + + + + | (exit))) (if (args:get-arg "-h") (begin (print help) (exit))) (if (not (common:on-homehost?)) (begin (debug:print 0 *default-log-port* "ERROR: Current policy requires running dashboard on homehost: " (common:get-homehost)))) ;; TODO: Move this inside (main) ;; (if (not (launch:setup)) (begin (print "Failed to find megatest.config, exiting") (exit 1))) |
︙ |