equal
deleted
inserted
replaced
157 |
157 |
158 def start(): Process_Result = { |
158 def start(): Process_Result = { |
159 val script = |
159 val script = |
160 Build.build_worker_command(host, |
160 Build.build_worker_command(host, |
161 ssh = ssh, |
161 ssh = ssh, |
162 build_options = List(options.check_name("build_database_server").spec), |
162 build_options = List(options.spec("build_database_server")), |
163 build_id = build_context.build_uuid, |
163 build_id = build_context.build_uuid, |
164 isabelle_home = remote_isabelle_home, |
164 isabelle_home = remote_isabelle_home, |
165 afp_root = remote_afp_root) |
165 afp_root = remote_afp_root) |
166 remote_isabelle.bash(script).print.check |
166 remote_isabelle.bash(script).print.check |
167 } |
167 } |