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
9ee95943
Commit
9ee95943
authored
Sep 14, 2022
by
Holger Levsen
Browse files
reproducible Debian live: be more verbose
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
e4393e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_debian_live_build.sh
View file @
9ee95943
...
@@ -45,6 +45,7 @@ cleanup() {
...
@@ -45,6 +45,7 @@ cleanup() {
# Invoke openQA
# Invoke openQA
OPEN_QA_CLI
=
"schroot --directory
$TMPDIR
-c source:jenkins-reproducible-unstable-diffoscope openqa-cli"
OPEN_QA_CLI
=
"schroot --directory
$TMPDIR
-c source:jenkins-reproducible-unstable-diffoscope openqa-cli"
CHECKSUM
=
$(
grep
"Checksum:"
${
RESULTSDIR
}
/summary_build1.txt |
cut
-f
2
-d
" "
)
CHECKSUM
=
$(
grep
"Checksum:"
${
RESULTSDIR
}
/summary_build1.txt |
cut
-f
2
-d
" "
)
output_echo
"Triggering openqa.debian.net for live-build
${
SNAPSHOT_TIMESTAMP
}
_
${
SUITE
}
_
${
DESKTOP
}
checksum=
${
CHECKSUM
}
now."
case
${
DESKTOP
}
in
case
${
DESKTOP
}
in
"smallest-build"
)
"smallest-build"
)
# No DESKTOP=xxx setting, LIVE_INSTALLER=no
# No DESKTOP=xxx setting, LIVE_INSTALLER=no
...
@@ -61,6 +62,7 @@ cleanup() {
...
@@ -61,6 +62,7 @@ cleanup() {
else
else
if
[
-f
"
${
RESULTSDIR
}
/
${
PROJECTNAME
}
/
${
CONFIGURATION
}
/live-image-amd64.hybrid.iso.html"
]
;
then
if
[
-f
"
${
RESULTSDIR
}
/
${
PROJECTNAME
}
/
${
CONFIGURATION
}
/live-image-amd64.hybrid.iso.html"
]
;
then
# Publish the output of diffoscope, there are differences
# Publish the output of diffoscope, there are differences
output_echo
"Publishing the output of diffoscope, there are differences."
publish_file DiffoscopeOutput
${
RESULTSDIR
}
/
${
PROJECTNAME
}
/
${
CONFIGURATION
}
/live-image-amd64.hybrid.iso.html
${
CONFIGURATION
}
-
${
DEBIAN_VERSION
}
.html
publish_file DiffoscopeOutput
${
RESULTSDIR
}
/
${
PROJECTNAME
}
/
${
CONFIGURATION
}
/live-image-amd64.hybrid.iso.html
${
CONFIGURATION
}
-
${
DEBIAN_VERSION
}
.html
else
else
output_echo
"Error: Something went wrong."
output_echo
"Error: Something went wrong."
...
...
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