Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
43d61a2f
Verified
Commit
43d61a2f
authored
Sep 02, 2022
by
Mattia Rizzolo
Browse files
reproducible debian live: use scp -p (again) when syncing results
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
17547cc6
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/reproducible_debian_live_sync_result.sh
View file @
43d61a2f
...
...
@@ -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
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment