Skip to content
Snippets Groups Projects
Commit d5f600b3 authored by Roland Clobus's avatar Roland Clobus Committed by Holger Levsen
Browse files

reproducible Debian live: use debian/live_build instead of debian_live_build


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent ed06e443
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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