Skip to content
Snippets Groups Projects
Verified Commit 43d61a2f authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian live: use scp -p (again) when syncing results


Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 17547cc6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ rsync_remote_results() {
echo "$(date -u) - Starting to sync $description to '$filename'."
# Copy the new results from the build node to the web server node
cd "$BASE"/"$PROJECT"
scp -o Batchmode=yes "$NODE":"$origfile" "$filename.tmp"
scp -p -o Batchmode=yes "$NODE":"$origfile" "$filename.tmp"
chmod 755 "$filename.tmp"
mv "$filename.tmp" "$filename"
echo "$(date -u) - enjoy ${REPRODUCIBLE_URL}/${PROJECT}/${filename}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment