Commit 8342ef9e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: explain what a job is doing

parent ae229b81
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -26,13 +26,19 @@ set -e
# - throw away results (if none has been|which have not) signed with a tests.r-b.o key
# - json files from buildinfo.d.n are never re-downloaded

RELEASE=buster
MODE="$1"

echo
echo
echo 'this is an early prototype...'
echo -n 'this is an early prototype...'
if [ "$MODE" = "results" ] ; then
	echo 'this job will show results based on data gathered in other jobs.'
else
	echo 'this job gathers data but does not show results.'
fi
echo
echo
RELEASE=buster
MODE="$1"

bdn_url="https://buildinfo.debian.net/api/v1/buildinfos/checksums/sha1"
log=$(mktemp --tmpdir=$TMPDIR sha1-log-XXXXXXX)