Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
43d61a2f
Verified
Commit
43d61a2f
authored
2 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
reproducible debian live: use scp -p (again) when syncing results
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
17547cc6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_debian_live_sync_result.sh
+1
-1
1 addition, 1 deletion
bin/reproducible_debian_live_sync_result.sh
with
1 addition
and
1 deletion
bin/reproducible_debian_live_sync_result.sh
+
1
−
1
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
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment