Commit 9ee95943 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian live: be more verbose



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent e4393e40
...@@ -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."
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment