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
12
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
d5f600b3
Commit
d5f600b3
authored
1 year ago
by
Roland Clobus
Committed by
Holger Levsen
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Debian live: use debian/live_build instead of debian_live_build
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
ed06e443
No related branches found
Branches containing commit
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 @
d5f600b3
...
...
@@ -49,7 +49,7 @@ rsync_remote_results() {
else
local
EXTRADIR
=
""
fi
local
URL
=
"
${
REPRODUCIBLE_URL
}
/
${
PROJECT_
NAME
}
/
$EXTRADIR
${
filename
}
"
local
URL
=
"
${
REPRODUCIBLE_URL
}
/
${
PROJECT_
PATH
}
/
$EXTRADIR
${
filename
}
"
# Copy the new results from the build node to the web server node
scp
-p
-o
Batchmode
=
yes
"
$NODE
"
:
"
$origfile
"
"
$filename
.tmp"
chmod
755
"
$filename
.tmp"
...
...
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