|
@@ -282,7 +282,7 @@ syncScripts() {
|
|
|
local remoteSolanaHome="${remoteHome}/solana"
|
|
local remoteSolanaHome="${remoteHome}/solana"
|
|
|
rsync -vPrc -e "ssh ${sshOptions[*]}" \
|
|
rsync -vPrc -e "ssh ${sshOptions[*]}" \
|
|
|
--exclude 'net/log*' \
|
|
--exclude 'net/log*' \
|
|
|
- "$SOLANA_ROOT"/{fetch-perf-libs.sh,fetch-spl.sh,scripts,net,multinode-demo} \
|
|
|
|
|
|
|
+ "$SOLANA_ROOT"/{fetch-perf-libs.sh,fetch-programs.sh,fetch-core-bpf.sh,fetch-spl.sh,scripts,net,multinode-demo} \
|
|
|
"$ipAddress":"$remoteSolanaHome"/ > /dev/null
|
|
"$ipAddress":"$remoteSolanaHome"/ > /dev/null
|
|
|
}
|
|
}
|
|
|
|
|
|