equal
deleted
inserted
replaced
1484 password = options.string("build_database_password"), |
1484 password = options.string("build_database_password"), |
1485 database = options.string("build_database_name"), |
1485 database = options.string("build_database_name"), |
1486 host = options.string("build_database_host"), |
1486 host = options.string("build_database_host"), |
1487 port = options.int("build_database_port"), |
1487 port = options.int("build_database_port"), |
1488 ssh = |
1488 ssh = |
1489 options.proper_string("build_database_ssh_host").map(ssh_host => |
1489 proper_string(options.string("build_database_ssh_host")).map(ssh_host => |
1490 SSH.open_session(options, |
1490 SSH.open_session(options, |
1491 host = ssh_host, |
1491 host = ssh_host, |
1492 user = options.string("build_database_ssh_user"), |
1492 user = options.string("build_database_ssh_user"), |
1493 port = options.int("build_database_ssh_port"))), |
1493 port = options.int("build_database_ssh_port"))), |
1494 ssh_close = true) |
1494 ssh_close = true) |