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)
112112endforeach ()
113113
114114set (immer_ssh_method
115- ssh -p 5488
116- -o StrictHostKeyChecking=no )
115+ ssh -o StrictHostKeyChecking=no )
117116
118117add_custom_target (upload-benchmark-reports
119118 COMMAND
120119 rsync -av -e \"${immer_ssh_method} \"
121120 ${immer_benchmark_report_base_dir}
122- raskolnikov @sinusoid.es:public /misc/immer/)
121+ root @sinusoid.es:/var/lib/syncthing/ public /misc/immer/)
123122
124123add_custom_target (copy-benchmark-reports
125124 COMMAND
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ add_custom_target(upload-docs
1919 COMMAND
2020 rsync -av -e \"${immer_ssh_method} \"
2121 ${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