Loading bin/reproducible_compare_Debian_sha1sums.sh +9 −3 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
bin/reproducible_compare_Debian_sha1sums.sh +9 −3 Original line number Diff line number Diff line Loading @@ -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) Loading