diff options
-rw-r--r-- | TODO | 12 | ||||
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -54,13 +54,23 @@ properties: == lvc, work in progress, just started == +* put this on debian isos too: config/chroot_local-includes/lib/live/config/9999-autotest + +* re-read the docs! + +* generate feature files from templates? to cope with sub-products? +-> no. detect desktop type and set variables accordingly +-> simpler: pass an environment variable with the type + * get iso * tables for looping through features: see tails/iuk.git/features/download_target_file/Download_Target_File.feature * to debug cucumber: --verbose --backtrace --expand +* drop / remove * can probably go: dhcp.rb firewall_leaks.rb dhcp.feature firewall_leaks.feature * more occurances of "the computer boots Tails" +* @source (only keep product tests) * disabled stuff in common_steps.rb ** #if @vm.execute("service tor status").success? @@ -122,6 +132,8 @@ properties: === reproducible +* here is a weekly updated list of the transitively build-essential source packages in Sid: http://bootstrap.debian.net/source/stats_min.json + * check 0.52-1 is still not fixed: https://jenkins.debian.net/userContent/rb-pkg/debian-edu-artwork.html * reschedule those with "debbindiff.py crashed" in rbuild.log and watch them build... diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index a584ce25..8437771f 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -243,7 +243,7 @@ PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" for i in $(seq 1 ${#META_PKGSET[@]}) ; do - gather_meta_stats $i + gather_meta_stats $i # FIXME: this ignores unknown packages... MAINLABEL[6]="Package reproducibility status for ${META_PKGSET[$i]} packages" YLABEL[6]="Amount (${META_PKGSET[$i]} packages)" PNG=${TABLE[6]}_${META_PKGSET[$i]}.png |