File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,13 @@ foreach(_file IN LISTS immer_benchmarks)
112
112
endforeach ()
113
113
114
114
set (immer_ssh_method
115
- ssh -p 5488
116
- -o StrictHostKeyChecking=no )
115
+ ssh -o StrictHostKeyChecking=no )
117
116
118
117
add_custom_target (upload-benchmark-reports
119
118
COMMAND
120
119
rsync -av -e \"${immer_ssh_method} \"
121
120
${immer_benchmark_report_base_dir}
122
- raskolnikov @sinusoid.es:public /misc/immer/)
121
+ root @sinusoid.es:/var/lib/syncthing/ public /misc/immer/)
123
122
124
123
add_custom_target (copy-benchmark-reports
125
124
COMMAND
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ add_custom_target(upload-docs
19
19
COMMAND
20
20
rsync -av -e \"${immer_ssh_method} \"
21
21
${CMAKE_CURRENT_SOURCE_DIR} /_build/html/*
22
- raskolnikov @sinusoid.es:public /immer/)
22
+ root @sinusoid.es:/var/lib/syncthing/ public /immer/)
You can’t perform that action at this time.
0 commit comments