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
9e3d80df
Verified
Commit
9e3d80df
authored
Sep 02, 2022
by
Mattia Rizzolo
Browse files
reproducible debian live: enable syncing of results
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
43d61a2f
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/reproducible_debian_live_build.sh
View file @
9e3d80df
...
...
@@ -24,10 +24,10 @@ set -o pipefail # see eg http://petereisentraut.blogspot.com/2010/11/pipefail.ht
publish_file
()
{
local
DESCRIPTION
=
$1
local
ORIGINAL_FILE
=
$2
local
PUBLISHED_NAME
=
$(
basename
$3
)
local
PUBLISHED_NAME
PUBLISHED_NAME
=
$(
basename
"
$3
"
)
# Disabled for now...
#ssh jenkins@jenkins.debian.net ${DESCRIPTION} ${ORIGINAL_FILE} ${PUBLISHED_NAME}
ssh jenkins@jenkins.debian.net
"
${
DESCRIPTION
}
"
"
${
ORIGINAL_FILE
}
"
"
${
PUBLISHED_NAME
}
"
}
cleanup
()
{
...
...
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