From 7ad129f49bfc188bc0ab0664c9b89d8ef2d2a2aa Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 30 May 2016 23:09:36 +0000 Subject: reproducible debian: dashboard: do not create this unused temporary file (cherry picked from commit ee0dc95b62cf011ac5efbf4858910363f4040b48) Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index acb3b6ad..ba3dfff3 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -294,7 +294,6 @@ write_build_performance_stats() { done write_page "oldest build result in testing / unstable / experimental" for ARCH in ${ARCHS} ; do - PERF_STATS[$ARCH]=$(mktemp -t reproducible-dashboard-perf-XXXXXXXX) AGE_UNSTABLE=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='unstable' AND architecture='$ARCH' AND datum='$DATE'") AGE_EXPERIMENTAL=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='experimental' AND architecture='$ARCH' AND datum='$DATE'") AGE_TESTING=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='testing' AND architecture='$ARCH' AND datum='$DATE'") -- cgit v1.2.3-54-g00ecf